Bonjour,
Je voudrais avoir un bureau plus large en utilisant 2 écrans. J'ai vu sur ce forum que plusieurs personnes avaient réussi à le faire (et même que c'était pas très compliqué :lol: ) avec deux cartes graphiques différentes.
Mais moi je n'ai qu'une seule carte (et ça va être dur d'en rajouter étant donné que j'utilise un ordi portable :-? ).
En fait, j'ai le LCD «principal», et j'ai une prise je-sais-pas-comment-ça-s-appelle. Une bête prise d'écran, quoi, avec 14 broches...
Quand je branche un deuxième écran, sans rien configurer, je vois la même chose que sur le LCD. Pas très intéressant...
En fait, je ne suis même pas sûr que ma carte puisse afficher des choses différentes sur les deux écrans. Comment pourrais-je le vérifier? C'est une Trident Cyberblade.
Voilà mon Xorg.conf:
Section "ServerLayout"
Identifier "Multihead Layout"
Screen 0 "EcranLCD"
Screen 1 "EcranCRT" RightOf "EcranLCD"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "cursor" "AlwaysCore"
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
#Ca c'est pour faire marcher ma tablette graphique
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Type" "cursor"
Option "Protocol" "imps/2"
Option "ZAxisMapping" "2 3"
Option "Emulate3Buttons" "no"
Option "Device" "/dev/input/event0"
EndSection
#Ca aussi:
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "Mode" "Absolute"
Option "Device" "/dev/input/event0"
Option "Treshold" "5"
EndSection
#Et ça aussi:
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "Device" "/dev/input/event0"
Option "Treshold" "5"
EndSection
Section "Monitor"
Identifier "LCDPanel"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "CRT"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "trident"
VendorName "Videocard vendor"
BoardName "Trident CyberBlade (generic)"
EndSection
Section "Screen"
Identifier "EcranLCD"
Device "Videocard0"
Monitor "LCDPanel"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "EcranCRT"
Device "Videocard0"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Voilà, comme je vous le disais, ça met la même image sur les deux écrans au lieu d'avoir un bureau 2x plus large.
J'ai vu sur d'autres sujets une histoire de BusPCI, c'est quoi?
Marci 🙂