Hi guys,
I know there are lots of other threads diskussing similiar problems, but I never found a solvation for my problem.
I installed dri and Mesa as said on dri.freedekstop.org but after a long time of probing and trying, I now think that X.org don't uses my new installed dri drivers for my Radeon X800PRO. So he uses the old 2D radeon_drv.o drivers instead of the new radeon_dri.so drivers! And glxinfo always says:
Code:
> glxinfo
...
direct rendering: No
....
In /var/log/Xorg.0.log there arent't any errors but maybe that this is interesting:
Code:
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o": object file contains no symbols
(II) Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o": object file contains no symbols
(II) Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o": object file contains no symbols
This is apart of my xorg.conf:
Code:
Section "Module"
...
Load "glx"
Load "dri"
...
EndSection
...
Section "Device"
BoardName "R420 JI"
BusID "1:0:0"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageFlip" "True"
Identifier "Device[0]"
VendorName "ATI"
EndSection
...
I'm searching since over 2 months and I'm getting tired now, maybe I'm sightless but I hope you can help me.
Thanks,
bariton