Bonjour,
J’ai récemment installé les derniers drivers ATI propriétaires et ai activé le Dual Head afin de bénéficier de 2 pilotes graphiques (le mode bigdesktop demande une résolution trop importante pour ma carte : 3600x1200).
Étant donné que le dual head empêche le passage de fenêtre d’un écran à l’autre, j’ai activé l’option Xinerama. Seulement, lorsque j’active cette option, je n’ai plus le composite d’activé.
Mon xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
# Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X600
OpenGL version string: 2.1.8494 Release
glxinfo|grep rendering
direct rendering: Yes
Ma configuration
Ecran 1 : Ecran de portable 1920x1200@60
Ecran 2 : Ecran LCD 1680x1050 branché en DVI, à gauche de l'écran 1
Distribution : Debian Squeeze/Sid
Est-il donc possible d’activer le composite avec l’option Xinerama ?
Une activation de composite-manager dans gconf-editor > apps > metacity > general ne fait rien du tout non plus (pas d’ombres qui apparaissent)
Quelqu’un peut-il m’apporter des informations ?
Merci d’avance

J’avais un autre post en tête et j’ai fait un bon remix. :smt003