Bonjour,
voici mon Xorg.conf :
[code]Section "ServerLayout"
Identifier "L1718S"
Screen 0 "L1718S"
Screen 1 “Acer77e” leftof "L1718S"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section “Files”
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "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 "Device"
Identifier "Geforce66001"
Driver "nvidia"
Screen 0
BusID "PCI:01:00:0"
Option “XAANoOffscreenPixmaps” "true"
Option “AddARGBGLXVisuals” "On"
EndSection
Section "Device"
Identifier "Geforce66002"
Driver "nvidia"
Screen 1
BusID "PCI:01:00:0"
Option “XAANoOffscreenPixmaps” "true"
Option “AddARGBGLXVisuals” "On"
EndSection
Section "Screen"
Identifier "L1718S"
Device "Geforce66001
Monitor "L1718S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Acer77e"
Device "Geforce66002"
Monitor "Acer77e"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option “Composite” "Enable"
EndSection[/code]
Mon problème est le suivant :
Je n’arrive pas à partager correctement mon bureau. En fait, j’ai l’impression de bosser avec deux session totalement différentes intégrant chacune leur 4 bureau. Si je mets un fond d’écran sur l’écran de droite, il apparaît à l’identique sur l’écran de gauche. Moi ce que je voudrais, c’est que mon fond d’écran se partage (ou s’étire, suivant sa résolution) sur les deux écrans, qu’on ait bien un seul et même bureau très large, et non 2 bureaux bien distincts.