 |
 |
 |
 |
| 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. |

17th March 2013, 07:12 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126

|
|
|
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.
|

17th March 2013, 07:59 PM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by PabloTwo
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 ~]$
|

19th March 2013, 01:34 PM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
Re: F17 Nvidia guide
But this config don't stay when I reboot, I am do an nvidia-setting after reboot...
|

19th March 2013, 05:47 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126

|
|
|
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.
|

21st March 2013, 07:50 PM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by PabloTwo
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...
|

29th April 2013, 09:24 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 50

|
|
|
Re: F17 Nvidia guide
It seems that I do not need to do dracut on kernel 3.8.9.200.
|

7th May 2013, 08:04 AM
|
 |
Registered User
|
|
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 737

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by neo_in_matrix
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 ^_^
|

Yesterday, 11:02 AM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
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 ?
|

Yesterday, 03:52 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,625

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by chepioq
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
|

Yesterday, 04:09 PM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
Re: F17 Nvidia guide
Quote:
Originally Posted by nonamedotc
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.
|

Yesterday, 04:15 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,625

|
|
|
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
|
| 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: 20:22 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|