--- "William M. Quarles" <[EMAIL PROTECTED]> wrote:
> Alex Deucher wrote:
> > 
> > try disabling fastwrites or pageflipping.
> > Option "AGPFastWrite" "false"
> > Option "EnablePageFlip" "false"
> > Also make sure agpgart is loaded (kernel 2.4) or agpgart and the
> agp
> > chipset specific driver (kernel 2.6).
> > 
> 
> Hi Alex,
> 
> I'm using Red Hat kernel 2.4.20-28.9, but a custom build from their 
> kernel sources.
> 
> The agpgart module is loaded.  And the options brought the speed up a
> 
> little in glxgears, but still definitely not hardware accelerated. 
> glxinfo still shows that DRI is disabled.
> 
> [EMAIL PROTECTED] root]# lsmod
> Module                  Size  Used by    Not tainted
> radeon                115396   1
> udf                    98016   0  (autoclean)
> emu10k1                69064   0
> ac97_codec             14568   0  [emu10k1]
> sound                  74196   0  [emu10k1]
> soundcore               6436   7  (autoclean) [emu10k1 sound]
> mousedev                5556   1  (autoclean)
> input                   5888   0  (autoclean) [mousedev]
> agpgart                23952   3
> parport_pc             19076   1  (autoclean)
> lp                      8996   0  (autoclean)
> parport                37056   1  (autoclean) [parport_pc lp]
> autofs                 13268   0  (autoclean) (unused)
> tulip                  43840   1
> ipt_REJECT              3992   6  (autoclean)
> iptable_filter          2412   1  (autoclean)
> ip_tables              15096   2  [ipt_REJECT iptable_filter]
> sr_mod                 18104   0  (autoclean)
> nls_iso8859-1           3516   1  (autoclean)
> nls_cp437               5148   1  (autoclean)
> vfat                   13036   1  (autoclean)
> fat                    38808   0  (autoclean) [vfat]
> isa-pnp                40932   0
> acm                     7840   0
> usb-uhci               26412   0  (unused)
> usbcore                79072   1  [acm usb-uhci]
> [EMAIL PROTECTED] root]# glxgears
> 530 frames in 5.0 seconds = 106.000 FPS
> 353 frames in 5.0 seconds = 70.600 FPS
> 423 frames in 5.0 seconds = 84.600 FPS
> 423 frames in 5.0 seconds = 84.600 FPS
> 423 frames in 5.0 seconds = 84.600 FPS
> 423 frames in 5.0 seconds = 84.600 FPS
> X connection to :0.0 broken (explicit kill or server shutdown).
> [EMAIL PROTECTED] root]# glxinfo
> name of display: :0.0
> display: :0  screen: 0
> direct rendering: No
> 
> My XFree86 log is different now, I can't find the section where DRI
> is 
> verbosely disabled, but maybe that is related to the options you
> asked 
> me to add.  It is attached.

this time the DRI was enabled:
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 11
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
(II) RADEON(0): Direct rendering enabled

If glxinfo still shows indirect rendering, then I suspect you may have
a problem with your copy of libGL.  check to make sure you don't have
multiple copies floating around. Use ldd to find out what version your
apps are using.

Alex

> 
> Thanks,
> William
> 
>
[snip]

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to