Bonjour Vindicator,
J'ai pris mon courage à deux mains et j'ai activé AIGLX. Voici mon xorg.conf:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Module"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
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 1440x900"
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc M56P [Radeon Mobility X1600]"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1400x1050" "1360x768" "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Quel programme de gestion 3D conseilles-tu, Beryl ou Compiz? Je parviens à faire tourner Beryl mais dans la doc je lis que Compiz est "mieux" avec Gnome. Le problème est que je ne parviens pas à faire tourner Compiz.
Si je passe par "Effets de bureau" ---> "Activer les effets de bureau", j'obtiens une fenêtre avec le message "Desktop effects could not be enabled"
En mode console (su), j'obtiens
[root@LTnysten2 ~]# compiz --replace
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No manageable screens found on display :0.0
[root@LTnysten2 ~]# gnome-window-decorator --replace
-bash: gnome-window-decorator: command not found
What's wrong??? Il me semble avoir suivi la doc mais qqch m'a peut-être échappé...