J'ai aussi le problème avec ma carte ati x700
Jusqu'ici j'utilisais le pilote radeon qui fonctionnait bien avec Beryl (si ce n'est l'effet de pluie).
Mais j'ai essayé Google earth et celui-ci était super lent
J'ai donc essayé d'installer fglrx.
Malheuresement j'ai toujours ça:
# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project:
www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
Impossible de se débarrasser de ce fichu Mesa.
Voici mon xorg.conf:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
Option "AIGLX" "false"
EndSection
Section "Files"
EndSection
Section "Extensions"
Option "XVideo" "Enable"
Option "Composite" "Disable"
EndSection
Section "Module"
Load "glx"
Load "extmod" #nvidia excepté
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AIGLX" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x800"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 90.0
VertRefresh 59.9 - 60.1
Option "dpms"
EndSection
Section "Device"
# Option "DesktopSetup" "single"
# Option "FSAAScale" "0"
# Option "FSAAEnable" "off"
# Option "KernelModuleParm" "locked-userpages=0"
Identifier "Videocard0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
# lsmod |grep fglrx
fglrx 634520 11
J'ai parcouru le wiki et le forum et essayé les différentes solutions proposées sans réussir.
Pourriez vous m'aider svp?
PS:
Au final j'ai réglé avec un
fglrx-config-display enable
J'étais pourtant persuadé de l'avoir déjà fait
Reste à voir si au redémarrage ce sera encore bon.