Hi, Until recently I had accelerated 3d graphics under X. I've now done an update and acceleration has stopped working, and I can't figure out why.
I'm using unstable, kernel 2.4.0-test10. The graphics card is an ati rage128 and seems to be recognised by the kernel (r128 module) and X. /var/log/kern.log: Jan 10 15:56:31 zames kernel: [drm] AGP 0.99 on VIA Apollo KX133 @ 0xd0000000 64MB Jan 10 15:56:31 zames kernel: [drm] Initialized r128 1.0.0 20000928 on minor 63 /var/log/xdm.log: (0): [drm] created "r128" driver at busid "PCI:1:0:0" (0): [drm] added 4096 byte SAREA at 0xc2127000 (0): [drm] mapped SAREA 0xc2127000 to 0x40018000 (0): [drm] framebuffer handle = 0xd4000000 (0): [drm] added 1 reserved context for kernel (EE) R128(0): R128DRIScreenInit failed (DRM version = 1.0.0, expected 2.1.x). Disabling DRI. (0): [drm] failed to remove DRM signal handler (0): [drm] removed 1 reserved context for kernel DRIUnlock called when not locked (0): [drm] unmapping 4096 bytes of SAREA 0xc2127000 at 0x40018000 (II) R128(0): Memory manager initialized to (0,0) (1024,4096) (II) R128(0): Reserved area from (0,768) to (1024,770) (II) R128(0): Largest offscreen area available: 1024 x 3326 (II) R128(0): Acceleration enabled (II) R128(0): Using hardware cursor (scanline 3080) (II) R128(0): Largest offscreen area available: 1024 x 3324 (**) R128(0): DPMS enabled (II) R128(0): Direct rendering disabled It seems to be the (EE) line above where the problem appears. How can I fix this? Thanks, James