LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   [SOLVED ]resolution not listed on nvidia-settings? (https://www.linuxquestions.org/questions/linux-software-2/%5Bsolved-%5Dresolution-not-listed-on-nvidia-settings-813241/)

michaelinux 06-09-2010 07:13 PM

[SOLVED ]resolution not listed on nvidia-settings?
 
hi, i'm having a problem with nvidia-settings is that my resolution is not listed in. the only resolutions available are 640x480 and 320x240, the "detect display" doesn't work either.
by the way i'm using the driver from nvidia site.
other point is that i couldn't change resolution on kde before i installed the nvidia driver, it just showed the same two resolutions, i thought it was because i hadn't install the nvidia drivers but i got the same problem.

yooy 06-09-2010 07:32 PM

if resolution is not listed in xrandr you can try adding it.

Shadow_7 06-09-2010 07:37 PM

You can check /var/log/Xorg.0.log for resolutions that were recognized as options for your monitor. If it's not listed there, then you might have greater issues.

michaelinux 06-09-2010 08:45 PM

Quote:

Originally Posted by michaelinux (Post 3998390)
hi, i'm having a problem with nvidia-settings is that my resolution is not listed in. the only resolutions available are 640x480 and 320x240, the "detect display" doesn't work either.
by the way i'm using the driver from nvidia site.
other point is that i couldn't change resolution on kde before i installed the nvidia driver, it just showed the same two resolutions, i thought it was because i hadn't install the nvidia drivers but i got the same problem.

well if somebody is having the same problem this might help you, at least this is how i fixed it, for some weird reason you have to comment this lines on the xorg.conf file:
HorizSync
VertRefresh

i don't know exactly what those lines do so if anyone knows please tell me so i can figure out what the problem actually was.

Shadow_7 06-10-2010 08:00 AM

They set (or restrict) the refresh rates attempted in relation to your monitor. Mostly needed in days of old when using the wrong settings would destroy your monitor. Most current monitors will protect themselves and just show you a blank screen. There should be some EDID information that X can interpret to determine your settings for your monitor and set those values for you. Some of which is echoed in /var/log/Xorg.0.log. Although sometimes EDID information on the hardware (monitor) is WRONG. Or you have some other reason to manually set your refresh rate. Like to 60Hz if you're using a video camera to record and your monitor is in the shot. (50Hz in other nations)

$ xvidtune -show

Should show what your current settings are in a modeline type of way. A bit old school, but useful information.


All times are GMT -5. The time now is 12:27 AM.