Go Back   nV News Forums > Linux Support Forums > NVIDIA Linux


                    

Sponsored Ad

Reply
 
Thread Tools
Old 06-20-04, 11:07 PM   #1
smakdown61
Registered User
 
Join Date: Jun 2004
Posts: 4
Lightbulb NVIDIA Linux drivers and Fedora Core 2 thread

If you are trying to install the latest Nvidia linux drivers on Fedora Core 2 and either get the freeze problem or the "no screen" problem try this:

If you have already installed the drivers and are having the problems described above do this:
1. Install the 8kstacks kernel found here http://www.linuxant.com/driverloader...ernel-i686.php
2. Unistall the nvidia drivers using the nvidia-installer --unistall command
3. Reinstall the drivers again while using the 8kstacks kernel and boot to this kernel from now on.

If you havn't installed the nvidia linux drivers yet:
1. Download the drivers but DO NOT RUN THEM.
2. Get the 8k stacks kernel here http://www.linuxant.com/driverloader...ernel-i686.php and install that.
3. Boot into the 8k stacks kernel and now install the drivers.
smakdown61 is offline   Reply With Quote
Old 06-21-04, 06:40 AM   #2
CyberSlug
Fedora Core 2
 
CyberSlug's Avatar
 
Join Date: Jan 2004
Posts: 12
Send a message via MSN to CyberSlug
Unhappy Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Didn't work for me... And I did these things exactly... I am just ocnfronted with a black screen, and NO input, except of course the reset button, do anything... Any ideas?
__________________
Fedora Core 3
AMD Athlon XP 2600+
nVidia GeForce 5700 Graphics
Gigabyte 7N400 Pro 2
512 DDR RAM
CyberSlug is offline   Reply With Quote

Sponsored Ads - Guests Only

Old 06-21-04, 07:31 AM   #3
warmcat
Registered User
 
Join Date: Oct 2003
Posts: 4
Default Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Edit /boot/grub/grub.conf and change the Default number to match the new kernel position. What does that mean? If you look at /boot/grub/grub.conf, after the top section the rest of it is one or more three or four line blocks of text. These tell grub how to boot a particular kernel version. The first of these blocks is 0, the next is 1 and so on. Find the one with the kernel you installed from the instructions above, and set the Default line in the top section to the corresponding block number.
warmcat is offline   Reply With Quote
Old 06-21-04, 10:01 AM   #4
smakdown61
Registered User
 
Join Date: Jun 2004
Posts: 4
Default Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Quote:
Originally Posted by CyberSlug
Didn't work for me... And I did these things exactly... I am just ocnfronted with a black screen, and NO input, except of course the reset button, do anything... Any ideas?
Follow warmcat's instructions and make sure you are booting to the 8kstacks kernel because only the original 4kstacks one will do the freeze thing. Once you get into the new kernel find the nvidia installer and type nvidia-installer --uninstall. Then restart into the 8kstacks kernel again and reinstall the drivers.
smakdown61 is offline   Reply With Quote
Old 06-21-04, 01:15 PM   #5
warmcat
Registered User
 
Join Date: Oct 2003
Posts: 4
Default Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Actually, it just occurred to me the guy is stuck in a loop booting into a freeze.

Two ways forward.

First, at boot time, when the grub screen comes up, use the up or down arrow to stop it just booting the default kernel. Then select manually the kernel installed with the 8K stacks and hit enter.

The second way is to press the up and down arrow key to get the grub selection screen again, but this time hit IIRC the 'a' key on a kernel, and add the number 3 to the end of the kernel commandline before booting with it. This tells the initscripts at boottime to only go to runlevel3. In plain words that means to only come up with a textmode login display, and not to try to run X (which is crashing on you at the moment). From here you can use vi or similar to edit config files and so on, then type

shutdown -r now

to reboot.
warmcat is offline   Reply With Quote
Old 06-21-04, 01:27 PM   #6
KzY
Registered User
 
Join Date: Jun 2004
Posts: 1
Default Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Quote:
Originally Posted by warmcat
Actually, it just occurred to me the guy is stuck in a loop booting into a freeze.

Two ways forward.

First, at boot time, when the grub screen comes up, use the up or down arrow to stop it just booting the default kernel. Then select manually the kernel installed with the 8K stacks and hit enter.

The second way is to press the up and down arrow key to get the grub selection screen again, but this time hit IIRC the 'a' key on a kernel, and add the number 3 to the end of the kernel commandline before booting with it. This tells the initscripts at boottime to only go to runlevel3. In plain words that means to only come up with a textmode login display, and not to try to run X (which is crashing on you at the moment). From here you can use vi or similar to edit config files and so on, then type

shutdown -r now

to reboot.
Good point i forgot he was still in a loop. If for some reason you don't have the 8kstacks kernel on there anymore (for which you can't use warmcat's directions) you can use the rescue cd which will boot you into its own safe kernel and create an image of your harddrive also allowing you to change back the xorg.conf file.
KzY is offline   Reply With Quote
Old 06-21-04, 03:40 PM   #7
yannlieb
Registered User
 
Join Date: Jun 2004
Posts: 4
Default Re: Solution for problems with Nvidia Linux drivers and Fedora Core 2 here

Once it works, you can install the NTFS driver which match your kernel version.

Please find below a link to the driver I've compiled for the 2.6.6-1.427.8kstacks.i686 kernel
http://www.liebaert.org/kernel-ntfs-...tacks.i686.rpm

Best regards,
Yann
yannlieb is offline   Reply With Quote
Old 06-22-04, 11:20 AM   #8
Klut
Registered User
 
Join Date: Jun 2004
Posts: 1
Question Re: Nvidia Linux drivers and Fedora Core 2 thread

it's nice that you over some help to point to another kernel package witch is compiled with no 4k stacks option. but do you work on a newer version of the driver too?

somewhen in the future i want to be able to download a "normal" kernel update package instead of looking for a special compiled package.

regards,
christian klut
Klut is offline   Reply With Quote
Old 06-22-04, 06:09 PM   #9
piskozub
Registered User
 
Join Date: Jun 2004
Posts: 4
Default Re: Nvidia Linux drivers and Fedora Core 2 thread

Quote:
Originally Posted by Klut
somewhen in the future i want to be able to download a "normal" kernel update package instead of looking for a special compiled package.
Somewhere in the future, I want to download a _normal_ NVIDIA driver, working with the mainstream 4KSTACK enabled Linux kernel.

Sigh...
piskozub is offline   Reply With Quote
Old 06-22-04, 06:47 PM   #10
Mrzap
Registered User
 
Join Date: Jun 2004
Posts: 1
Default Re: Nvidia Linux drivers and Fedora Core 2 thread

Hi. I seem to be having the same problem except my kernel that I am currently using is newer than the 8 stacks on that website. I error out with the following

warning: kernel2661427.rpm: V3 DSA signature: NOKEY, key ID 5dfbf7dc
Preparing... ########################################### [100%]
package kernel-2.6.6-1.435 (which is newer than kernel-2.6.6-1.427.8kstacks) is already installed

What can I do? Thanks
Mrzap is offline   Reply With Quote
Old 06-22-04, 10:53 PM   #11
stodge
Registered User
 
Join Date: Apr 2003
Posts: 14
Default Re: Nvidia Linux drivers and Fedora Core 2 thread

damn, I just installed Fedora and discovered this thread; guess I can't use my NVidia card then
stodge is offline   Reply With Quote
Old 06-23-04, 12:37 AM   #12
_gpf_
Registered User
 
Join Date: Jun 2004
Posts: 1
Unhappy Re: Nvidia Linux drivers and Fedora Core 2 thread

Okay, I have followed the above instructions and am still unable to get my card working. When I reboot, X tries to start but instead I get a black screen. I just ran

sh NVIDIA-Linux-x86-1.0-5336-pkg1.run --uninstall

And removed the necessary lines from xorg.conf.

Which was successful in getting me back to a standard X without 3D.

rpm -q kernel returns:

kernel-2.6.5-1.358
kernel-2.6.6-1.427.8kstacks

uname -r returns:

2.6.6-1.427.8kstacks

So I have the correct kernel installed and am currently using it.

At this point, I again run:

sh NVIDIA-Linux-x86-1.0-5336-pkg1.run

And then modify xorg.conf as necessary.

I have changed the 8kstacks kernel to the default in GRUB. On reboot, still get the same as CyberSlug.

Any suggestions?
----------------------------------
AMD Athlon XP 2100+ (Palomino)
512MB DDR PC266
MSI GeForce3 Ti200

Last edited by _gpf_; 06-23-04 at 01:00 AM.
_gpf_ is offline   Reply With Quote
Reply




Shop Online


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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




All times are GMT -4. The time now is 04:27 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
nV News - Copyright ©1998-2010. All rights reserved.