[opensuse] Configuring Dual Head Mode on a laptop



I have dual head mode running on my hp dv4000 with the interl 915G. The
problem I am having is with the resolution, my laptop is 1280X800(15.5
widescreen) and the second monitor is 1280x1024 (17inch). Currently I
can only get them to run in the same resolution mode ... so I get a cut
off screen if I go up to 1280x1024 or the second monitor looks
compressed at 1280x800.

Is their a way to have each monitor run at it's own resolution?

Below is my Xorg.conf and I am running 10.2rc1

Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 338 270
HorizSync 31-82
Identifier "Monitor[0]"
ModelName "1703FP"
Option "DPMS"
VendorName "DELL"
VertRefresh 58-75
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600"
"800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600"
"800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600"
"800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600"
"800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "915 GM"
BusID "0:2:0"
Driver "i810"
Identifier "Device[0]"
Option "SaXDualHead"
Option "NoDDC"
Option "LFP" ""
Option "SecondPosition" "LeftOf"
Option "MergedFB" "yes"
Option "SecondPosition" "LeftOf"
Option "SaXDualMonitorModel" "1280X800@75HZ"
Option "SaXDualVSync" "58-75"
Option "MonitorLayout" "CRT,LFP"
Option "SaXDualMonitorVendor" "--> LCD"
Option "MetaModes"
"1280x800-1280x800;1280x768-1280x768;1024x768-1024x768;1280x600-1280x600;1024x600-1024x600;800x600-800x600;768x576-768x576;640x480-640x480"
Option "SecondMonitorHorizSync" "30-82"
Option "SaXDualOrientation" "LeftOf"
Option "SaXDualResolution" "1280x800;1280x1024"
Option "SaXDualMode" "Xinerama"
Option "SecondMonitorVertRefresh" "58-75"
Option "SaXDualHSync" "30-82"
Screen 0
VendorName "Intel"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection



--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages