Thursday, April 18, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2285  / 3 Years ago, tue, july 6, 2021, 3:51:05

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.


More From » nvidia

 Answers
7

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 :



sudo nvidia-xconfig


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:



gksu gedit /etc/X11/xorg.conf


And copy this lines on the "Section Device":



    Option         "UseEDID" "true"
Option "IgnoreEDIDChecksum" "CRT,DFP,TV"


If you are using and HDMI cable (for example), and the image is not scaled then add this line just after the other ones:



    Option         "FlatPanelProperties" "Scaling = Native"  


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.


[#37648] Wednesday, July 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulerio

Total Points: 172
Total Questions: 124
Total Answers: 109

Location: Hungary
Member since Thu, Aug 6, 2020
4 Years ago
;