Hallo allemaal,
Ik gebruik nu al een tijdje Feisty op mijn laptop, maar heb nog niet een dual monitor goed aan de praat gekregen. Probleem nummer 1 is dat het niet plug 'n play lijkt te zijn; klopt dat? Alleen als ik opstart met de extra kabel erin, herkent gnome hem.
Goed, wat werkt wel: Als ik de kabel erin plug, en opnieuw opstart, wordt het scherm gecloned naar de externe monitor. Ik heb verschillende xorg.conf-iguraties geprobeerd, maar het lukt me maar niet om de desktop te "extenden", dus m'n workspace te verbreden ipv kopieren.
Mijn xorg.conf (deels):
Weet iemand hoe dit werkend gekregen kan worden?
Ik gebruik nu al een tijdje Feisty op mijn laptop, maar heb nog niet een dual monitor goed aan de praat gekregen. Probleem nummer 1 is dat het niet plug 'n play lijkt te zijn; klopt dat? Alleen als ik opstart met de extra kabel erin, herkent gnome hem.
Goed, wat werkt wel: Als ik de kabel erin plug, en opnieuw opstart, wordt het scherm gecloned naar de externe monitor. Ik heb verschillende xorg.conf-iguraties geprobeerd, maar het lukt me maar niet om de desktop te "extenden", dus m'n workspace te verbreden ipv kopieren.
Mijn xorg.conf (deels):
Dit is wat ik er heb van kunnen maken uit verschillende bronnen op internet, en in tig variaties die ik niet meer allemaal weet, maar m'n beeld is nog steeds alleen gecloned.Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "laptop monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "extra monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "laptop screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "laptop monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "extra screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "extra monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "laptop screen" 0 0
Screen 1 "extra screen" RightOf "laptop screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Weet iemand hoe dit werkend gekregen kan worden?
[ Voor 6% gewijzigd door Verwijderd op 10-06-2007 15:21 ]