Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th December 2008, 06:53 PM
LiYu Offline
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
Code:
su
and type a root password.

Type:
Code:
gtf 1024 768 100
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
Reply With Quote
  #2  
Old 10th December 2008, 07:06 PM
Hlingler's Avatar
Hlingler Offline
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
Reply With Quote
  #3  
Old 14th February 2009, 07:20 PM
Savdnc Systems Offline
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
Reply With Quote
  #4  
Old 14th February 2009, 11:25 PM
Hlingler's Avatar
Hlingler Offline
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
Reply With Quote
  #5  
Old 15th February 2009, 07:18 AM
Savdnc Systems Offline
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.
Reply With Quote
  #6  
Old 15th February 2009, 07:38 AM
Hlingler's Avatar
Hlingler Offline
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):
Code:
gtf 1024 768 100
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
Reply With Quote
  #7  
Old 15th February 2009, 11:33 AM
Savdnc Systems Offline
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.
Reply With Quote
  #8  
Old 15th February 2009, 01:20 PM
Hlingler's Avatar
Hlingler Offline
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
Reply With Quote
  #9  
Old 15th February 2009, 03:25 PM
Savdnc Systems Offline
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
Reply With Quote
  #10  
Old 15th February 2009, 03:44 PM
Hlingler's Avatar
Hlingler Offline
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.
Reply With Quote
  #11  
Old 15th February 2009, 04:08 PM
Savdnc Systems Offline
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.
Reply With Quote
  #12  
Old 15th February 2009, 04:16 PM
Hlingler's Avatar
Hlingler Offline
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
Reply With Quote
  #13  
Old 15th February 2009, 06:00 PM
Savdnc Systems Offline
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.
Reply With Quote
  #14  
Old 16th February 2009, 12:06 AM
Hlingler's Avatar
Hlingler Offline
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
Reply With Quote
Reply

Tags
high, nvidia, rate, refresh, set

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Radeon 9200 Card Refresh Rate too high H4ST3 Installation and Live Media 5 10th March 2009 06:00 AM
ATI Radeon 9200 Card Refresh Rate too high H4ST3 Hardware & Laptops 1 10th March 2009 04:53 AM
nvidia driver won't set proper refresh rate Dragnet Using Fedora 9 19th November 2008 07:49 AM
Refresh rate too high, GUI doesn't work. dmbyer Hardware & Laptops 2 2nd February 2007 04:52 AM
Force a refresh rate/res with nvidia X Server? (1st post!) Caracal Hardware & Laptops 0 22nd December 2006 01:33 PM


Current GMT-time: 07:49 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat