Fedora Linux Support Community & Resources Center
  #1  
Old 19th April 2012, 12:06 AM
Magickman's Avatar
Magickman Offline
Registered User
 
Join Date: Oct 2008
Posts: 326
windows_xp_2003firefox
Fedora 17 Beta Installed with Nvidia Drivers

Tried the Pre-Upgrade from 16 first, that didn't work at all, would not boot up after restarting. Lucky me, last night I downloaed Fedora 17 DVD, so I erased the HDD, and installed. Nivida Drivers went right in, and everything else is working fine. Good job, Fedora, this one looks Gold!
Reply With Quote
  #2  
Old 19th April 2012, 12:43 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Yeah, after a week or so of update issues F17 seems to have settled down nicely. I leave the nouveau driver in place until the official release just in case I can contribute to reporting problems, but it's good to know the proprietary driver works. So far, though, nouveau is handling everything well - maybe I'll stick with it for F17.
Reply With Quote
  #3  
Old 20th April 2012, 01:14 PM
creating2000 Offline
Registered User
 
Join Date: Mar 2011
Posts: 5
windows_7chrome
Re: Fedora 17 Beta Installed with Nvidia Drivers

Quote:
Originally Posted by Magickman View Post
Tried the Pre-Upgrade from 16 first, that didn't work at all, would not boot up after restarting. Lucky me, last night I downloaed Fedora 17 DVD, so I erased the HDD, and installed. Nivida Drivers went right in, and everything else is working fine. Good job, Fedora, this one looks Gold!
nvidia GeForce GT240,can't support
Reply With Quote
  #4  
Old 20th April 2012, 04:22 PM
VernDog Offline
Registered User
 
Join Date: Aug 2009
Posts: 226
linuxchrome
Re: Fedora 17 Beta Installed with Nvidia Drivers

Yesterday I installed F17 without cloning the partition. (big mistake). After someone stated that the Guides to Nvidia installation that was for F14, F15 and F16 worked, i tried it. Failed big time.

On Ubuntu I always use Nvidia proprietary installs, that works perfectly.
Reply With Quote
  #5  
Old 20th April 2012, 08:40 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Hi VernDog, I (and others) am using the 295.40 driver from the rpmfusion repo for F17.
How did it fail for you?

-edit- make sure you have /etc/X11/xorg.conf (if for some reason the package didn't copy it, copy /etc/X11/nvidia-xorg.conf to /etc/X11/xorg.conf).

Last edited by secipolla; 20th April 2012 at 08:45 PM.
Reply With Quote
  #6  
Old 20th April 2012, 10:05 PM
VernDog Offline
Registered User
 
Join Date: Aug 2009
Posts: 226
linuxchrome
Re: Fedora 17 Beta Installed with Nvidia Drivers

Quote:
Originally Posted by secipolla View Post
Hi VernDog, I (and others) am using the 295.40 driver from the rpmfusion repo for F17.
How did it fail for you?

-edit- make sure you have /etc/X11/xorg.conf (if for some reason the package didn't copy it, copy /etc/X11/nvidia-xorg.conf to /etc/X11/xorg.conf).
I'm not sure what version was installed at the time. I just installed per step: "2. Install the nvidia driver."

I will try again later because I have F17 fully backed up.
Reply With Quote
  #7  
Old 20th April 2012, 11:22 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

First do step one (update kernel and reboot)
Then step two (I had added the rpmfusion repo from their site beforehand)
Quote:
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
Now note that above it's a i686 package. That's ok for me as my system is 32-bit, but if yours is 64-bit I would guess that there's a package for it which should be replaced in that command (or just omit the architecture extension).
Third do the step three, then reboot. If X doesn't come up, check that xorg.conf is there as I said before.

After 'all is well' then if you like you can add
GRUB_GFXPAYLOAD_LINUX="1024x768"
in /etc/default/grub (replace with your resolution) and '# grub2-mkconfig -o /boot/grub2/grub.cfg' to get back the plymouth 'bubble'.
Reply With Quote
  #8  
Old 24th April 2012, 04:28 PM
raymon99 Offline
Registered User
 
Join Date: Apr 2012
Location: Milwaukee, WI
Posts: 1
windows_7ie
Re: Fedora 17 Beta Installed with Nvidia Drivers

I have Fedora 17 Beta installed. When I install the nvidia drivers Fedora boot hangs at the sendmail service. I have twin Nvidia GTS450 cards and run 3 monitors. Fedora 17 runs fine until I install the nvidia drivers and the sendmail hang on boot occurs. Any suggestions
Reply With Quote
  #9  
Old 6th May 2012, 06:19 AM
gjwalsh Offline
Registered User
 
Join Date: Feb 2011
Posts: 38
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Glad that helped ... I know a lot of frustration of my own, so I defend myself by refusing to deal with any digital gadget that begins with the letter 'i' and anything suggesting a scaled down computer. That gives me hours and hours of extra time to application development.

As for the final Fedora 17 release, that will be updated automatically for you, although you might want to check repositories being used after F17 final. I usually work with the 'final release' until the next beta comes out. Best way I know of to keep track of all the myriad undocumented changes from version to version. That keeps my development packages at cutting edge and the exercise is worth a couple of days of effort every 6 months.

My server is running cleanly and efficiently except for the standard messup with Alsa sound. They seem to get that one right every second release. F16 ran 'out-of-the-box'. F17 can't produce anything. You only have to compare alsa-info.txt for the 2 releases to see the differences. And that, of course, is with the identical hardware.

Ah well .... sound is trivial in my programming environment.

George
Reply With Quote
  #10  
Old 6th May 2012, 11:24 AM
sgage Offline
Registered User
 
Join Date: Nov 2010
Posts: 48
windows_7firefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

The way I've been doing nvidia drivers since 16 is:

install rpmfusion repos
yum install akmod-nvidia

That's it - akmod-nvidia brings everything else in as dependencies Also, if you update your kernel before an appropriate new kernel module is on the repo, it will compile a new one. It's worked very well for me.
Reply With Quote
  #11  
Old 6th May 2012, 05:12 PM
VernDog Offline
Registered User
 
Join Date: Aug 2009
Posts: 226
linuxchrome
Re: Fedora 17 Beta Installed with Nvidia Drivers

Quote:
Originally Posted by sgage View Post
The way I've been doing nvidia drivers since 16 is:

install rpmfusion repos
yum install akmod-nvidia

That's it - akmod-nvidia brings everything else in as dependencies Also, if you update your kernel before an appropriate new kernel module is on the repo, it will compile a new one. It's worked very well for me.
That doesn't work:

Code:
sudo yum install rpmfusion repos
...
Loaded plugins: langpacks, presto, refresh-packagekit
fedora/metalink                                          | 8.8 kB     00:00     
fedora                                                   | 4.2 kB     00:00     
fedora/primary_db                                        |  14 MB     02:44     
fedora/group_gz                                          | 434 kB     00:04     
google-chrome                                            |  951 B     00:00     
google-chrome/primary                                    | 1.4 kB     00:00     
updates/metalink                                         |  18 kB     00:00     
updates                                                  | 2.6 kB     00:00     
updates/primary_db                                       | 1.2 kB     00:00     
google-chrome                                                               3/3
No package rpmfusion available.
No package repos available.
Error: Nothing to do
$ sudo yum install akmod-nvidia
Loaded plugins: langpacks, presto, refresh-packagekit
No package akmod-nvidia available.
Error: Nothing to do
Reply With Quote
  #12  
Old 6th May 2012, 05:20 PM
sgage Offline
Registered User
 
Join Date: Nov 2010
Posts: 48
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Quote:
Originally Posted by VernDog View Post
That doesn't work:

Code:
sudo yum install rpmfusion repos
...
Loaded plugins: langpacks, presto, refresh-packagekit
fedora/metalink                                          | 8.8 kB     00:00     
fedora                                                   | 4.2 kB     00:00     
fedora/primary_db                                        |  14 MB     02:44     
fedora/group_gz                                          | 434 kB     00:04     
google-chrome                                            |  951 B     00:00     
google-chrome/primary                                    | 1.4 kB     00:00     
updates/metalink                                         |  18 kB     00:00     
updates                                                  | 2.6 kB     00:00     
updates/primary_db                                       | 1.2 kB     00:00     
google-chrome                                                               3/3
No package rpmfusion available.
No package repos available.
Error: Nothing to do
$ sudo yum install akmod-nvidia
Loaded plugins: langpacks, presto, refresh-packagekit
No package akmod-nvidia available.
Error: Nothing to do
Here's how you install the rpmfusion repos:

Code:
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Reply With Quote
  #13  
Old 7th May 2012, 05:17 AM
gjwalsh Offline
Registered User
 
Join Date: Feb 2011
Posts: 38
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

If your are dealing with a beta release, why would you choose to install rpmfusion-(free and nonfree)-release-stable over the branched releases???? Once F17 Final is released, you'd want to use the stable releases of fpmfusion.
Reply With Quote
  #14  
Old 7th May 2012, 11:19 AM
sgage Offline
Registered User
 
Join Date: Nov 2010
Posts: 48
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Quote:
Originally Posted by gjwalsh View Post
If your are dealing with a beta release, why would you choose to install rpmfusion-(free and nonfree)-release-stable over the branched releases???? Once F17 Final is released, you'd want to use the stable releases of fpmfusion.
On the one hand, what you say makes sense. On the other hand, doing it the way I suggested yields the following:

Code:
[root@miracle ~]# yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
repo id                    repo name                                      status
adobe-linux-i386           Adobe Systems Incorporated                         17
fedora                     Fedora 17 - i386                               21,724
livna                      rpm.livna.org for 17 - i386                         5
rpmfusion-free             RPM Fusion for Fedora 17 - Free                   399
rpmfusion-free-updates     RPM Fusion for Fedora 17 - Free - Updates           0
rpmfusion-nonfree          RPM Fusion for Fedora 17 - Nonfree                168
rpmfusion-nonfree-updates  RPM Fusion for Fedora 17 - Nonfree - Updates        0
updates                    Fedora 17 - i386 - Updates                          0
repolist: 22,313
Reply With Quote
  #15  
Old 9th May 2012, 12:14 AM
gjwalsh Offline
Registered User
 
Join Date: Feb 2011
Posts: 38
linuxfirefox
Re: Fedora 17 Beta Installed with Nvidia Drivers

Ignoring the difference in architecture between us, the only material difference shown by repolist are the test-updates present in mine and absent in yours. I have found including them not only works to avoid version conflicts but is also the procedure employed in the rpmfusion.org website itself.
Reply With Quote
Reply

Tags
beta, drivers, fedora, installed, 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
install nvidia drivers on F15 BETA kafer2000 F15 Development 1 13th April 2011 09:51 AM
Unable to get nvidia drivers installed in Fedora 10 Thrydmon Installation and Live Media 9 28th March 2009 12:13 AM
Nvidia 177.78 Beta Drivers g8keepR Using Fedora 8 7th October 2008 01:16 PM
Beta Nvidia drivers work.. but fail to load upon reboot ttnunam Using Fedora 2 11th December 2006 05:43 AM
beta nvidia drivers mrlinuxnewb Using Fedora 2 28th October 2006 04:44 PM


Current GMT-time: 09:54 (Sunday, 19-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