Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th November 2011, 03:21 PM
jaszandre Offline
Registered User
 
Join Date: Nov 2011
Posts: 10
windows_xp_2003chrome
Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

I have a Fedora 16 KDE fresh installation (x64), and I decide to install the Nvidia Drivers for my GeForce 6150SE nforce 430 because I have some resolution problems with nouveau. I used this:

yum install kmod-nvidia

and it installed correctly, then reboot.

but now, Fedora starts and stops in the logo. and that's it !!

I decided to uninstall the RPM fusion nvidia drivers to solve the problem and use nouveau again, but after doing that, it's the same, stops in the logo and no more.

------------------------
So I tried another way. Before doing all I have done, I've downloaded the Nvidia drivers from nvidia web site

So, starting in the recovery mode, as a root, I did the following:

# init 3
login and password

then I tried to install that driver (from the Nvidia web site)

#cd /home/user/Documents
#chmod +x NVIDIAdriver.run
#./NVIDIAdriver.run


but in the process, I got this message:

The nouveau kernel driver is currently in use by you system. this driver is incompatible with the NVIDIA driver, and must be disabled before proceeding

after that I got another message telling me it will create a file to deactivate nouveau automatically

/etc/modprobe.d/nvidia-installer-disable-nouveau.conf

So, I accepted, and after that, I got an error. it showed this message:

if you have rebooted, then Nouveau may be enabled for other reasons, such as being included in the system initial ramdisk or in your X configuration file. Installation failed.

In this point, I don't know what to do.

I know I must disable Nouveau. I've read that one way is in the grub file, opening /boot/grub/grub.conf file and check that the kernel row have following parameters rdblacklist=nouveau nouveau.modeset=0:

First, in fedora16 that file /boot/grub/grub.conf doesn't exist, but I found /boot/grub2/grub.cfg, I thought it would be the same but here I don't know where to add rdblacklist=nouveau nouveau.modeset=0: because there's no "kernel-starting" row.

And that's it... fedora still stops in the logo, any idea to solve the problem and install the nvidia driver??

thanks in advanced

OBS: I have already read this how-to but I doesn't work for me:
http://forums.fedoraforum.org/showthread.php?t=204752

Last edited by jaszandre; 9th November 2011 at 03:23 PM.
Reply With Quote
  #2  
Old 9th November 2011, 03:29 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

if it has nouveau in the initial ramdisk, you can rebuild the initrd...

But I would recommend looking at Leigh123linux's guide for installing the rpmfusion kmod/akmod nvidia drivers. Pay special attention to the last step where it states there is a selinux issues with the nvidia drivers and he has a link to download the selinux policy to fix it.

http://forums.fedoraforum.org/showthread.php?t=204752

But, if you still wish to use the ones you have, you can rebuild your initramfs using dracut

Code:
cp /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak

dracut -f /boot/initramfs-$(uname-r).img $(uname -r)
And the line to edit in your /boot/grub2/grub.cfg file to add the rdblacklist=nouveau nouveau.modeset=0 parameters is the one that has the line that looks something like this one:

Code:
linux	/vmlinuz-3.1.0-7.fc16.x86_64 root=UUID=328e3856-9a44-4b2c-9301-e3ab02baed02 ro SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0
Reply With Quote
  #3  
Old 9th November 2011, 04:17 PM
jaszandre Offline
Registered User
 
Join Date: Nov 2011
Posts: 10
windows_xp_2003chrome
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

DBelton ... it's done !! great !!! I could install the Nvidia driver... thanks.
I can use the fedora graphic interface again. But now I have a minor problem, the screen is a little bit shifted to the right, I'm trying to configure the Nvidia Setting, but I have to put a low resolution to display the focus in the center.

My screen resolution is 1366 x 768, if I choose that option, the screen is shifted to the right, but if I choose a low resolution, it is centered, but in this case, I see the screen like a blur, I mean, not so good

I know this is a minor problem.. any idea for this?

But thanks a lot for trying to help me... great !! at least, I see my Fedora again

---------- Post added at 11:17 AM ---------- Previous post was at 11:09 AM ----------

one more thing, I have noticed that now "amarok" is consuming cpu too much
Reply With Quote
  #4  
Old 9th November 2011, 04:21 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

I had that problem on one of mine with F15. In my case, the monitor was 1680x1050 and it was shifted to the right, but if I ran the auto setup on the monitor it shifted back right. Was a pain in the butt for me since the monitor was connected through a kvm and I used it on 4 different systems, so I had to go through the auto config on the monitor every time I switched to that machine.

was really weird, too. All but one of those systems ran nvidia cards, The problem machine ran an nvidia card, all were running the same version of fedora, all were running the same nvidia driver. but only 1 had an issue. I pretty much chalked it up to a bug in the card itself and never really pursued it farther.
Reply With Quote
  #5  
Old 9th November 2011, 04:42 PM
jaszandre Offline
Registered User
 
Join Date: Nov 2011
Posts: 10
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

that's exactly my case.. I've seen the auto config button, and now Fedora screen is centered.
I have two different systems and now the another system has the problem, it's shifted to the right .. well. I'll have to deal with it... and with the auto config on the monitor every time I switched to that machine.

thanks for your help... DBelton, great !!! All night trying to recover the Fedora graphic interface, and with your help I could do it .. thanks again.
Reply With Quote
  #6  
Old 25th May 2012, 02:18 PM
pejman5563 Offline
Registered User
 
Join Date: May 2012
Location: iran
Posts: 2
windows_7firefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

hi to all.
I want to install my nvidia 9600m gt driver in fedora 16 x86_64 system by the driver file that I download from nvidia.com site. I successfully disabled nouveau driver and installed the nvidia driver, then I reboot the system. I was waiting to enter the user name and password but suddenly a graphical screen appeared that involved: "oops! ... contact your administrator". what should I do more after installation?
please help me.
Reply With Quote
  #7  
Old 25th May 2012, 02:28 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

Quote:
Originally Posted by pejman5563 View Post
hi to all.
I want to install my nvidia 9600m gt driver in fedora 16 x86_64 system by the driver file that I download from nvidia.com site. I successfully disabled nouveau driver and installed the nvidia driver, then I reboot the system. I was waiting to enter the user name and password but suddenly a graphical screen appeared that involved: "oops! ... contact your administrator". what should I do more after installation?
please help me.


Delete your old F16 install and start again, this time use this guide to install the nvidia driver.

http://forums.fedoraforum.org/showthread.php?t=204752
Reply With Quote
  #8  
Old 25th May 2012, 02:38 PM
pejman5563 Offline
Registered User
 
Join Date: May 2012
Location: iran
Posts: 2
windows_7firefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

yes, I used that and its work ok but I want to install it by driver file.
Reply With Quote
  #9  
Old 25th May 2012, 02:45 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

?? why would you want to do that?

The kmod/akmod in rpmfusion is the same driver as the one from nvidia, only it's easier to install.
Reply With Quote
  #10  
Old 25th May 2012, 05:25 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfirefox
Re: Fedora 16: After.. yum install kmod-nvidia ... Fedora doesn't run

Quote:
Originally Posted by pejman5563 View Post
yes, I used that and its work ok but I want to install it by driver file.
Take dbelton's advice!

In my opinion, using driver file is an expedition you really do not want to take. I tried that long time back and spent quite a good number of hours trying to fix the system! Using rpmfusion is, relatively speaking, painless!
Reply With Quote
Reply

Tags
fedora, install, kmodnvidia, run, yum

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 GTX295 on Fedora 13 64-bit -- problem with kmod-nvidia maverick280857 Hardware & Laptops 19 28th August 2010 08:28 AM
Fedora 11 and kmod-nvidia xint Installation and Live Media 6 18th November 2009 08:53 PM
kmod-nvidia for Fedora 10 64 bit? DigitalDuality Using Fedora 7 9th January 2009 10:35 PM
Nvidia API Mismatch. Fedora 9 X86_64 using livna kmod-nvidia jjcf89 Hardware & Laptops 13 2nd November 2008 01:39 AM
kmod-nvidia for Fedora 9 HMSS013 Using Fedora 23 23rd May 2008 05:17 AM


Current GMT-time: 09:38 (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