I'm loving how fast linux is. But I need help with this - the resolution for the external monitor (VGA) is incorrect. I want it to be 1920x1200 (16:9) 60 hz. My laptop display (LVDS) is fine at 1400x1050.
Here is my current setting:
Code: Select all
linuxrocks@linuxrocks-ssd ~ $ xrandr
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 2760 x 1050
VGA connected (normal left inverted right x axis y axis)
1360x768 59.8
1152x864 60.0
1024x768 60.0
800x600 60.3
640x480 59.9
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 245mm x 184mm
1400x1050 50.0*+
1280x1024 60.0 60.0
1280x960 60.0
1360x768 59.8
1152x864 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 60.0 59.9
linuxrocks@linuxrocks-ssd ~ $ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
[snip]
linuxrocks@linuxrocks-ssd ~ $ apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
Installed: 2:2.4.1-1ubuntu10
Candidate: 2:2.4.1-1ubuntu10.3
Version table:
2:2.4.1-1ubuntu10.3 0
500 http://archive.ubuntu.com intrepid-updates/main Packages
*** 2:2.4.1-1ubuntu10 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
linuxrocks@linuxrocks-ssd $ /etc/X11 $ cat xorg.conf
[comments snipped]
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 2760 1050
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection



