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
  #136  
Old 17th March 2013, 07:12 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
Re: F17 Nvidia guide

Run nvidia-settings and turn VSYNC to OFF. Find the setting under the OpenGL Settings. Uncheck the "Sync to VBlank" box.
Before:
Code:
[paul@CarCrusher ~]$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.421 FPS
After:
Code:
[paul@CarCrusher ~]$ glxgears
65295 frames in 5.0 seconds = 13058.950 FPS

Last edited by PabloTwo; 17th March 2013 at 07:20 PM.
Reply With Quote
  #137  
Old 17th March 2013, 07:59 PM
chepioq's Avatar
chepioq Online
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by PabloTwo View Post
Run nvidia-settings and turn VSYNC to OFF. Find the setting under the OpenGL Settings. Uncheck the "Sync to VBlank" box.
Thank, that work for me :
Code:
[dominique@chepioq ~]$ glxgears
28510 frames in 5.0 seconds = 5701.833 FPS
30870 frames in 5.0 seconds = 6173.937 FPS
29398 frames in 5.0 seconds = 5879.524 FPS
30219 frames in 5.0 seconds = 6043.445 FPS
31715 frames in 5.0 seconds = 6342.987 FPS
31754 frames in 5.0 seconds = 6350.739 FPS
31874 frames in 5.0 seconds = 6374.715 FPS
^C
[dominique@chepioq ~]$
Reply With Quote
  #138  
Old 19th March 2013, 01:34 PM
chepioq's Avatar
chepioq Online
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
windows_7ie
Re: F17 Nvidia guide

But this config don't stay when I reboot, I am do an nvidia-setting after reboot...
Reply With Quote
  #139  
Old 19th March 2013, 05:47 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxchrome
Re: F17 Nvidia guide

When you use nvidia-settings as a regular user to adjust settings (some settings can only be done as root, the ones that would need to write to the xorg.conf file, for example), it saves the settings in ~/.nvidia-settings-rc file.

The nvidia-settings-rc file is not parsed automatically when you log into your session. In order to make it active on each session log-in, you must create a new session auto-start instance. The command to use for that in the auto-start file is nvidia-settings --load-config-only, or you can just use the short form option of -l.
Reply With Quote
  #140  
Old 21st March 2013, 07:50 PM
chepioq's Avatar
chepioq Online
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by PabloTwo View Post
When you use nvidia-settings as a regular user to adjust settings (some settings can only be done as root, the ones that would need to write to the xorg.conf file, for example), it saves the settings in ~/.nvidia-settings-rc file.

The nvidia-settings-rc file is not parsed automatically when you log into your session. In order to make it active on each session log-in, you must create a new session auto-start instance. The command to use for that in the auto-start file is nvidia-settings --load-config-only, or you can just use the short form option of -l.
Thank for the command, I add it in my autostart file and that work...
Reply With Quote
  #141  
Old 29th April 2013, 09:24 AM
neo_in_matrix Offline
Registered User
 
Join Date: May 2005
Posts: 50
windows_7chrome
Re: F17 Nvidia guide

It seems that I do not need to do dracut on kernel 3.8.9.200.
Reply With Quote
  #142  
Old 7th May 2013, 08:04 AM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 737
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by neo_in_matrix View Post
It seems that I do not need to do dracut on kernel 3.8.9.200.
Yes, I concur with that. I tried the akmod-nvidia on my F19 (Beta) and it works without the step 3) to remove nouveau from initramfs. On further investigation, I found out that after the package installation, it modified my grub.cfg to blacklist nouveau kernel module from being loaded. Below is the new options being added:

Code:
vga=normal nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
I made a further tweak myself and in the end I am happy with just "nomodeset rd.driver.blacklist=nouveau". YMMV.

While I was at it, I also change my /etc/default/grub file so it looks like this below. This is to ensure that when I use grub2-mkconfig command later to rebuild my grub menu, the new menu will be appended with the right boot option automatically.

Code:
GRUB_CMDLINE_LINUX="quiet rhgb nomodeset rd.driver.blacklist=nouveau"
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #143  
Old Yesterday, 11:02 AM
chepioq's Avatar
chepioq Online
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: F17 Nvidia guide

Just one question:
for F18, the last drivers is 304.88
for F19 it's the 317.19

For test I rebuild the 317.19 for F18 and install, and that work fine.

Wht didn't update the F18 drivers ?
Reply With Quote
  #144  
Old Yesterday, 03:52 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,625
linuxfedorafirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by chepioq View Post
Just one question:
for F18, the last drivers is 304.88
for F19 it's the 317.19

For test I rebuild the 317.19 for F18 and install, and that work fine.

Wht didn't update the F18 drivers ?
Would you mind sharing the F18 driver you rebuilt? It would, obviously, be fine if you would prefer not to! Thanks.
__________________
Fedora 18 x86_64 XFCE - Thinkpad T520 | Intel Core i7 - 2630 QM | NVIDIA NVS 4200m | 16 GB RAM | 500 GB HDD |
Fedora 19 x86_64 XFCE - Thinkpad T500 | Intel Core2Duo P8800 | 6 GB RAM | 500 GB HDD |


The Linux Documentation Project
Reply With Quote
  #145  
Old Yesterday, 04:09 PM
chepioq's Avatar
chepioq Online
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: F17 Nvidia guide

Quote:
Originally Posted by nonamedotc View Post
Would you mind sharing the F18 driver you rebuilt? It would, obviously, be fine if you would prefer not to! Thanks.
I rebuild just the x86_64 drivers (and xorg-x11-drv-nvidia-libs.i686 with mock for compatibily).

If you want, send me your email by mp, and I send you the rpm in a tarball.
Reply With Quote
  #146  
Old Yesterday, 04:15 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,625
linuxfedorafirefox
Re: F17 Nvidia guide

Sent. Thanks a bunch.
__________________
Fedora 18 x86_64 XFCE - Thinkpad T520 | Intel Core i7 - 2630 QM | NVIDIA NVS 4200m | 16 GB RAM | 500 GB HDD |
Fedora 19 x86_64 XFCE - Thinkpad T500 | Intel Core2Duo P8800 | 6 GB RAM | 500 GB HDD |


The Linux Documentation Project
Reply With Quote
Reply

Tags
f17, guide, nvidia

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
Nvidia guide leigh123linux F16 Development 31 31st October 2011 07:04 AM
F15 Nvidia Guide leigh123linux F15 Development 128 24th May 2011 02:40 PM
Nvidia guide for Rawhide. leigh123linux F16 Development 77 15th February 2011 10:08 PM
Nvidia guide for F13 Development. leigh123linux Fedora 13 Development Branch 138 18th May 2010 05:30 PM
Nvidia drivers (My Guide) Clunixchit Guides & Solutions (No Questions) 37 11th November 2006 02:06 AM


Current GMT-time: 20:22 (Thursday, 23-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