LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nvidia driver instal problem (https://www.linuxquestions.org/questions/linux-newbie-8/nvidia-driver-instal-problem-223634/)

Tears Of Blood 08-28-2004 04:42 PM

nvidia driver instal problem
 
ive got the hang of stuff now im just having a problem getting this nvidia driver to run in the konsole.

#/home/rgreene/Documents/NVIDIA-Linux-x86-1.0-6111-pkg1.run: Permission denied

thats what its sayin when i try to run it. ive logged my password and its still giving me this gruf

win32sux 08-28-2004 04:44 PM

are you doing this as root??

Tears Of Blood 08-28-2004 04:49 PM

lol...what is this root you speak of?

mugstar 08-28-2004 04:59 PM

You can't run it in Konsole either. You have to stop X running first.

In these examples, 'telinit x' is the number representing the full gui runlevel, and 'telinit c' the one for console-only.

Look in the file /etc/inittab to find out which runlevel you need.

As root do
Code:

telinit c
then cd to the directory where the NVidia installer is. Then, as root, do
Code:

./NVidia-installer-pkg-run
or whatever the name of the file is. NB don't forget the "./"

Follow the instructions you're given. Pay attention to the part about editing the Xorg.conf file.

Then do
Code:

telinit x
to restart the Xserver. If you see the NVidia logo, you're rockin'. If not, you did something wrong.

win32sux 08-28-2004 05:26 PM

Quote:

Originally posted by Tears Of Blood
lol...what is this root you speak of?
root is the super-user. the system adminsitrator. it's the only account on the system that can MODIFY the system and do whatever it wants (this also translates into "only root can damage the system" and applies to viruses and all that stuff) you need to be root whenever you have to do something to the system, such as installing a video driver, or configuring a hard drive, for example... whenever you are root, you have the power to do incredible damage, this is why you NEVER do anything as root unless you have to (as is the case with the nvidia driver)...

to "become root", open a terminal and type "su" and hit enter... it'll prompt you for your root password...

as was mentioned, you need to be in multi-user mode (without X) to install the nvidia driver...

on slackware, multi-user mode is runlevel 3, so you'd type in a terminal (as root):

init 3

that would stop the graphics server and drop you to a console... then you can run the nvidia installation (as root)... i'm not sure what the runlevel is on your distro, though... what distro are you using?? adding it to your lq profile is a good idea...

you can see the runlevel numbers in your /etc/inittab file...



All times are GMT -5. The time now is 01:10 PM.