--- "William M. Quarles" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On Mon, Jan 19, 2004 at 12:59:25AM -0500, William M. Quarles wrote: > > [RH] > > > >>name of display: :0.0 > >>display: :0 screen: 0 > >>direct rendering: Yes > > > > > > [Gatos] > > > >>name of display: :0.0 > >>display: :0 screen: 0 > >>direct rendering: No > > > > > > No hardware acceleration at all. Is the DRM kernel module loaded? > If so, > > how about XFree log from the gatos case? > > > > R C > > > > The DRM kernel module loads automatically, and the system shows it as > in > use. In either case, if the wrong module is loaded, my system hangs, > so > it has to be doing something.
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). > Attached is the XFree86 log. > How about changing the AGP bus speed? Add: Option "agpmode" "2" to the device config in your X config. > > Thanks, > William > > [snip] > (II) RADEON(0): [dri] RADEONDRISAREAInit. > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such device) > drmOpenDevice: open result is -1, (No such device) > drmOpenDevice: Open failed > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such device) > drmOpenDevice: open result is -1, (No such device) > drmOpenDevice: Open failed > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 7, (OK) > drmGetBusid returned '' > (II) RADEON(0): [drm] loaded kernel module for "radeon" driver > (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0" > (II) RADEON(0): [drm] added 8192 byte SAREA at 0xd098e000 > (II) RADEON(0): [drm] mapped SAREA 0xd098e000 to 0x40016000 > (II) RADEON(0): [drm] framebuffer handle = 0xf0000000 > (II) RADEON(0): [drm] added 1 reserved context for kernel > (EE) RADEON(0): [dri] RADEONDRIScreenInit failed because of a version > mismatch. > [dri] radeon.o kernel module version is 1.7.0 but version 1.100.0 or > newer is needed. > [dri] Disabling DRI. > (II) RADEON(0): [drm] removed 1 reserved context for kernel > (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xd098e000 at > 0x40016000 It looks like either the DRM version check in the GATOS drivers is wrong, or you need a newer DRM. Alex __________________________________ 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
