LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-14-2008, 12:00 PM   #1
zero_cool666
Member
 
Registered: Jan 2006
Posts: 31

Rep: Reputation: 15
Unhappy Installing nvidia drivers on fedora 7


Hey.. I have an hp pavilion notebook with geforce 8400M.. I just installed fedora 7..X server didnt pick my nvidia card during the installation so i did it in text mode.. now um done with the installation and fedora runs but it doesnt load gnome desktop environment. its the console that comes the one like dos.. Please tell me how to install the driver for my graphic card preferrably the livna one coz i've heard its the best for nvidia cards.. Please write the details as um a newbie. . Thanx
 
Old 04-14-2008, 12:10 PM   #2
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
First you need to get the drivers. I am assuming you're running a 32 bit version if Linux. If you're using a 64 bit version then you will need to find the correct URL for the 64 bit drivers:

cd ~/
wget http://us.download.nvidia.com/XFree8...69.12-pkg1.run
/etc/init.d/gdm stop (makes sure Gnome is not running in the back ground)
yum install kernel-devel (install required packages for drivers)
sh ~/NVIDIA*.run

Thats about it...
 
Old 04-14-2008, 12:14 PM   #3
wizzywizard
LQ Newbie
 
Registered: Jul 2004
Posts: 19

Rep: Reputation: 0
Normally you don't need to install the drivers as X will start up and select the standard nv drivers. Once the desktop is up and running then you would install the nvidia drivers..

Sounds like X is not running.

To get X running type in startx command and that may load in gnome..
try that first..

Hope this helps,

Gordy
 
Old 04-14-2008, 01:07 PM   #4
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
He explained in his original post that the standard "nv" drivers don't work with his GPU.

He can however try to edit the xorg.conf (vim /etc/X11/org.conf) and change "nv" to "vesa" and reload X.

I would just follow the instructions to load the nvidia drivers.
 
Old 04-15-2008, 12:05 AM   #5
zero_cool666
Member
 
Registered: Jan 2006
Posts: 31

Original Poster
Rep: Reputation: 15
Hey thanx for the quick reply.. Ok I've got the x server to start by using the vesa approach.. Now there's a problem everytime fedora starts it doesnt take me to the logon screen instead the same console comes.. nd i have to logon to root from there .. then 'startx' to start the server and when i do that the gui loads up.. Also in the main gui window in the system tab there is no shutdown option directly just a log off option. so i have to log off again and have to shutdown in console... how can this be worked around??
 
Old 04-15-2008, 12:06 AM   #6
zero_cool666
Member
 
Registered: Jan 2006
Posts: 31

Original Poster
Rep: Reputation: 15
nd also do tell me which drivers are best for nVidia cards... The livna one or the nvidia one?? thanx
 
Old 04-15-2008, 12:11 AM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Livna is pretty simple for Fedora - means you don't have to reinstall the drivers when a new kernel comes out. A bit of a pain when the kerel gets releases a day ahead of the driver or vice versa.

I use livna for Fedora, unforunately most of my Linux desstop time is in CentOS which means manual work.
 
Old 04-15-2008, 07:31 AM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Quote:
Originally Posted by zero_cool666 View Post
Hey thanx for the quick reply.. Ok I've got the x server to start by using the vesa approach.. Now there's a problem everytime fedora starts it doesnt take me to the logon screen instead the same console comes.. nd i have to logon to root from there .. then 'startx' to start the server and when i do that the gui loads up.. Also in the main gui window in the system tab there is no shutdown option directly just a log off option. so i have to log off again and have to shutdown in console... how can this be worked around??
Very simple fix.

From the console login as root first then do the following:

Code:
vim /etc/inittab
Once you are in the file, find the section that says:

id:3:initdefault:

Now you want to change the "3" to a "5".

Save the file and once you're back in the console, press alt + f7 and X11 should load. You can also reboot your PC but I suggest the first option.

And for your second question, nVidia drivers are better IMO.

Use this LINK if you need more help with starting X automatically during start up.

Last edited by carlosinfl; 04-15-2008 at 07:32 AM.
 
Old 04-19-2008, 11:40 AM   #9
zero_cool666
Member
 
Registered: Jan 2006
Posts: 31

Original Poster
Rep: Reputation: 15
Hey thanx alottt man... al the things working well. the nvidia driver installed and everything workin fine.. Thanx again
 
Old 04-20-2008, 09:09 AM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Don't forget when you install a new Kernel using YUM and the next time you reboot into the new kernel, you will need to re-compile those nVidia drivers...Takes less than 2 minutes.
 
  


Reply

Tags
driver, graphic


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing nVidia drivers for Xen using Fedora 8 OstermanA Fedora 5 03-11-2008 05:26 PM
Display problems in fedora 8 while installing nvidia drivers techieselva Linux - Newbie 5 02-17-2008 11:06 PM
UNinstalling proprietry mandriva nVidia drivers and installing new nVidia drivers deathman Linux - Hardware 3 11-18-2006 05:10 AM
Installing nvidia drivers from nvidia website on mepis 3.3 xbennyboy Linux - Hardware 4 04-23-2005 09:19 AM
Installing nVidia Drivers on Fedora core 3 computergee Linux - Software 36 02-07-2005 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration