LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-07-2002, 01:06 PM   #1
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Rep: Reputation: 0
Unhappy How to install Suse 8.1 nvidia driver?


I am a complete newbie to linux. I am trying to play some of the games that come with suse but I need to update the driver. I haven't a clue on how to do that. I downloaded the drivers for it wich were
NVIDIA_kernel-1.0-3123.suse81.i586.rpm
and
NVIDIA_GLX-1.0-3123.suse81.i586.rpm
how do i start
It says in the instructions to exit X Server..how do i do that?
and set your default run level to boot to console and no start X..how do i do that?
Thnx guys.

P.S. I installed Linux yesterday and its my first time using it.
I use a geforce2 mx 200
Thnx again.

Last edited by MadKatMk2; 12-07-2002 at 01:37 PM.
 
Old 12-07-2002, 03:22 PM   #2
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
ok, first make a note of the directory that the drivers are in, then open a terminal with root permisions ->system->terminals->root x-term. enter roots password, then enter init3 . it will give you another login prompt, login as root again, then cd /to/the/location/of/the/nvidia/drivers
once there enter rpm -ivh NVIDIA_kernel-1.0-3123.suse81.i586.rpm when its done installing enter rpm -ivh NVIDIA_GLX-1.0-3123.suse81.i586.rpm when done enter ldconfig then reboot by entering reboot. you may have to alter your xf86config file, the nvidia readme has more info on that.

edit: thats init 3, duh... my brain can't keep up with my fingers

Last edited by rshaw; 12-07-2002 at 06:32 PM.
 
Old 12-07-2002, 06:02 PM   #3
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
i followed your insructions but root x-term said
-bash:init3: command not found
 
Old 12-07-2002, 06:21 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
there should be a space:

Code:
init 3
 
Old 12-07-2002, 06:23 PM   #5
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
sorry about that you could also just do ctrl+alt+f2 and login as root from there.

Last edited by rshaw; 12-07-2002 at 06:26 PM.
 
Old 12-07-2002, 06:26 PM   #6
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
thnx!
 
Old 12-07-2002, 06:45 PM   #7
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
I placed the files on the desktop so do i put
cd /file/home/madkatmk2/Desktop for the location of the drivers?
 
Old 12-07-2002, 07:22 PM   #8
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
no file, just cd /home/yada/yada
 
Old 12-07-2002, 07:31 PM   #9
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
thnx again rshaw
 
Old 12-07-2002, 07:57 PM   #10
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
i typed $ rpm -ivh NVIDIA_kernel-1.0-3123.suse81.i586.rpm and it told me that "$" is not a command
 
Old 12-07-2002, 08:11 PM   #11
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
no need to type in the dollar sign, the readme uses it to indicate that the commands should be entered in a shell or terminal window.
 
Old 12-07-2002, 08:39 PM   #12
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
i figured that out but when i tried installing
rpm -ivh NVIDIA_GLX-1.0-3123.suse81.i586.rpm it gave me this

file /usr/X11R6/bin/switch2nvidia_glx from install of NVIDIA_GLX-1.0-3123 conflicts with file from package NVIDIA_GLX-0.8-293
file /usr/X11R6/lib/modules/drivers/nvidia_drv.0 from install of NVIDIA_GLX-1.0-3123 conflicts with file from package NVIDIA_GLX-0.8-293
 
Old 12-07-2002, 09:02 PM   #13
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
ok, try this rpm -Uvh <filename>
 
Old 12-07-2002, 09:17 PM   #14
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
i got this
NVIDIA_GLX unpacking of archive failed:cpio:read failed- Bad file descriptor
 
Old 12-08-2002, 01:15 AM   #15
MadKatMk2
LQ Newbie
 
Registered: Dec 2002
Location: US
Distribution: Suse 8.1
Posts: 11

Original Poster
Rep: Reputation: 0
where do i get suse 8.1 i386 drivers nvidia.com doesnt seem to have them I've noticed that the ones i have are i586. I dont think i586 drivers work on suse 8.1 i386
 
  


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
nvidia driver won't update in Yast after SuSE 9.3 Pro. install dobsey Linux - Newbie 1 07-06-2005 11:46 AM
Can't install nVidia driver on Suse 9.2 with YOU jakand Linux - Software 7 03-07-2005 08:37 AM
Can't install Nvidia driver in Suse 9.1 watha Linux - Software 16 07-15-2004 11:26 PM
nvidia driver install on suse 8.2 ronss Linux - Distributions 2 04-24-2004 06:45 AM
nvidia driver wont install (suse 8.2_ftp install) splintah Linux - Newbie 1 10-06-2003 03:03 PM

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

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