Hello,
Voici ma config :
[quote]2x AMD Athlon™ 64 X2 Dual Core Processor 3800+
Linux 2.6.21.070823 (i686) (compilé à ma sauce)
Gforce 6600 avec pilote libre
écran 1 : L1718S => 1280x1024 24 bits
écran 2 : Acer 77e => 1280x1024 24 bits[/quote]
Mon xorg :
[code]Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection
Section "Module"
Load "glx"
Load "freetype"
EndSection
Section "Device"
Identifier "Geforce66001"
Driver "nvidia"
Screen 0
BusID "PCI:01:00:0"
Option “RenderAccel” "true"
Option “AllowGLXWithComposite” "true"
EndSection
Section "Device"
Identifier "Geforce66002"
Driver "nvidia"
Screen 1
BusID "PCI:01:00:0"
Option “RenderAccel” "true"
Option “AllowGLXWithComposite” "true"
EndSection
Section "Monitor"
Identifier "L1718S"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Acer77e"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
Section "Screen"
Option “AddARGBGLXVisuals” "True"
Identifier "L1718S"
Device "Geforce66001
Monitor "L1718S"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Option “AddARGBGLXVisuals” "True"
Identifier "Acer77e"
Device "Geforce66002"
Monitor "Acer77e"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option “Composite” "Enable"
EndSection
Section "ServerLayout"
Identifier "L1718S"
Screen 0 "L1718S"
Screen 1 “Acer77e” leftof "L1718S"
EndSection[/code]
Alors, l’accéleration 3D fonctionne très bien, tout fonctionne super bien tant que ne lance pas beryl. Lorsque je lance Beryl, ça fonctionne super bien l’écran L1718S, en revanche ça bloque completement l’écran Acer 77E, c’est à dire que je peux passer ma souris dessus, mais tout est figé sur cet écran. Pourquoi ?