I am using ubuntu 12.04 with Nvidia Geforce 6150SR graphic card.In 12.04 Ubuntu does not recognize a screen resolution 1440x900 for my monitor "Flatron L177WSB".I tried this method,but not working.It fails from 5th step. Terminal shows
Failed to get size of gamma for output default
I am using AMD athlon 64x2,1GB memory.
I had the same problem as you, normaly this is caused by a problem with X.org reading the EDID file from your monitor with the resolutions...
The solution is to edit the
/etc/X11/xorg.conf
file like this :If you don't have this file then you have to create it from scratch, just let the Nvidia software do it for you using this command on the terminal :
If you already have an
xorg.conf
file, then you'll just have to edit (or create one if he doesn't exist), as root, like this:And copy this lines on the "Section Device":
If you are using and HDMI cable (for example), and the image is not scaled then add this line just after the other ones:
Now just logout and login again, Open the "Nvidia X Server Settings" and see if all the resolutions available by your display are available.
I hope this helps.
I am assuming you install the Proprietary drivers or even have the Nvidia PPA (x-swat). So with that in mind I can offer the following help:
What I would suggest is to first delete the
monitors.xml
file that should solve some resolution problems. The file can be found in~/.config
. Or go to a terminal and typesudo rm -fr ~/.config/monitors.xml
Now restart to see if it shows the resolution you want.
If the problem persists open the
nvidia-settings
GUI program. Go to dash an typenvidia
, you should see the nvidia settings program. Open it and look for the resolution option in there. Test it out.UPDATE: If you want
monitors.xml
back, here is mine, you can change the lines to fit your resolution:open the NVIDIA X Server Settings and select the "X Server Display Configuration".
Click "Save toX Configuration File" and Check the path is "/etc/X11/xorg.conf"
Modify here as you need.
from
to
logout & login
Have you tried obtaining your drivers from the nvidia site? Nvidia