On Thu, Mar 21, 2002 at 10:39:49PM -0600, Kent West wrote: > Kent West wrote: > > I was running a custom 2.4.13, but someone mentioned it might be a > kernel thing, so I upgraded to a custom 2.4.18.
Is agpgart support for your chipset compiled in or as a module? Also, is the r128 drm support is compiled in or as a module. Before you start X, load the modules in this order: agpgart, then r128. If it crashes, try skipping agpgart. > XFree86 Version 4.1.0.1 / X Window System > [ ... ] > (II) ATI: ATI driver (version 6.4.0) for chipsets: ati, ativga > (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), > ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), > ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI), > ATI Rage 128 Pro PF (AGP), ATI Rage 128 Mobility LE (PCI), > ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), > ATI Rage 128 Mobility ML (AGP) > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > ATI Radeon VE (AGP) > (--) Assigning device section with no busID to primary device > (--) Chipset ATI Rage 128 Pro PF (AGP) found > [ ... ] > (WW) R128(0): Static buffer allocation failed -- need at least 22500 kB > video memory ??? I don't know what this means. > (II) R128(0): I2C bus "Rage 128 multimedia bus" initialized. > (II) R128(0): *** 0x107aa630 versus 0x8711e4c > (II) Loading /usr/X11R6/lib/modules/multimedia/fi1236_drv.o > (II) Module fi1236: vendor="The XFree86 Project" > compiled for 4.0.99.900, module version = 1.0.0 > (II) R128(0): I2C device "Rage 128 multimedia bus:FI12xx Tuner" registered. > (II) R128(0): Detected FI1236 device at 0xc6 > (II) Loading /usr/X11R6/lib/modules/multimedia/bt829_drv.o > (II) Module bt829: vendor="The XFree86 Project" > compiled for 4.0.99.900, module version = 1.0.0 > (II) Loading /usr/X11R6/lib/modules/multimedia/theatre_drv.o > (II) Module theatre: vendor="The XFree86 Project" > compiled for 4.0.99.900, module version = 1.0.0 'compiled for 4.0.99.900' ... are you using binary gatos drivers? If so, the gatos website[1] has a dri debugging guide... check it out. Basically, I ended up compiling their drm-kernel module and using that (with X 4.2.0). I got non-agp DRI working on my box that way. My chipset is very unfriendly with agp'd dri (A7A266) You could try the drm-kernel modules with debian's 4.1.0 + the substitute gatos XFree drivers... maybe that will work, but I didn't try it. Good luck... Bill