I'm trying to configure xorg-server-1.5.3-r6 to use DRI on a 5-year-old notebook with a PCI graphics card, but the only documentation I've been able to track down that means anything assumes you're using AGP. I've installed the Intel video drivers for xorg-server, and built the ones I could find into my kernal (tried with 2.6.28 and 2.6.29), but no go. Am I missing something glaringly obvious in my configuration, or should I just run it sans DRI? PCI is compiled into the kernal, as are the Intel GMA 852/855 drivers, the I835 drivers and the I915 drivers. All are loaded plus dependancies, but testing with glxinfo tells me it still can't open the display. Output from lspci is below. james@laptop ~ $ sudo lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) Any info you can provide would be greatly appreciated. Thank you in advance. james@laptop ~ $