Fedora Linux Support Community & Resources Center
  #1  
Old 8th May 2005, 03:42 PM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Cool help with installing Nvidia driver

I downloaded the appropriate Nvidia driver but can't figure out how to shut off the xserver to do it...

ERROR: You appear to be running an X server; please exit X before
installing.



Thanks,
linuxted
Reply With Quote
  #2  
Old 8th May 2005, 04:02 PM
hawley Offline
Registered User
 
Join Date: Nov 2004
Posts: 66
all you need to know:

http://forums.fedoraforum.org/forum/...ad.php?t=26260
Reply With Quote
  #3  
Old 8th May 2005, 05:47 PM
bitrain's Avatar
bitrain Offline
Registered User
 
Join Date: Nov 2004
Location: Netherlands
Age: 25
Posts: 1,426
To get out of graphical you can also restart, in Grub, press 'a' to append something to the boot instructions (need to press a key to get into the other part of grub first, at the blue screen), append a space and a 3 (to go into textmode). Then do what hawley suggested.
__________________
Registered Linux user number 389291

Laptop: Nec Versa p550, Pentium M 1.86GHz, 1024MB ram, x300, 80 GB HD, bluetooth, 2915BG Wlan card
Desktop: Amd Athlon x2 4200+, 2GB ram, Geforce 7300GT 512MB silent, 160GB HD in a nice centurion 534 case :cool:
Reply With Quote
  #4  
Old 9th May 2005, 02:07 AM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Thanks guys. I did all the stuff in the instructions but tuxracer doesn't run at all now. I think something went wrong.

Wasn't sure which logs to present...
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #5  
Old 9th May 2005, 02:56 AM
frodopunk's Avatar
frodopunk Offline
Registered User
 
Join Date: May 2005
Posts: 34
I usually get out of x by doing #telinit 3,install the drivers,then 'cd /etc/X11' then 'vim xorg.conf' or 'gedit xorg.conf' and remove 'load dri' and add 'load glx' in section module, then change NV to nvidia in section device,save changes to xorg.conf then restart x with #telinit 5
Reply With Quote
  #6  
Old 9th May 2005, 03:07 AM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Quote:
Originally Posted by frodopunk
I usually get out of x by doing #telinit 3,install the drivers,then 'cd /etc/X11' then 'vim xorg.conf' or 'gedit xorg.conf' and remove 'load dri' and add 'load glx' in section module, then change NV to nvidia in section device,save changes to xorg.conf then restart x with #telinit 5
frodopunk,
Unfortunately that didn't work for me. Are there any logs I can send to help debug it?

Thanks,
linuxted
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #7  
Old 10th May 2005, 04:01 AM
frodopunk's Avatar
frodopunk Offline
Registered User
 
Join Date: May 2005
Posts: 34
check the log for x.orgx11 in system logs,what error messages are you getting?It should look something like this if the drivers are working - LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Video Driver
personally I have better luck installing the rpm packages for nvidia using yum,and the yum.conf
from fedorafaq.org,so maybe give them a try.
Reply With Quote
  #8  
Old 12th May 2005, 10:26 AM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Quote:
Originally Posted by frodopunk
check the log for x.orgx11 in system logs,what error messages are you getting?It should look something like this if the drivers are working - LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Video Driver
personally I have better luck installing the rpm packages for nvidia using yum,and the yum.conf
from fedorafaq.org,so maybe give them a try.
frodo,
Excuse the dumb question but how do I get a log for this?

thanks,
linuxted
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #9  
Old 13th May 2005, 05:15 AM
frodopunk's Avatar
frodopunk Offline
Registered User
 
Join Date: May 2005
Posts: 34
Hi linuxted,start the system log tool found under system tools,system logs from the main gnome menu,
check the boot log for an entry like this,
May 8 02:08:51 fedora nvidia: Checking for nvidia kernel module succeeded
May 8 02:08:52 fedora nvidia: Enabling nvidia driver succeeded
if it says enabling nvidia driver failed make sure your xorg.conf is properly setup,here is a sample of my xorg.conf with relevant entries.
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 3 (generic)"
EndSection
probably your video card will be a different model of course,and you can also check the boot log from terminal as root,
$ su root
# vim /var/log/boot.log
and the xorg log,
#vim /var/log/Xorg.0.log
hope that helps, frodopunk
Reply With Quote
  #10  
Old 13th May 2005, 07:11 AM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Frodo,
Thanks for the detailed instructions. To my surprise, the log says:
May 12 22:59:49 c-24-6-201-190 nvidia: Checking for nvidia kernel module succeeded
May 12 22:59:49 c-24-6-201-190 nvidia: Enabling nvidia driver succeeded

My xorg.conf had the following:
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
Load "glx"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection

I'm changing the Board Name to
BoardName "NVIDIA GeForce 2 MX (generic)"
to see if that helps
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #11  
Old 13th May 2005, 07:14 AM
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Thumbs up

Quote:
Originally Posted by linuxted
Frodo,

I'm changing the Board Name to
BoardName "NVIDIA GeForce 2 MX (generic)"
to see if that helps
FrodoPunk that was the trick!!!!!

Yipeee I have 3D graphics now!!!!!!!!!!


Thanks a gazillion
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #12  
Old 13th May 2005, 08:33 AM
frodopunk's Avatar
frodopunk Offline
Registered User
 
Join Date: May 2005
Posts: 34
Talking

very good linuxted! happy tuxracing!
Reply With Quote
  #13  
Old 16th July 2005, 09:15 PM
Captn's Avatar
Captn Offline
Registered User
 
Join Date: Jul 2005
Posts: 233
Quote:
Originally Posted by frodopunk
Hi linuxted,start the system log tool found under system tools,system logs from the main gnome menu
Question, I dont have the option to select system log tool under my system tools. Do I have to enable or install this option? thank you in advance.
Reply With Quote
  #14  
Old 18th July 2005, 03:13 AM
frodopunk's Avatar
frodopunk Offline
Registered User
 
Join Date: May 2005
Posts: 34
I guess it isn't a part of FC4 anymore,I found some info on another post http://forums.fedoraforum.org/showth...hybrid&t=63893
Reply With Quote
  #15  
Old 18th July 2005, 04:45 AM
Captn's Avatar
Captn Offline
Registered User
 
Join Date: Jul 2005
Posts: 233
Quote:
Originally Posted by frodopunk
I guess it isn't a part of FC4 anymore,I found some info on another post http://forums.fedoraforum.org/showth...hybrid&t=63893
Very nice thank you for that link
Reply With Quote
Reply

Tags
driver, installing, 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
installing nvidia driver balasubramanian Installation and Live Media 19 13th March 2009 06:52 PM
Installing NVIDIA driver toonaken Using Fedora 2 18th January 2007 11:51 PM
installing Nvidia driver GroundHog Installation and Live Media 17 26th December 2006 04:42 AM
Need help installing nvidia driver -- please mpajoh Installation and Live Media 12 30th June 2006 05:55 PM
Installing Nvidia Drivers: No Nvidia Graphics Driver Found! unholy1 Hardware & Laptops 9 6th April 2005 08:50 PM


Current GMT-time: 20:36 (Thursday, 23-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