LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-12-2003, 12:13 AM   #1
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Rep: Reputation: 15
Root access and nvidia drivers


I'm trying to install nvidia drivers on my new linux partition and whenever i try to access my /root it says i don't have permission and of course, there is a lock on the icon. The nvidia site told me that i need to install the drivers from the root so i am trying to move the file there, can someone tell me how to access the root? i'm the administrator on the computer of course and there is only 1 login i'm using, i didn't see an "administrator" login to use. Thanx for your help
 
Old 12-12-2003, 12:23 AM   #2
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
It doesn't mean you have to move the file to /root. you can install it whereever it is located. It means you have to be logged in as root. root is the administrator login in Linux. It's the only account that has admin rights.
 
Old 12-12-2003, 01:09 AM   #3
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
ok, so how would i install it then?
 
Old 12-12-2003, 01:18 AM   #4
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
What distrobution are you running?
 
Old 12-12-2003, 01:25 AM   #5
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
i'm running mandrake linux 9.2 but forget that post, i've figured out more, does anyone kno w how to turn off "x server" thats the newest error i'm getting, its telling me that x server is running and i can't install the drivers while its running....any hints?
 
Old 12-12-2003, 01:39 AM   #6
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
If you're in KDE or Gnome, press ctrl+alt+F1
That should take you to a black screen and you'll be presented with a login prompt.
type your username <Enter> then your password <Enter>

Then type su<Enter>
your root password<Enter>

Then type telinit3<Enter>

That will turn off your X server.
Run your install script.
When it finishes, type:
vi /etc/X11/XF86Config-4<Enter>
(note: above should be typed with caps exactly as shown.)

use your arrow keys to go down to a line that says
Driver "nv"

Press insert on your keyboard. (this allows you to modify the file) change "nv" to "nvidia"
Press Esc on your keyboard.
Press
:wq<Enter>

type telinit5

You should then be presented with the Nvidia splash screen and your graphical login screen.
 
Old 12-12-2003, 02:26 AM   #7
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
agh! i got x server off but now the installation is telling me i don't have the right kernel header files for the kernel, i'm running mandrake 9.2 and i downloaded the drivers for linux ia32 because the ones for linux amd64, linux ia64, and free BSD didn't seem right to me, did i get the wrong drivers? and if not can someone tell me what this error means? btw i have a pentium 2.8 Ghz w/ 512 cashe 800 fsb and multithreading, not the 64 bit processor though
 
Old 12-12-2003, 03:42 AM   #8
axion0917
Member
 
Registered: Nov 2003
Distribution: Arch Linux / LFS
Posts: 49

Rep: Reputation: 16
it means that a pre-compiled binary of the driver wasn't found on nvidia's ftp site so it tried to compile a suitable driver for your system and failed because you don't have the linux kernel headers, and probably not the source either. look for a mandrake package of kernel-headers and kernel-source for the kernel version you are running, and install them.
 
Old 12-12-2003, 09:33 AM   #9
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
go here
ftp://mirrors.secsup.org/pub/linux/m...dates/9.2/RPMS

download
kernel-source-2.4.22-21mdk.i586.rpm

That should take care of that error. Oh, and you got the right driver. And what axion0917 is right. You don't have the kernel source installed and that is why you're getting that error. For some reason that I haven't quite figured out yet, Mandy 9.2 didn't come with them on the CDs.
 
Old 12-12-2003, 11:18 AM   #10
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
ok, i downloaded that file and double clicked it from my desktop, a message came up that said everything already installed
 
Old 12-12-2003, 11:28 AM   #11
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
Ok, i also tried to install the drivers again, and i noticed something else, it said that they tried to download the kernel from the nvidia ftp but it failed, i think it was a....er....dns error? or maybe a dhcp error...can't member
 
Old 12-13-2003, 08:47 AM   #12
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
are you positive it was a network error? usually the nvidia site will give you an error...it just means it doesnt have a suitable driver for your system. 9 times out of 10 this will be the case and the installer will build one for you.....but needs kernel source to do so.
 
Old 12-13-2003, 11:36 AM   #13
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
i'm pretty sure it was a network error...
 
Old 12-13-2003, 12:50 PM   #14
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
ok, i got my drivers installed and i changed the lin that says drivers "nv" to say drivers "nvidia"
 
Old 03-02-2004, 01:33 AM   #15
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
could you let us know what the problem was and how you fixed it?
 
  


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
Installing nvidia drivers from nvidia website on mepis 3.3 xbennyboy Linux - Hardware 4 04-23-2005 09:19 AM
Proprietary nvidia drivers vs. generic intel sound and ethernet drivers vharishankar Linux - Hardware 2 02-22-2005 05:32 AM
Different video drivers are loaded for root and non-root users triet Linux - Software 1 12-31-2004 02:20 PM
mandrake 10 nvidia drivers and winmodem drivers mikeymouse Mandriva 6 08-28-2004 07:57 AM
nvidia drivers / nv vs nvidia & TNT2 trekk Fedora 0 01-26-2004 01:11 PM

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

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