Intel 945Gm Dual Head
dtgames at kinggeek.org
dtgames at kinggeek.org
Fri Jan 4 14:05:11 PST 2008
I have an HP nc5320 laptop I am trying to setup to span the display across
the laptop screen(Max Res 1024x768)and an external LCD display(Max Res
1280x1024).
I would like to use the max resolution on both and this works when I boot
the laptop to Windows XP. If I must go with a max of 1024x768 on both
that would also work but is not ideal.
I don't want to use Windows XP and I need my screen real estate so I want
to get this working with OpenSuSE 10.3. Currently I can only get it to
close the 1024x768 display to the external monitor.
I followed http://www.intellinuxgraphics.org/dualhead.html and tried both
methods and neither worked.
xrandr -q outputs the below:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 768
VGA connected 1024x768+0+0 (normal left inverted right) 0mm x 0mm
1024x768 60.0*+ 60.0 60.0*
1024x600 60.0 58.7
800x600 60.3 60.0 56.2 58.7
768x576 60.0 58.6
640x480 60.0
LVDS connected 1024x768+0+0 (normal left inverted right) 304mm x 228mm
1024x768 60.0*+
800x600 60.3
640x480 59.9
TV disconnected (normal left inverted right)
xorg.conf sections below:
Section "Monitor"
DisplaySize 305 229
HorizSync 29-60
Identifier "Monitor[0]"
ModelName "1024X768 at 60HZ"
Option "DPMS"
Option "PreferredMode" "1024x768"
VendorName "--> LCD"
VertRefresh 30-60
UseModes "Modes[0]"
EndSection
Section "Monitor"
Identifier "Monitor[1]"
Option "DPMS"
Option "PreferredMode" "1024x768"
Option "RigtOf" "Monitor[0]"
EndSection
Section "Screen"
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
Virtual 2048 768
EndSubSection
EndSection
Section "Device"
BoardName "945 GM"
BusID "0:2:0"
Driver "intel"
Identifier "Device[0]"
Option "monitor-VGA" "Monitor[0]"
Option "monitor-LVDS" "Monitor[1]"
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
Thanks,
Dax
More information about the xorg
mailing list