 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

10th December 2008, 06:53 PM
|
|
Registered User
|
|
Join Date: Dec 2008
Location: Poland
Posts: 4

|
|
|
How to set high refresh rate on NVIDIA
(If I double some thread - sorry, delete it. If not - please correct my english)
In polish openSuse users forum I found nice tip - how set up high refresh rate on NVIDIA. I'm sure that this tip works in Fedora.
Under Windows I use 1024x768 and 100 MHz. On Linux I can use only 85 MHz.
Tip:
Go to console
and type a root password.
Type:
You may write other values, ex. gtf 1280 1024 100 .... etc. First & second values = dimension, third = refresh rate in MHz.
When you click enter program generate line (it is my example):
Code:
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
Type:
Code:
gedit /etc/X11/xorg.conf
Find in Section "Modes" your "Modeline...." line, delete it and paste new "Modeline..."
Now reboot.
After reboot go to "NVIDIA X Server Settings" and You can set up 100 MHz.
__________________
Now: Windows XP Pro / Linux openSUSE 11 (gnome)
Past: Fedora 10 (problem after update)
AMD Athlon 64 3500+ / GeForce 7600 GS / 2 GB RAM
|

10th December 2008, 07:06 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
A far quicker and easier way is to use the xrandr utility. You can switch screen resolution and refresh rates "on-the-fly".
V
|

14th February 2009, 07:20 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
i cant find where to put it. there is no modeline.
my xorg.conf looks like this:
Code:
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
I really need to do this stuff because my current refresh rate is 50 hz... and i cant change that in settings 
Monitor often goes blurry because of this!
Last edited by Savdnc Systems; 14th February 2009 at 07:47 PM.
Reason: MORE INFO
|

14th February 2009, 11:25 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Did you read Post #2 above ???
Code:
~]$ xrandr -q
Screen 0: minimum 320 x 175, current 1280 x 960, maximum 1280 x 960
default connected 1280x960+0+0 0mm x 0mm
1280x960 50.0*
1152x768 51.0
1024x768 52.0 68.0 69.0 70.0 71.0
800x600 53.0 76.0 77.0 78.0 79.0 80.0
640x480 54.0 87.0 88.0 89.0 90.0
~]$ xrandr -s 1024x768 -r 70.0
Takes effect immediately when you press <ENTER>
V
|

15th February 2009, 07:18 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
Code:
[User@localhost ~]$ xrandr -q
Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 50.0* 51.0 52.0
832x624 53.0
800x600 54.0 55.0 56.0 57.0
640x480 58.0 59.0 60.0 61.0
512x384 62.0 63.0 64.0
416x312 65.0
400x300 66.0 67.0 68.0 69.0
320x240 70.0 71.0 72.0
[User@localhost ~]$ xrandr -s 1024x768 -r 70.0
Rate 70.0 Hz not available for this size
[User@localhost ~]$
Can you help me to fix this nonsense? I have 15' AG Neovo F-415. it must support higher rates.
|

15th February 2009, 07:38 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Quote:
|
Can you help me to fix this nonsense? I have 15' AG Neovo F-415. it must support higher rates.
|
Regrettably: No, it does not, as far as I know. Not on Fedora Linux. The output of xrandr clearly shows that your MAXIMUM screen resolution is 1024x768, and that there are three refresh rates available for that resolution (current settings marked with asterisk):
Code:
1024x768 50.0* 51.0 52.0
HOWEVER, according to the original post above, which I confess to misunderstanding until now, you can somehow "force" a higher refresh rate. Although this seems dubious to me, you can try. Run the command specified (I don't think root permission is required for this): EXAMPLE: I get:
Code:
~]$ gtf 1280 960 100
# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
Modeline "1280x960_100.00" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
Hm, that's interesting, since my above xrandr info says ONLY 50.0 is available for 1280x960.
Insert the desired refresh rate (100 seems rather high, but whatever - try maybe 70 or 75 - 72 is VESA standard). Copy the output, and include the line in the next step. Add the following to your xorg.conf (root user permission required to edit):
Code:
Section "Screen"
Device "Videocard0"
DefaultDepth 24
<paste the output from above here>
EndSection
Re-start X11. See what happens....
Good Luck, Let us know what happens...
V
|

15th February 2009, 11:33 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
|
nothing happened. i restarted x11 and i think nothing changed.
oh, and xorg.conf has changed after restart, section "screen" disappeared.
|

15th February 2009, 01:20 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
Then open livna-config-display and un-check the box that allows it to edit the config file. Then try again (repeat the experiment).
V
|

15th February 2009, 03:25 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
didn't work. x11 crashes when i start. I had to delete that section, to make it work.
Code:
"Modeline" is not a valid keyword in this section
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
giving up
|

15th February 2009, 03:44 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Hm. Read: man xorg.conf. Apparently, that line must go in a "Monitor" section. Try:
Code:
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Monitor"
Device "Monitor0"
<paste the output from above here>
EndSection
Section "Screen"
Device "Videocard0"
Device "Monitor0"
DefaultDepth 24
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Re-start X11.
V
P.S. Make sure that you edit to include the correct output for your machine from the command: gtf ...
Last edited by Hlingler; 15th February 2009 at 03:46 PM.
|

15th February 2009, 04:08 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
|
No its not working again. And yes, i included correct output from gtf
Parse error on line 23 of section Monitor in file /etc/X11/xorg.conf
"Device" is not a valid keyword in this section.
|

15th February 2009, 04:16 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
OOPS! My bad! Should read:
Code:
Section "Monitor"
Identifier "Monitor0"
<paste the output from above here>
EndSection
Sorry about that....
V
|

15th February 2009, 06:00 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 12

|
|
|
it said section 'screen' must have an identifier. so i changed in screen section
Device "Monitor0"
to
Identifier "Monitor0"
I started x11 and it loaded successfully. Seems to be working but I'm not sure, in settings it still says 50Hz. But monitor is not blurry and not shaking. Well, it wasn't shaking always, just sometimes. So I hope its OK now and wont begin again.
Anyway, thanks a lot for your help.
|

16th February 2009, 12:06 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
Well, I was very skeptical of this method, once I understood it, to make such refresh rate changes that xrandr can't see. But if the above tweaks help at all, that's certainly a plus.
Good Luck,
V
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:49 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|