LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-21-2003, 08:48 PM   #1
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Rep: Reputation: 15
nvidia help.... noob here very noobish...


help i need someone to walk me thru this.. ihave to install my driver for my video and my nic... i know i am asking alot but please help me i am on gaim at bignutz2k2. thanks alot!!! or if you want to help me on here that is fine. i have downloaded the correct drivers but i need help in the terminal installing it. i understand how to change to the root and all inside of the x but that is all
help!!!
 
Old 08-21-2003, 09:18 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
If you've downloaded the .run file from nvidia what you'll have to do is


cd /to/where/you/downloaded/the/run/file
sh NVIDIA-LInux-x86-1.0-xxxx.run

Now follow the on screen prompts. When its finished you'll have to edit the /etc/XF86Config-4 file. CHeck the readme on the Nvidia site for details.
 
Old 08-21-2003, 09:32 PM   #3
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
that doesnt work... i tried it... nothing... bad directory.. it is in my /home directory... but it wont acknowledge... i moved it there from my desktop does that matter?
 
Old 08-21-2003, 10:00 PM   #4
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Are you running as root? and type ls to make sure your in the right directory. It should list the files.

Another tip, once you've typed sh NVID, try pressing the tab key it should fill out the rest of the filename for you, so you don't miss type it.
 
Old 08-21-2003, 10:10 PM   #5
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
it says i cant be in x
????
 
Old 08-21-2003, 10:12 PM   #6
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
You must have X Running then (KDE/Gnome etc.)

In your console type init 3 and try again.
 
Old 08-21-2003, 10:55 PM   #7
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
ok it installed... but now i need to edit my config... help???
 
Old 08-21-2003, 11:10 PM   #8
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Easy bit this no need to reboot...

FIrst login as root,

then
cd /etc/X11
cp XF86Config-4 XF86Config-4.old

This is just in case you make a mistake. you can restore the original by typing : cp XF86Config-4.old XF86Config-4

ANyway onto the next bit....

vi /etc/X11/XF86Config-4

This will load your config into vi now to control vi
i -- press and you will be in insert mode, press esc to exit back to normal
x -- Delete a chracter
dd -- Removes a line
Shift-Q followed by w then enter -- Saves File
Shift-Q followed by q then enter -- Quits the Editor

It complex because it a console editor. Any way

Go down to the section module (you can use the arrow keys as per normal)
and remove Load "mesa" and or Load "GLcore". Replace Load "dri" with Load "glx"

There should be a section "device" with a graphics card in it.
change the driver line too Driver "nvidia".

go down to the bottom and remove any section that mentions DRI.

Save the file and type startx, if it works your done.

Check the readme file for other options you can add.

Last edited by leonscape; 08-21-2003 at 11:12 PM.
 
Old 08-21-2003, 11:28 PM   #9
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
i think mine is gone... nothing comes up any more i have been asked to recover and stuff and that is all ihave done... what now do i need another config file?
 
Old 08-21-2003, 11:29 PM   #10
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
can u send me the full config file?
i need it now...
 
Old 08-21-2003, 11:34 PM   #11
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
You need to run:
redhat-config-xfree86

This should get you partially there, and check this file with what I've written above. (Printing it out might be best.)
 
Old 08-21-2003, 11:42 PM   #12
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
now it is all gone.... and it is blank and has new at the bottom... any suggestions?
 
Old 08-21-2003, 11:49 PM   #13
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
So you typed redhat-config-xfree86 and it gave you a blank screen with new at the bottom?

OR

vi gave you the blank screen?
 
Old 08-21-2003, 11:50 PM   #14
crackheadjunky
LQ Newbie
 
Registered: Aug 2003
Location: Virginia
Distribution: Fedora Core 5
Posts: 28

Original Poster
Rep: Reputation: 15
i have edited it probably way too much and didnt realize what i was doing... now when iput that second command in it is just blank and says no directory found
 
Old 08-21-2003, 11:55 PM   #15
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Okay here goes....

reboot
Login as root
cd /etc/X11
ls

Should give you a list of files, if XF86Config-4 doesn't exist type

redhat-config-xfree86

Run through it to create the file.

Type ls again and it should list the config file there now.
Now run through what I said earlier (IF the file needs to be edited to match).

If it doesn't work tell me what happened at every stage.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Noob in need of Nvidia and sound help :) Bubbs Fedora 5 11-05-2004 12:02 PM
Several problems... mostly noobish deathz0r Linux - Newbie 4 06-21-2004 08:10 AM
Another Nvidia drivers question from another extreme noob Gosnell Linux - Newbie 3 11-06-2003 11:11 PM
NOOB NVIDIA Issue with Inspiron 2650 MAWipf Linux - Newbie 1 09-27-2003 10:29 PM
Some the same noobish questions :) daborg Linux - General 3 12-23-2002 11:33 AM

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

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