Yet another "how do I get 1680x1050" post - only I got there, I'm typing this at 1680x1050.
AMD 64 X2 4200+, on board nvidia 6150, 64 bit Gutsy, Philips 200W LCD.
I first battled with this last December when I first installed Kubuntu, and gave up then. Finding that I only booted Windows so that a could get the better resolution, I had another crack at it. Vast amounts of mucking around with xorg.conf ensued. sudo dpkg--reconfigure xserver-xorg many times, but the display with the DVI cable refused to budge from 1280x1024. With the VGA cable, I got many sorts of messed up displays, the closest seemingly correct vertically but squashed horizontally into 88 mm. nvidia-settings would set nothing.
Having found conflicting reports on the necessity of using an unfree driver, I reluctantly plumped for Envy. This had a bunch of missing dependencies to fix before it would even start, then a couple more when trying to run it. Then, it did its thing, failed to produce the driver but sailed on regardless, even though I told it to stop, rendering X inoperable until I reset xorg.conf. But, poking around in the files it downloaded, I found the nvidia run script and it successfully ran, producing the "nvidia" driver and installing it.
sudo dpkg-reconfigure xserver-xorg again, producing a different set of **** in xorg.conf and even more messed up displays, with the nVidia splash screen added, sometimes not in the middle of the screen. But in a desperate flailing around I tried where I started, the K "System Settings", "Monitor & Display" applet, and noticed that it had changed. It now allowed "higher" screen sizes. I selected 1680x1050 and the screen went into something like 1600x1200. I looked at what it had put in xorg.conf, dozens of mode lines, several for each resolution with different refresh rates, and resolutions all the way up to 1920x1200. I edited it to have just 1680x1050, but this gave 1280x1024 as before, but the "Monitor & Display" now offers three refresh rates in its drop down box, 50, 51 and 52 Hz.
Select 51 Hz, et voilà. 50 Hz, and nothing changes. 51 Hz did not stick after a reboot the first time, but doing it again it has stuck (so far), even with the DVI cable.
The xorg.conf now has two screen and monitor sections, with the same set of modes. The 1680x1050 modes are for 60 and 75 Hz, and none have 50, 51 or 52 Hz. The only entries that look new compared to my manual attempts are these:
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1680x1050 +0+0"
and a new section:
Section "Module"
Load "glx"
Load "v4l"
EndSection
It appears the K system settings applet is working with stuff beyond xorg.conf. Does anyone know what or where? What is this 51 Hz refresh rate?
I would advise anyone with this problem to get the nvidia driver, perhaps using envy, (though be prepared for failures), then either use nvidia-settings or experiment with the K system settings monitor applet.
AMD 64 X2 4200+, on board nvidia 6150, 64 bit Gutsy, Philips 200W LCD.
I first battled with this last December when I first installed Kubuntu, and gave up then. Finding that I only booted Windows so that a could get the better resolution, I had another crack at it. Vast amounts of mucking around with xorg.conf ensued. sudo dpkg--reconfigure xserver-xorg many times, but the display with the DVI cable refused to budge from 1280x1024. With the VGA cable, I got many sorts of messed up displays, the closest seemingly correct vertically but squashed horizontally into 88 mm. nvidia-settings would set nothing.
Having found conflicting reports on the necessity of using an unfree driver, I reluctantly plumped for Envy. This had a bunch of missing dependencies to fix before it would even start, then a couple more when trying to run it. Then, it did its thing, failed to produce the driver but sailed on regardless, even though I told it to stop, rendering X inoperable until I reset xorg.conf. But, poking around in the files it downloaded, I found the nvidia run script and it successfully ran, producing the "nvidia" driver and installing it.
sudo dpkg-reconfigure xserver-xorg again, producing a different set of **** in xorg.conf and even more messed up displays, with the nVidia splash screen added, sometimes not in the middle of the screen. But in a desperate flailing around I tried where I started, the K "System Settings", "Monitor & Display" applet, and noticed that it had changed. It now allowed "higher" screen sizes. I selected 1680x1050 and the screen went into something like 1600x1200. I looked at what it had put in xorg.conf, dozens of mode lines, several for each resolution with different refresh rates, and resolutions all the way up to 1920x1200. I edited it to have just 1680x1050, but this gave 1280x1024 as before, but the "Monitor & Display" now offers three refresh rates in its drop down box, 50, 51 and 52 Hz.
Select 51 Hz, et voilà. 50 Hz, and nothing changes. 51 Hz did not stick after a reboot the first time, but doing it again it has stuck (so far), even with the DVI cable.
The xorg.conf now has two screen and monitor sections, with the same set of modes. The 1680x1050 modes are for 60 and 75 Hz, and none have 50, 51 or 52 Hz. The only entries that look new compared to my manual attempts are these:
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1680x1050 +0+0"
and a new section:
Section "Module"
Load "glx"
Load "v4l"
EndSection
It appears the K system settings applet is working with stuff beyond xorg.conf. Does anyone know what or where? What is this 51 Hz refresh rate?
I would advise anyone with this problem to get the nvidia driver, perhaps using envy, (though be prepared for failures), then either use nvidia-settings or experiment with the K system settings monitor applet.
Comment