je te remercie pour le lien je vais aller jeter un coup d'oeil
dual ecran intel
bonjour,
grace a ton lien Grui j'ai trouvé mon bonheur (presque).
juste un détail qui me dérange est que je n'arrive pas a configurer la taille des deux écrans. par exemple si j'ouvre une fenêtre en plein écran effectivement elle va occupé mon premier écran et la moiter du deuxième écran.
voila mon xorg si vous pouvez m'aider.
merci
grace a ton lien Grui j'ai trouvé mon bonheur (presque).
juste un détail qui me dérange est que je n'arrive pas a configurer la taille des deux écrans. par exemple si j'ouvre une fenêtre en plein écran effectivement elle va occupé mon premier écran et la moiter du deuxième écran.
voila mon xorg si vous pouvez m'aider.
merci
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Intel 945G "
Driver "intel"
Option "monitor-LVDS" "bar"
Option "monitor-TMDS-1" "dvi"
EndSection
Section "Monitor"
Identifier "dvi"
EndSection
Section "Monitor"
Identifier "bar"
Option "Position" "1024 0"
Option "RightOf" "dvi"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 945G Integrated Graphics Controller"
Monitor "dvi"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600"
Virtual 2048 2048
EndSubSection
EndSection
un mois plus tard
hmed, je pense qu'il faut que tu revoie la taille virtuelle du serveur X. Voici le xorg.conf qui me permet de faire du dualhead avec un écran de résolution 1280x1024 et l'écran de mon portable de résolution 1280x800:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
Option "monitor-VGA" "FLATRON"
Option "monitor-LVDS" "Acer"
EndSection
Section "Monitor"
Identifier "Acer"
Option "PreferredMode" "1280x800"
Option "Position" "1280 0"
EndSection
Section "Monitor"
Identifier "FLATRON"
Option "PreferredMode" "1280x1024"
Option "Position" "0 0"
Option "LeftOf" "Acer"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 2560 1024
EndSubSection
EndSection