Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Fedora 13 Development Branch
FedoraForum Search

Forgot Password? Join Us!

Fedora 13 Development Branch Discussions on the Development Branch that will lead to Fedora 13 (This Forum will eventually be Archived).

 
 
Thread Tools Search this Thread Display Modes
  #31  
Old 16th March 2010, 12:59 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Updated to 195.36.15
  #32  
Old 16th March 2010, 02:35 PM
katastrophal Offline
Registered User
 
Join Date: Jan 2010
Posts: 87
windows_7safari
Re: Nvidia guide for F13 Development.

errr. either i'm doing something wrong, or you have a wrong dependency in your spec files. yum always complains about missing dependency nvidia-kmod. this should be kmod-nvidia, shouldn't it? :-)
  #33  
Old 16th March 2010, 03:13 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by katastrophal View Post
errr. either i'm doing something wrong, or you have a wrong dependency in your spec files. yum always complains about missing dependency nvidia-kmod. this should be kmod-nvidia, shouldn't it? :-)

Try downloading the spec file again and rebuild.
  #34  
Old 16th March 2010, 03:28 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by leigh123linux View Post
Try downloading the spec file again and rebuild.
Ok that should be fixed now .
  #35  
Old 16th March 2010, 08:32 PM
katastrophal Offline
Registered User
 
Join Date: Jan 2010
Posts: 87
windows_7opera
Re: Nvidia guide for F13 Development.

ye. it's fixed. thanks leigh :-)
  #36  
Old 17th March 2010, 05:39 PM
chepioq's Avatar
chepioq Offline
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by leigh123linux View Post
Updated to 195.36.15
Thank leigh.
That work on my laptop...
  #37  
Old 22nd March 2010, 10:56 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Leigh, Thank you for this set of instructions. I have installed the nvidia driver under 2.6.33-1.fc13.i686.PAE (had to install kernel-PAE-devel instead of kernel-devel of course).

I tested it with second life and the frame rates are equal to the best I've seen.

Code:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 6200/AGP/SSE2
OpenGL version string: 2.1.2 NVIDIA 195.36.15
OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
  #38  
Old 25th March 2010, 02:09 PM
hannes|l Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Does anyone know when the driver is available via rpmfusion? What is the reason that we need to use such a workaround to make the binary driver available?
Thanks for your work!

Greetings
  #39  
Old 25th March 2010, 06:29 PM
GoinEasy9's Avatar
GoinEasy9 Online
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,581
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

F13 is only Beta, you'll have to wait till release to get the blob from rpmfusion, or if someone like Leigh makes an rpm before hand. I hear that sgfxi is handling fedora these days, don't know if h2 has checked out the 2.6.33 kernel yet though. I'm sort of happy being blobless, nouveau is working for what I need it to.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
  #40  
Old 3rd April 2010, 08:20 PM
moisha Offline
Registered User
 
Join Date: Apr 2010
Posts: 3
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Missing nvidia-kmod-common ? :
Code:
 
kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 
nVidia Corporation G96 [GeForce 9400 GT]

error: Failed dependencies:
        nvidia-kmod-common >= 195.36.15 is needed by kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
Also, any particular reason for executing step 2 as non-root ?

Thank you.

Last edited by moisha; 3rd April 2010 at 08:30 PM.
  #41  
Old 3rd April 2010, 08:43 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by moisha View Post
Missing nvidia-kmod-common ? :
Code:
 
kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 
nVidia Corporation G96 [GeForce 9400 GT]

error: Failed dependencies:
        nvidia-kmod-common >= 195.36.15 is needed by kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
Also, any particular reason for executing step 2 as non-root ?

Thank you.

You need to install xorg-x11-drv-nvidia & xorg-x11-drv-nvidia-libs at the same time as kmod-nvidia i.e one transaction .


Code:
[root@localhost ~]# rpm -q xorg-x11-drv-nvidia  --provides
nvidia-kmod-common = 195.36.15
nvidia-x11-drv = 195.36.15-1.fc13
xorg-x11-drv-nvidia-newest = 195.36.15-101
libglx.so()(64bit)  
nvidia_drv.so()(64bit)  
xorg-x11-drv-nvidia = 195.36.15-1.fc13
xorg-x11-drv-nvidia(x86-64) = 195.36.15-1.fc13
[root@localhost ~]#

Quote:
Also, any particular reason for executing step 2 as non-root ?
It's bad practice to build anything as root .
  #42  
Old 3rd April 2010, 10:07 PM
moisha Offline
Registered User
 
Join Date: Apr 2010
Posts: 3
windows_7ie
Re: Nvidia guide for F13 Development.

Very good. Thank you for quick reply.
Any tips on how to deal with the Nvidia virtualization bug described here (besides disabling virtualizatin in BIOS):
Code:
[   609.861] (EE) Apr 03 16:52:32 NVIDIA(0): WAIT: (E, 0, 0x887d, 0)
  #43  
Old 3rd April 2010, 10:58 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by moisha View Post
Very good. Thank you for quick reply.
Any tips on how to deal with the Nvidia virtualization bug described here (besides disabling virtualizatin in BIOS):
Code:
[   609.861] (EE) Apr 03 16:52:32 NVIDIA(0): WAIT: (E, 0, 0x887d, 0)


Do you have a intel chipset ?

http://osdir.com/ml/users/2010-03/msg02653.html

http://forums.fedoraforum.org/showthread.php?t=239704
  #44  
Old 4th April 2010, 12:37 AM
moisha Offline
Registered User
 
Join Date: Apr 2010
Posts: 3
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Quote:
Originally Posted by leigh123linux View Post
Quote:
Adding iommu=soft at the end of /boot/grub/grub.conf solved my problem.
Yep. That was it. Thanks a lot.
Wonder if this is basically the same as disabling VT-d in BIOS
  #45  
Old 9th April 2010, 11:49 AM
mps2006 Offline
Registered User
 
Join Date: Sep 2006
Posts: 170
linuxfedorafirefox
Re: Nvidia guide for F13 Development.

Worked great for me with the 2.6.33.2-35 from koji and a Quadro NVS 160M once I added the iommu=soft option.

Many thanks Leigh. Perhaps add info about the iommu=soft option to the begining of the guide as I'm sure there will be many people downloading the beta once it comes out and running into this problem?

Cheers
M.
 

Tags
development, f13, 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 for Rawhide. leigh123linux F16 Development 77 15th February 2011 10:08 PM
Nvidia drivers (My Guide) Clunixchit Guides & Solutions (No Questions) 37 11th November 2006 02:06 AM
Followed Firewing's Nvidia guide - Problems! shadowwyvern Hardware & Laptops 7 25th September 2006 12:06 AM
Welcome to My Own Installation Nvidia Guide EvolutionR Guides & Solutions (No Questions) 11 6th January 2005 03:48 PM


Current GMT-time: 21:18 (Friday, 24-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