LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-25-2004, 11:12 PM   #1
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Rep: Reputation: 15
I have linux


after many days and many isos and many cds wasted i finally have fedoracore 3

i still dont think that it configured my video card the right way.....y is tuxracer running so slow??

is there anyway i can check if i have the right video card??
 
Old 12-25-2004, 11:36 PM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
Download the nVidia IA32 drivers and install them. Its a small shell script and really easy.
 
Old 12-25-2004, 11:39 PM   #3
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Original Poster
Rep: Reputation: 15
ye ok....you know i am going to need help with that (this is the newbie section)

ok well i got it and its saved on my harddrive now what
 
Old 12-25-2004, 11:52 PM   #4
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
assuming you have a nvidia card, read the README first:

ftp://download.nvidia.com/XFree86/Li...629/README.txt
 
Old 12-26-2004, 12:19 AM   #5
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Original Poster
Rep: Reputation: 15
for some reason i dont no how to start fedora core 3 without the graphic interface. can some1 help me beacuase I cant find the option at startup
 
Old 12-26-2004, 12:28 AM   #6
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
When you've booted up, open a console, switch to root (enter "su -" and then type your root password) and then type "init 3" -- this will take you to a runlevel where X is not started.
 
Old 12-26-2004, 01:03 AM   #7
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Original Poster
Rep: Reputation: 15
well that did not work.

it just went to a black screen that said

started i dont no ok
started i dont no ok
started wine ok
 
Old 12-26-2004, 03:24 AM   #8
Ygarl
Member
 
Registered: Mar 2004
Location: London, UK
Distribution: Ubuntu Breezy and Dyne:Bolic
Posts: 64

Rep: Reputation: 15
Hmmm... every time I try init 3 I get the Blank Screen of Death as well. So - easy peasy: from a shell-

su
<type your root password when it asks...>
nano /etc/inittab

(THis opens 'nano' - a very simple to use text editor. The inittab file you just opened is sort of like the autoexec.bat from windows.
Scroll down a few lines and you see a few lines of text lists numbers 1 to 6 and what each number does. Immediately after you'll see a line with a '5' in the middle. You can see that setting is described above. You need to change that 5 to a 3 and save it. Just use the command to quit and say 'yes' when it asks you to save before quitting)

Reboot and this will take you into the non-graphical Fedora.

When you're done installing, etc just remember to change your /etc/X11R6/xorg.conf like the guide says - just use nano again. It really is a lot better than vi for us newbies!

By the way - if you follow the guides and most information you would ordinarily be fine except that Fedora has that nice graphical loading screen (which is just annoying except the wife likes it). This really narks the system up after you install the drivers and change the xorg.conf file so have a look at this link before you try it:

http://www.linuxquestions.org/questi...ht=rhgb+nvidia

Ignore all that stuff about patching the drivers and downgrading. The new ones work fine, though they try to download a kernel interface, then end up compiling thier own. Don't panic - it'll all be fine if you just carry on. Do NOT ignore the bit that goes:

# modprobe nvidia
# cp -a /dev/nvidia* /etc/udev/devices
# chown root.root /etc/udev/devices/nvidia*

Or you'll get locked up halfway through booting and end up reinstalling from scratch or going back to XP like I did...
When you install the driver and want to reboot (the bit above should be the last thing you do really before then) - open your inittab with nano again:
nano /etc/inittab
and change that '3' you put in back to a '5', reboot and if you followed the guides properly you'll be sorted, mate!

If not, come on back...

Good luck!
 
Old 12-26-2004, 03:48 AM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Where did the assumption that this is an nvidia card come from?

Just to clarify:
What type of video card do you have? If you don't know, open up a terminal (the black "DOS" screen) and type:
/sbin/lspci
And post that up here.

Cool
 
Old 12-26-2004, 04:10 AM   #10
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
that assumption came from me, since we're in the newbie forum, I pray to God he didn't buy an ATI card.
 
Old 12-26-2004, 04:11 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
 
Old 12-26-2004, 12:09 PM   #12
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Original Poster
Rep: Reputation: 15
ok it said that tehre was no precompiled kernal interface, and when it seached ther site it couldnt find any..

but here is the pci scan someone wanted b4


nvidia . . . . .. . .NV5M64
 
Old 12-26-2004, 12:21 PM   #13
southsibling
Member
 
Registered: Jun 2003
Location: Harford County, Maryland
Distribution: Mandrake 10.1
Posts: 162

Rep: Reputation: 30
Quote:
Originally posted by musicman_ace
that assumption came from me, since we're in the newbie forum, I pray to God he didn't buy an ATI card.
Why?
 
Old 12-26-2004, 07:48 PM   #14
ssimontis
Member
 
Registered: Apr 2004
Location: USA
Distribution: Fedora Core 3
Posts: 128

Rep: Reputation: 15
ATI cards suck under Linux because the drivers are really bad. Thats why we pray he doesn't have one. Unfortunately, I have a Radeon 9200, and not enough money to buy something else. nVidia makes better drivers, thats all. However, my card worked under FC2 and FC3. Still, try and avoid ATI.
 
Old 12-26-2004, 07:52 PM   #15
drco
LQ Newbie
 
Registered: Dec 2004
Posts: 24

Original Poster
Rep: Reputation: 15
can someone answer my question...I cant install the nvida driver
 
  


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
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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