LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-27-2003, 06:06 PM   #1
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Rep: Reputation: 15
Fixed


Ok I know this is a topic I'm sure we have gone through this a ton of times, but I need to speak my piece on this subject and hopefully get some references to old threads that maybe I'm missing because I've done the searches, I've done the IRC help, and I'm running out of options so as much as I dont want to, because I hate looking the fool, I have to ask it here.

I'm running the following:

Windows XP Professional,
ASUS A7N8X NForce2 MB,
AMD Athlon 2500+,
1 gb of DDR PC2700, 333mhz RAM,
120 GB 7200 RPM HD
128 MB DDR G Force FX5200 video card


I installed Partition Magic, allocated 20 gb for RH9.
Installed RH9, installed Grub, np..so far so good.

I go to boot into RH 9 and the screen goes black after
the firstboot command. I try CTL - ALT - F1 and get kicked
back to the config screen , I try CTL - ALT - F2 and its a
black screen with a cursor blinking up at the top.

So all in all , I more or less know that Linux is playing nice
with my video card. It needs probably the Linux NVidia
driver thats on the website.

My problem lies in this.....I do not know the following and
up till now I still cant find the following info on line.

How do I get around the inital black screen from firstboot
to install the drivers

I'm very confused on the whole installation of the new drivers part of this, maybe its the windows in me taking over, but I'm
really lost on how I can avoid the first black screen of death, because I cant even get in to edit the correct file to make it
disable X.

Thanks in advance for any help you can provide on this matter.

Last edited by TPupAZ; 09-29-2003 at 01:55 PM.
 
Old 09-27-2003, 06:19 PM   #2
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
hmm - im not sure what exactly you did.

Please tell me - did you have a working X originally and are you installing another card???

or is this a fresh install first time configging X ??
 
Old 09-27-2003, 06:30 PM   #3
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Well, since I wrote all that down I did another search and I got some ground.

First off, Mossy..its a fresh install of RH9. So I never had X working to begin with. Black screen after firstboot.

But...I did some more searching , I found the CTL - ALT - BACK command did get me to a login prompt where I am able to login as root now. So I'm happy to get that far. The bad part is , I am unable to FTP out because my network card isnt configured yet.

My idea is to burn a copy of the drivers onto a CD, then mount the CD rom and install them into RH9 from there. This should be able to work right? Just copy the files from the CD onto the HD then execute the run file....

So if this idea is viable, then I'm bound by another issue. People are talking about having to recompile kernels, etc etc. I'm very lost at this point. FYI , I'm running 2.4 20-6 as my Kernel.

What I'm gonna go look for next is a step by step of what to do once I have the Nvidia files on my comptuer. If anyone can put me in the right direction or knows of something I'd be most appreciative.
 
Old 09-27-2003, 06:36 PM   #4
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
Ah ok - yeah mounting the cd should work:

mount /mnt/cdrom
cd /mnt/cdrom
ls

It's alittle surprizing that RH9 did not get X working for you. Looks like you may have to get your nic drivers installed too - remember to:
ifdown eth0
ifup eth0
after getting the nic driver installed

mossy
 
Old 09-27-2003, 06:38 PM   #5
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
I found the nVidia driver instructions to be pretty good - make sure you read it a few times so you get it right - also you can log into more than one init window - one to read from and the other to run commands.
 
Old 09-27-2003, 10:01 PM   #6
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
I'm gonna take a peek at the directions tonight and see if it clears up some stuff....

Hopefully it will be easy to get this puppy connected to the net, but first things first.

Oh and I'm gonna change it to inetd 3 until i get X working . . so that way I go right into prompt mode.
 
Old 09-27-2003, 10:49 PM   #7
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
I don't know if this will help you or not, but I ran into the same "the screen goes dark" kind of problem because my video settings were set too high. Perhaps if you bump down the default resolution and color depth, that might do it. In my case, as soon as I moved the default color depth down to 16 from 24 and set the default resolution to 1152x864, everything was cool. -- J.W.
 
Old 09-28-2003, 02:44 AM   #8
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
I have my resolution at 1024 x 768 ... I'm pretty sure its a video driver problem. Went to the NVIdia site and foudn the driver for my card, gonna burn and try and follow the instructions.

Once I"m in X, I should be able to configure my internet then right? Because it didnt when I installed it also...hmmmmm

=)
 
Old 09-28-2003, 12:27 PM   #9
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
to config the vid card you can try Kudzu on rh9

you can run these wizards:
XFree86
-configure - produces file called /root/XF86Config.new - it will be a starting point anyway
xf86config
Xconfigurator
XF86Setup - GUI only
xf86cfg - GUI only
or you can manually config the etc/X11/Xf86Config file - not recommended.

the point will be to get a working X no matter how shabby then use the other tools to tweak it.

check all you logs for errors and clues such as dmesg etc etc

====

it may be easier to install and config the nic in a terminal anyway

Last edited by mossy; 09-28-2003 at 12:31 PM.
 
Old 09-29-2003, 01:55 PM   #10
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Status Report:

Well mossy, thanks for all your help =)
It worked!! I burned the cd , mounted it, copied, and ran the
installation package. Went in edited XF86Config and I was rolling in X. So Yay me heheh.

New problem now, configuring internet. I'm gonna play with it and if nothing comes of it, gonna do a google search and post probably. But I'm gonna relish in this moment first hehe.

Thanks agian
 
Old 09-29-2003, 03:43 PM   #11
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
lol
 
Old 09-29-2003, 04:47 PM   #12
TPupAZ
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Hah. I tried conifiguring the adapter, my adapter wasnt listed so I went and got the RPM for it. Ran it and voila - now I got net access....

So time to go find new problems =)
 
Old 09-29-2003, 04:50 PM   #13
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
good stuff - I know the feeling.
 
  


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
*Sigh*... Richey General 6 01-20-2004 03:10 AM
UUUUGGGGG......*sigh* LinuxBAH Linux - Games 4 06-22-2003 11:55 PM
Sigh... Nforce still ingy866 Linux - Hardware 3 04-06-2003 02:07 PM
Sigh* FuLL-On-Newbie Linux - General 2 03-28-2003 08:27 AM
firewall...sigh... humanveal Linux - Software 8 07-03-2002 05:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:42 PM.

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