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 7th March 2008, 03:55 AM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
nvidia installation problems

I am installing nvidia drivers for my geforce2 nvidia card on my old dell laptop.


su
yum install kmod-nvidia
/sbin/init 3
su
nvidia-config-display enable
"Bad Command"

I am stuck at this point now, I can't enable the drivers. I have even trird
nvidia-xconfig
but thats a bad command

What should I do now? I just want dual head mode, I couldn't get it working with the Display mode, it ripped my xorg.conf into pieces.

Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #2  
Old 7th March 2008, 04:01 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
You'll want the 96xx kmods for that card. Follow Firewing1's instructions here: http://www.firewing1.com/content/view/64/36/ BTW, those are "commands" not a single command and I didn't find it necessary to do the 'nvidia-config-display-enable' or 'service nvidia restart' so don't panic if those fail.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #3  
Old 7th March 2008, 05:22 AM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
I can not log into the x server anymore. It looks like xorg.conf is trying to load those drivers, but are not able to. This may affect how I do that HOWTO you hyperlink to.

Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #4  
Old 7th March 2008, 06:12 AM
Zero-Override Offline
Registered User
 
Join Date: May 2005
Posts: 741
from a terminal/console type "nano /etc/X11/xorg.conf" to edit your xorg.conf back to what it was
if you haven't changed it since then you can also do this "mv /etc/X11/xorg.conf~ /etc/X11/xorg.conf" remember the caps
__________________
LINUX NUMBER 389596
machine number 290131
Reply With Quote
  #5  
Old 7th March 2008, 02:59 PM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
I am already ahead of you on that. I tried using my back ups.

Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #6  
Old 7th March 2008, 03:59 PM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
I had like two extra backups of xorg.conf and they both useto work. Everytime I start up my fedora box, it rewrites the xorg.conf to work with the nvidia drivers. So, no matter what xorg.conf I change around, it won't work.

Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #7  
Old 7th March 2008, 04:11 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
Just modify it in text mode to allow you to startx temporarily, then change the drivers to the 96xx versions. Use nano or vi to adjust /etc/X11/xorg.conf and even use 'vesa' in place of 'nvidia' if you have to. Once you've installed the 96xx kmods, it will remove the bad drivers.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #8  
Old 9th March 2008, 08:10 AM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
Every time I try to set xorg.conf back to the original BACK UP it fails. I type in /sbin/init 3 and then it starts to load.

Quote:
Checking for module nvidia.ko: [OK]
Enabling the Nvidia driver: [ OK ]
Starting setroubleshootd: [ OK ]
Starting console mouse serives [ OK ]
Starting anacron: [ OK ]
Then it just hangs. Then I got back into my xorg.conf and the section for the Drivers is chnaged back to nvidia instead of vesa.


I don't mind at all installing the kmod drivers through the console. Just let me know what to do.

Side note: What's the supported list number for a Geforce2 within a old dell laptop?

Thanks,
Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #9  
Old 9th March 2008, 12:57 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
I'd think you can do this from text as well as a working desktop. As root:

Quote:
yum remove kmod-nvidia xorg-x11-drv-nvidia
then:

Quote:
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx
Those are the drivers you want.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #10  
Old 9th March 2008, 08:01 PM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
bob, within "kmod-nvidia-96xx" don't I have to replace the xx with my product list number? And if so, where was the product list number for my geforce2?? Am I blind and missing something here?

Thanks,
Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #11  
Old 9th March 2008, 08:32 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
No, nothing else. Just run the two scripts and you should be okay.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #12  
Old 10th March 2008, 11:49 PM
Sugi Offline
Registered User
 
Join Date: Oct 2007
Location: Osaka
Posts: 57
Quote:
# su
# *password*
# yum install kmod-nvidia-96xx
#Blah Blah Blah
Please verify its path and try again

Huh? Now what?

Sugi
__________________
Custom Rebuilt: P4 1.8-ATI96SE-1gigddr-10gigATA-SBlive!-Vista&F7
Reply With Quote
  #13  
Old 11th March 2008, 12:09 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
You've cut and pasted this:
Quote:
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx
and get that response? Please cut and paste the actual error and let's see what's involved.

I've also PM'd Firewing1, the guy who creates this, to have a look at the thread and maybe shed some light on the problem. BTW, don't shut down until we've got something accomplished here.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #14  
Old 11th March 2008, 12:25 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Be sure to run su with a dash like this:
Code:
su -
This will solve the command not found errors you've been having. Then type:
Code:
yum install xorg-x11-drv-nvidia-96xx kmod-nvidia-96xx
This will install the legacy 96 series drivers for your GeForce 2. Be sure to have uninstalled the regular series first though, as they conflict:
Code:
rpm -e xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs kmod-nvidia --allmatches
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #15  
Old 11th March 2008, 12:26 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
(What he said 'cause he knows!)
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
Reply

Tags
installation, nvidia, problems

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
Problems installing nvidia drivers from the Nvidia Homepage (was:confused need help) leopard Using Fedora 6 19th July 2009 05:30 PM
installation issues (nvidia problems?) themaddhadder Installation and Live Media 3 28th November 2006 06:40 PM
Nvidia driver installation problems Norodoman Using Fedora 1 11th July 2006 02:04 AM
kmod-nvidia-smp 1.0.8756 xorg-x11-drv-nvidia 1.0.8756 caused monitor problems foomanchew Using Fedora 0 13th April 2006 04:35 PM
nVidia nForce2 Drivers Installation problems Hurkyl Hardware & Laptops 5 14th September 2004 01:19 PM


Current GMT-time: 19:56 (Tuesday, 21-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