
Originally Posted by
Geezle
I'm having the same problems as well, but after I select my Nvidia driver and log out I get a "Signal Out Of Range" error from my monitor and I have to boot into recovery mode to get it straightened out. Any thougts?
Easy to fix, here's how:
Boot normally, when you get to a login screen don't login, instead press ctrl+alt+F2 to get to a console, login then enter the following:
Code:
sudo nano /etc/usplash.conf
if nano is not installed then:
Code:
sudo apt-get install nano
edit the file to match YOUR resolution. Here's an example:
I want a resolution of 1680x1050:
Code:
# Usplash configuration file
xres=1680
yres=1050
save the file, crtl-o, then exit, crtl-x, then enter:
Code:
sudo dpkg-reconfigure usplash
this will create a new initrd.img file with the correct resolution for your monitor, then
Bookmarks