Incorrect screen resolution with slackware64 13.1 and nvidia 195.36.15 driver
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Open the NVIDIA X Server Settings app and click on the X Server Display Configuration on the left side.
I have the same resolution (1440x900) and see where its set. Mine is set to auto, but you can click on the drop-down box and select your desired resolution.
I do not have the screen subsection in my xorg.conf.
Open the NVIDIA X Server Settings app and click on the X Server Display Configuration on the left side.
I have the same resolution (1440x900) and see where its set. Mine is set to auto, but you can click on the drop-down box and select your desired resolution.
I do not have the screen subsection in my xorg.conf.
Hi, thanks for your reply. I forgot to mention that irrespective of the values that I add to the mode section, or whether I have modes in xorg.conf at all, nvidia-settings does not show 1440x900 (closest shown is 1440x1050). I have used the used the HorizSync and
VertRefresh values for an analogue output as recommended on any specs that I have found on the web (I don't have the vw192s manual) as they would usually be the first place that I would look to resolve a resolution issue. It is probably worth noting that I have always easily achieved 1440x900 on any linux distro with the nvidia driver until (I mainly used fedora until about 1 year ago) but started getting this with fedora 11. Do we know of any changes to x11 or the nvidia driver that would cause this-interestly the nouveau driver on fedora 13 detects my resolution perfectly.
I would guess the problem is with the HorizSync and VertRefresh.
The X-server doesn't like to be restrained.. Try to comment both and see if X can sort itself out.
The above line was output by running 'cvt 1440 900'.
It appears that your monitor is reporting incomplete information when EDID is interrogated.
FYI, there is a later version of the nVidia driver available.
Ouch! Your GPU have the age of my granny... It's... soooooooooo old!
You are sure that you use the right driver?
How about to try a little hardware upgrade (spending few bucks, like a burger) if you want gingles and bells?
My old PC had a 6100. Not the best but it worked. Some motherboards are still sold with 6100/6200 integrated graphics. Even a few Linux games ran on my integrated 6100...Urban Terror was even playable. Of course I prefer my nice shiny GTX-260 but if it works, it works.
[/off-topic]
I, at one point, required a custom modeline for my 6100 to support a 1680x1050 screen, so allend's advice may certainly be valid.
My old PC had a 6100. Not the best but it worked. Some motherboards are still sold with 6100/6200 integrated graphics. Even a few Linux games ran on my integrated 6100...Urban Terror was even playable. Of course I prefer my nice shiny GTX-260 but if it works, it works.
[/off-topic]
I, at one point, required a custom modeline for my 6100 to support a 1680x1050 screen, so allend's advice may certainly be valid.
Thanks for the suggestions guys-I'll work on this and post back.
Ok chaps-thanks for all of your help here. I have changed the hor/vert frequency values and can now use nvidia-settings to set 1440x900. The problem that I have now is that my panel/windows borders maximise to outside of the left side of my screen by several pixels. I am assuming that I need to use xorg.conf to tell x about the dimensions of my monitor? I have attached my log file. I'm going to look for guidance on setting monitor dimensions on the xorg site, but any further help is very appreciated.
Your modeline should be using these values from your log file:
Code:
(II) May 28 08:11:49 NVIDIA(0): Validating Mode "1440x900_60.00":
(II) May 28 08:11:49 NVIDIA(0): 1440 x 900 @ 60 Hz
(II) May 28 08:11:49 NVIDIA(0): Mode Source: X Configuration file ModeLine
(II) May 28 08:11:49 NVIDIA(0): Pixel Clock : 106.50 MHz
(II) May 28 08:11:49 NVIDIA(0): HRes, HSyncStart : 1440, 1528
(II) May 28 08:11:49 NVIDIA(0): HSyncEnd, HTotal : 1672, 1904
(II) May 28 08:11:49 NVIDIA(0): VRes, VSyncStart : 900, 903
(II) May 28 08:11:49 NVIDIA(0): VSyncEnd, VTotal : 909, 934
(II) May 28 08:11:49 NVIDIA(0): H/V Polarity : -/+
(II) May 28 08:11:49 NVIDIA(0): Mode is valid.
If using these values doesn't correct your size problem, then there should be a hardware menu button on your display to set sizes, positions, and such.
Lou
Last edited by LouRobytes; 05-28-2010 at 06:05 AM.
Ok chaps-thanks for all of your help here. I have changed the hor/vert frequency values and can now use nvidia-settings to set 1440x900. The problem that I have now is that my panel/windows borders maximise to outside of the left side of my screen by several pixels. I am assuming that I need to use xorg.conf to tell x about the dimensions of my monitor? I have attached my log file. I'm going to look for guidance on setting monitor dimensions on the xorg site, but any further help is very appreciated.
All the best,
Kris
You can also use nvidia-settings to change the overscan which will adjust the screen size.
The "Dimensions" in xorg.conf is only used (AFAIK) to calculate the dpi.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.