Hello,
I've been trying to get direct rendering to work for about 2-3 days and have hit a major wall.
I have been working off this walk through
https://lg3d-core.dev.java.net/dri-d...ti-radeon.html
When I pass this command
#glxinfo | grep "direct rendering"
This is the output
Xlib: extension "XFree86-DRI" missing on display ":0.0"
direct rendering: No
I have downloaded the driver from the url below, and I have ran the install.sh script
http://dri.freedesktop.org/snapshots...x.i386.tar.bz2
The script completed with no errors in the log.
Here is my modules section from my xorg.conf
Section "Module"
Load "glx"
Load "dri"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Here is the relevant information form the Xorg.0.log.
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
EE) Failed to load module "dri" (module does not exist, 0)
I am running debian 3.1 on a 2.6.12.3 kernel with a radeon 9800Pro.
Can anyne please please please help me?
Thank you SO SO much in advance,
Slimster