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

7th March 2008, 03:55 AM
|
|
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
|

7th March 2008, 04:01 AM
|
 |
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.
|

7th March 2008, 05:22 AM
|
|
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
|

7th March 2008, 06:12 AM
|
|
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
|

7th March 2008, 02:59 PM
|
|
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
|

7th March 2008, 03:59 PM
|
|
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
|

7th March 2008, 04:11 PM
|
 |
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.
|

9th March 2008, 08:10 AM
|
|
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
|

9th March 2008, 12:57 PM
|
 |
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.
|

9th March 2008, 08:01 PM
|
|
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
|

9th March 2008, 08:32 PM
|
 |
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.
|

10th March 2008, 11:49 PM
|
|
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
|

11th March 2008, 12:09 AM
|
 |
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.
|

11th March 2008, 12:25 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Be sure to run su with a dash like this: 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
|

11th March 2008, 12:26 AM
|
 |
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 19:56 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|