Ich habe auch ein Problem mit 4850 , habe meine xorg.conf angepasst :
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Load "radeon"
Load "fglrx"
Load "dri"
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "radeonhd"
Option "DRI"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
Option "AccelMethod" "EXA"
Busid "PCI:1:0:0"
EndSection
#Section "Device"
# Identifier "Configured Video Device"
# Driver "radeon"
# Option "UseFBDev" "true"
#EndSection
Das bekomme ich bei glxinfo |grep direct ausgegeben
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
fglrxinfo gibt mir diese Info :
display: :0.0 screen: 0
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 1.4 (2.1 Mesa 7.1)
cat /var/log/Xorg.0.log|grep LoadModule
(II) LoadModule: "extmod"
(II) LoadModule: "dbe"
(II) LoadModule: "glx"
(II) LoadModule: "freetype"
(II) LoadModule: "record"
(II) LoadModule: "dri"
(II) LoadModule: "ati"
(II) LoadModule: "radeon"
(II) LoadModule: "vgahw"
(II) LoadModule: "shadow"
(II) LoadModule: "int10"
(II) LoadModule: "ddc"
(II) LoadModule: "i2c"
(II) LoadModule: "fb"
(II) LoadModule: "ramdac"
(II) LoadModule: "evdev"
Ich habe allerdings auch noch folgende Treiber mit installiert aus den radeon:
fglrx-amdccle
fglrx-kernel-source
fglrx-modaliases
xorg-driver-fglrx
Jetzt frage ich mich warum es mir nicht klappt ?
muss ich die fglrx Sachen vielleicht komplett rausschmeissen?
Wäre für jede Hilfe dankbar.