LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-13-2003, 09:39 PM   #1
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Rep: Reputation: 15
Unhappy nVIDIA drivers and SUSE 9.0.


SuSE 9.0 installed, but they no longer have nVIDIA drivers on their CD for some legal reason. *sigh*.

During the install, SuSE offered an online upgrade (ala winXP?) that included the drivers, but that process failed to be able to download the drivers.

I haved a GeForce FX 5200 and Really would like to get the drivers working.

I believe this..
http://www.nvidia.com/object/linux_d..._1.0-4496.html
is the driver I need. I am however LOST on the how to part.

It seems this .run file needs to be run from the command line (with Xfree halted) Can one of you walk me through this


please
 
Old 11-14-2003, 01:28 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Re: nVIDIA drivers and SUSE 9.0.

Quote:
Originally posted by m15a4
SuSE 9.0 installed, but they no longer have nVIDIA drivers on their CD for some legal reason. *sigh*.

During the install, SuSE offered an online upgrade (ala winXP?) that included the drivers, but that process failed to be able to download the drivers.

I haved a GeForce FX 5200 and Really would like to get the drivers working.

I believe this..
http://www.nvidia.com/object/linux_d..._1.0-4496.html
is the driver I need. I am however LOST on the how to part.

It seems this .run file needs to be run from the command line (with Xfree halted) Can one of you walk me through this


please
Have you read the file ftp://download.nvidia.com/XFree86/Li...496/README.txt that Nvidia supplies? I think all your questions would be answered there. I've never owned or installed a Nvidia card until recently. Now I have 2 comps, each has a Nvidia card, and I installed them both easily by just reading that document. Actually, the installs are as easy in Linux as they are in Windoze, if not easier. I have the GeForce FX 5200 on this comp and have installed it for Debian and Win2K.

If you are referring to the first paragraph under (sec-02) INSTALLING THE NVIDIA DRIVER of that document that says to edit the /etc/inittab file, this is how to do that (do what's after the #) - as root ->
paul:/home/mingdao# cd /etc
paul:/etc# nano inittab (if you dont' have nano use pico or vi - these are text editors)
This is what mine says in Debian. This file will have explanations for the run levels, but in Debian this is where I changed 2 to 1 and then saved the file.
# The default runlevel.
id:2:initdefault:

Run level 1 boots you directly to a console and only root can use it, so stay offline while doing this.
Now read the rest of that README file through (sec-03) EDITING YOUR XF86CONFIG FILE at least. You can stop at (sec-04) but then skip and read (app-b) APPENDIX B: MINIMUM SOFTWARE REQUIREMENTS. If you've got what they suggest, then you can continue by doing this ->
paul:/etc# cd /home/mingdao (just cd to the directory where you have this driver)
paul:/home/mingdao# sh NVIDIA-Linux-x86-1.0-4496-pkg2.run
and answer all the questions appropriately.

If you run that and answer the questions and it gets you back to a # prompt, then you did it correct. When you reboot you should see the Nvidia splash screen. If so, then go back into the /etc/inittab file and change your run level back to where it originally was, and then save the file. At that point you don't have to reboot when you get back to the # you can just type exit to go from su to user and then type init and whatever runlevel you use as default. If it's not init on SuSE maybe it's telinit or something or just type reboot from the # prompt as root and you'll be back with a X server.

If you will print out the pertinent portions of that README file, you will not have any problems. If you do, post back and someone here will help you fix them. Or, use the Nvidia forum http://www.nvnews.net/vbulletin/foru...?s=&forumid=14 since they are experts with this issue.

Hope this helps you.
 
Old 11-14-2003, 10:25 AM   #3
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Rep: Reputation: 30
Hi

this shouldn't be that hard to do..

just download this file
http://download.nvidia.com/XFree86/L...-4496-pkg2.run (save as... !!!!)

- switch to runlevel 3 ("init 3") as root
- install the kernel-devel package
- execute the install script ./NVIDIA-Linux-x86-1.0-4496-pkg2.run
- configure your X with Sax2 and enable 3d support
- enjoy


Greets sam
 
Old 11-14-2003, 03:40 PM   #4
poweroff
LQ Newbie
 
Registered: Oct 2003
Posts: 27

Rep: Reputation: 15
Like other says just download http://download.nvidia.com/XFree86/...0-4496-pkg2.run .


type: init 3
sh NVIDIA-Linux-x86-1.0-4496-pkg2.run
SaX2

If SaX2 freeze or you get black screen with SaX2 just edit XF86Config file(u can run and xf86cfg for X config).
Anyway if you get black screen with SaX2 just let me know(maybe i`m not the only one i get this) .
greetings
 
Old 11-14-2003, 07:12 PM   #5
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Sammy2ooo
Hi

this shouldn't be that hard to do..

just download this file
http://download.nvidia.com/XFree86/L...-4496-pkg2.run (save as... !!!!)

- switch to runlevel 3 ("init 3") as root
- install the kernel-devel package
- execute the install script ./NVIDIA-Linux-x86-1.0-4496-pkg2.run
- configure your X with Sax2 and enable 3d support
- enjoy


Greets sam
Downloaded the file...
edited inittab.. to boot to command line

install kernal-devel package?
This doesn't have a clue 'bout that one.

tried "sh NVIDIA-Linux-x86-1.0-4496-pkg2.run", it ran the nvidia file, but asked for the kernal thing I hadn't given it.

exited and headed here for help
 
Old 11-17-2003, 04:46 AM   #6
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Rep: Reputation: 30
Hi


just start yast and search for kernel-source, install it and try again...
 
Old 11-21-2003, 07:49 PM   #7
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Sammy2ooo
Hi


just start yast and search for kernel-source, install it and try again...
I did and search did not find anything with kernal
 
Old 11-22-2003, 05:04 AM   #8
ali88
LQ Newbie
 
Registered: Nov 2003
Posts: 2

Rep: Reputation: 0
Now just Yast Online Update can help you
 
Old 11-22-2003, 03:56 PM   #9
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by ali88
Now just Yast Online Update can help you
Help me install the kernal?

how?
 
Old 11-22-2003, 04:12 PM   #10
yzrider210
Member
 
Registered: Oct 2003
Location: Nor Cal
Distribution: SuSE 9.0 Pro
Posts: 130

Rep: Reputation: 15
Open Yast, type in your root password, then go install and remove software. Search for kernel-source (I noticed u were misspelling kernel in your posts, if u do that in Yast nothing will show up). It should come up with one thing, install that. I'm in the same boat as u. I have SuSE pro 9.0, a GeForce FX 5200 and I'm trying to get it 2 work.
 
Old 11-23-2003, 03:13 AM   #11
ali88
LQ Newbie
 
Registered: Nov 2003
Posts: 2

Rep: Reputation: 0
after installing Kernel Source go to Yast Online Update tool and select the nvidia driver then it will begin download and installing the driver...
 
Old 11-29-2003, 10:44 AM   #12
nightcap
LQ Newbie
 
Registered: Jul 2003
Posts: 15

Rep: Reputation: 0
Red face apparently

The driver you download from SUSE does not support 3d accel at least that is what happened when I set up my wife's system. It says to download the commercial version from nvidia and set it up from there. Which I am currently i the process of doing..

encee
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 9.2 and Nvidia drivers ugvlmir Linux - Hardware 13 03-13-2005 05:14 PM
help with nvidia drivers suse sarge extreme Linux - Hardware 6 02-02-2005 03:59 PM
SUSE 9.2 and Nvidia Drivers 1kyle SUSE / openSUSE 7 12-03-2004 12:34 PM
SuSE 8.1 and NVIDIA drivers Triple-B Linux - Hardware 1 06-03-2004 11:25 PM
Nvidia drivers , Suse 9.0 raynet11 Linux - Hardware 28 03-03-2004 08:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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