LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 09-24-2005, 06:06 PM   #1
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Rep: Reputation: 15
Black screen after NVIDIA driver install in FC4


I just tried to install NVIDIA graphics drivers on FC4, (for GeForce FX 5200) using the download "NVIDIA-Linux-x86-1.0-7676-pkg1" from the NVIDIA site.

I've done this before, on the same hardware, in FC3 and used exactly the same method: changed default runlevel to 3 (just in case and thank heavens I did), shutdown X, installed the driver (let it compile itself for the kernel), opened xorg.conf in Vim, deleted Load "dri" and changed "nv" to "nvidia".

I then tried to startX. It told me it couldn't start and asked if I wanted to run X config. I did so, (I skipped reading the log file, simply because I wouldn't know what the hell to look for) and eventually X did start but the screen was very blurry. I restarted the PC and again X failed to start. This time, it gave me no warnings and just went to a black screen. After several attempts (for some reason getting the blurry screen the first time gave me false hope) all I ever got was the black screen.

I've restored xorg.conf to orginal and X works fine. (of course)

Does anyone know what has gone wrong? Or at least, is there some other method I could try to install NVIDIA drivers?

Thanks in advance.
Krystal.
 
Old 09-24-2005, 08:32 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
make sure you don't have the nvidia framebuffer driver loaded, these one conflict badly with nvidia X drivers. I think the driver is named "rivafb" or something similar, take a look at "lsmod" if you can see it.

Also, make sure you use nvidia auto-extract package (.sh ?) not the RPM, as this one often fail if you system differ slightly from nvidia taste.
 
Old 09-24-2005, 10:02 PM   #3
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Original Poster
Rep: Reputation: 15
ok, I had a look at lsmod and (though I don't know what most of what I saw in there was) there was nothing even remotely like "rivafb". And it was definately the self-extracting package that I used.
Still lost.
 
Old 09-25-2005, 02:45 AM   #4
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Original Poster
Rep: Reputation: 15
I just found an Nvidia download from livna called "nvidia-glx"... is this going to be a driver like the one from nvidia's website? Has anyone installed this on their comp?

Last edited by dark_prancer; 09-25-2005 at 02:46 AM.
 
Old 09-25-2005, 10:41 AM   #5
HappyGuyZa
LQ Newbie
 
Registered: Sep 2005
Posts: 1

Rep: Reputation: 0
I had the exact same problem - to fix it I did a yum - y update as root in a terminal screen.

Yum update me to the newest kernel and then I did a reinstall of the NVIDIA drivers and everything worked fine.

I only changed the driver in the xorg.conf to nvidia from the nv that was already there

hope it helps
 
Old 09-25-2005, 10:50 AM   #6
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
it's not (really) a drivers, it's the support for nvidia by the glx 3d module.... I think you should already have it if you got you drivers from nvidia website, it contains this if I remember right...

This is a hard problem to troubleshot... change the default runlevels to 3 in /etc/inittab to make sure it doesn't start X at boot. Then, stat X using "startx > /bug.txt" and post the content of bug.txt here, it could help us find out what's wrong with the driver
 
Old 09-25-2005, 06:49 PM   #7
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Original Poster
Rep: Reputation: 15
OK. I tried your suggestion Half_Elf (luv ur handle btw) of starting x with /bug.txt and it told me:

(EE)NVIDIA(0): Failed to load GLX.

also, with regards to what HappyGuyZa said, I'm running the version that came on my dvd, 2.6.11-1.1369. I haven't updated the kernel just b/c i'm on 56k dial-up and so i try to only update things if i really have to. Is it really important to have the latest kernel? If it will help with this then I will upgrade.
 
Old 09-25-2005, 07:29 PM   #8
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
2.6.11 is good, it's not like it was "old". But this line about GLX seems to tell you need to install nvidia-glx you were talking about earlier... I thought you were already having it, but maybe I was wrong... mayb the GLX failure lock X or the driver then... It could be a good guess to install that GLX package from livna to see if it does any good.
 
Old 09-25-2005, 07:47 PM   #9
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Original Poster
Rep: Reputation: 15
ok cool, I'm installing that glx pakage now. (it'll take a little while)

EDIT: I should've seen that coming... the livna package wants the new kernel. :P

While I've got you're attention, could I ask another question? I should probably post it seperately I guess but I'm freaking out really badly right now.

I ran up2date yesterday (while I was lookng for nvidia downloads no less) and upgraded OpenOffice. Now this morning, it won't start! The 'thinking' mouse pointer bounces up and down for a minute and then it gives up. I'm having a minor heart attack. Is there any way I can undo the update? Or will I have to un/reinstall OpenOffice?

Sorry this is OT.

Last edited by dark_prancer; 09-25-2005 at 07:53 PM.
 
Old 09-25-2005, 09:05 PM   #10
dark_prancer
Member
 
Registered: Feb 2005
Location: qld aus
Distribution: Fedora Core 4
Posts: 43

Original Poster
Rep: Reputation: 15
hey! success with nvidia. I installed the glx package from livna (had to upgrade the kernel) and it not only fixed my issue with starting x, it also rewrote the xorg.conf file for me.

and for the first time ever my openGL screensavers work.

now that's what i call service.

Last edited by dark_prancer; 09-25-2005 at 09:07 PM.
 
Old 09-26-2005, 06:53 AM   #11
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
I can undo the update? Or will I have to un/reinstall OpenOffice?
Well, I'm not an expert about up2date... It would be better to start a new thread... thought, have you tried to start open office in a Console to see if it complains about something? It could be very simple troubles that bug this out.
 
  


Reply



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
nvidia v...7676 on FC4 with black screen bakasaru Linux - Hardware 2 10-10-2005 12:28 AM
FC4 - Fail to install nVidia driver macarthor Fedora 21 07-10-2005 01:52 AM
Black screen after installing nVidia driver GardarS Linux - Newbie 1 06-23-2005 05:28 PM
ATI Driver prob: Black screen after driver install linuxboynz Linux - Laptop and Netbook 2 10-19-2004 02:52 AM
black screen after install rh9 using nvidia 5200 elbon1tto Linux - Newbie 1 01-31-2004 09:00 AM

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

All times are GMT -5. The time now is 08:23 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