Well, while attempting to hook up an external monitor I used the preferences, screen resolution to attempt to detect the display which I had connected to the external vga port. I think I selected 800X600 resolution and it asked to update a system file.
The end result is that I now only have only 1024, 800, and 640 resolutions available with 60hz refresh rate. (and still cannot connect the external monitor (samsung lcd).
My /etc/Z11/xorg.conf file is:
#
If you have edited this file but would like it to be automatically updated
again, run the following command:
sudo dpkg-reconfigure -phigh xserver-xorg
Section "Monitor" Identifier "Configured Monitor" EndSection
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Virtual 2048 777 EndSubSection EndSection
Section "Device" Identifier "Configured Video Device" EndSection
With the external samsung connected xrandr -q shows:
john@ubuntu:/etc/X11$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 777 VGA connected (normal left inverted right x axis y axis) 1360x768 59.8 1024x768 75.1 75.0 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 72.8 75.0 66.7 60.0 59.9 720x400 70.1 LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 261mm x 163mm 1024x768 60.0* 800x600 60.3 640x480 59.9
When disconnected it shows:
john@ubuntu:/etc/X11$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 777 VGA disconnected (normal left inverted right x axis y axis) LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 261mm x 163mm 1024x768 60.0* 800x600 60.3 640x480 59.9 john@ubuntu:/etc/X11$
Any tips on getting the 1280 resolutions back? Are there any secrets for getting an external monitor to work? I tried an old dell crt, and the samsung.
Thansk!