LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 08-01-2005, 01:49 PM   #1
little_penguin
Member
 
Registered: Nov 2004
Location: Scotland
Distribution: Suse 10 - Running KDE
Posts: 314

Rep: Reputation: 30
NVIDIA driver via Suse?? Does this work??


Hello

I have tried to install the nvidia 3D driver 7 times via yast! Does it just not work?
I downloaded the microsoft fonts via yast and it worked great! I believe this uses the same method? Why is there so many problems with this? When I try to download it, it downloads, it says its downloaded, when I go back into yast to check it, it is ticked and says its downloaded, so then I log out of KDE, log back in, and try to enable 3D via SAX, and guess what that incredibly annoying box pops up "please install nvidia drivers via yast" , has anyone got this feature to work or is it just a fake feature to give people the impression that you can actually get 3D to work with suse? I have seen a few opinions of people saying you are better to install it manualy, but honestly I would rather format my hardrive and install windows 3.1 than do that!!!!

Thanks for any help
 
Old 08-01-2005, 02:20 PM   #2
emg
Member
 
Registered: Apr 2005
Location: Western Mass USA
Distribution: Sabayon 4.2K 64bit
Posts: 107

Rep: Reputation: 15
do you see the nvidia logo when you startx ??? does your xorg.conf list nvidia as the driver ?? if so then the driver is installed and 3d is enabled even if sax dis -agrees .... also ... installing the drive manually is peanuts, I've been using linux since last april so I'm still green but installing the nvidia driver is very easy
 
Old 08-01-2005, 02:21 PM   #3
jxi
Member
 
Registered: Feb 2003
Location: Richmond VA
Distribution: Slackware 11 -- CentOS 4.4
Posts: 115

Rep: Reputation: 15
try this from a console:

lsmod |grep nvidia

if you get nothing then (as root):

modprobe nvidia

(did you get a message here?)

it's been a while (maybe about a year) since I've done what you've described (YaST install of nvidia) but i know it can be done.
 
Old 08-01-2005, 03:44 PM   #4
Looking_Lost
Senior Member
 
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120

Rep: Reputation: 45
As emg said if the nvidia splash screen appears when you boot then nvidia driver is working. Don't bother trying to tick that little box, it doesn't work right and if you go back to your original driver it will uninstall the downloaded nvidia driver, then, according to the official line I read somewhere you have to download and install the nvidia driver as "update" and not a fresh install to get it working. There was some other reference I saw somewhere but can't remember.

Of course, installing the driver from the nvidia site is easy enough though as long as you have the kernel source package installed.
 
Old 08-02-2005, 11:16 AM   #5
little_penguin
Member
 
Registered: Nov 2004
Location: Scotland
Distribution: Suse 10 - Running KDE
Posts: 314

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by emg
do you see the nvidia logo when you startx ??? does your xorg.conf list nvidia as the driver ?? if so then the driver is installed and 3d is enabled even if sax dis -agrees .... also ... installing the drive manually is peanuts, I've been using linux since last april so I'm still green but installing the nvidia driver is very easy

No there is no nvidia logo when I start KDE, I looked at the xorg.cof file and it has nv listed as the driver although sax will still not allow me to tick that little box - enbaled 3D, does this mean 3D is enabled anyway?
 
Old 08-02-2005, 11:18 AM   #6
little_penguin
Member
 
Registered: Nov 2004
Location: Scotland
Distribution: Suse 10 - Running KDE
Posts: 314

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Looking_Lost
As emg said if the nvidia splash screen appears when you boot then nvidia driver is working. Don't bother trying to tick that little box, it doesn't work right and if you go back to your original driver it will uninstall the downloaded nvidia driver, then, according to the official line I read somewhere you have to download and install the nvidia driver as "update" and not a fresh install to get it working. There was some other reference I saw somewhere but can't remember.

Of course, installing the driver from the nvidia site is easy enough though as long as you have the kernel source package installed.

I tried the update option many times but it still seems the same, it says it installed via yast but sax doesnt seem to agree, you reckon it is installed even although sax doest realise?
 
Old 08-02-2005, 12:07 PM   #7
Looking_Lost
Senior Member
 
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120

Rep: Reputation: 45
If the NVIDIA splash screen comes up then, yeah.

You can also check from the menu:

System->monitor->OpenGL

which should tell you if NVIDIA Corporation driver is being used or from a shell in desktop

glxinfo| grep NVIDIA

and

cat /proc/driver/nvidia/agp/status

to see if agp has been enabled

or simply lsmod

edit: just saw you said their is no splash screen

does as root

modprobe nvidia

work or output an error?

Last edited by Looking_Lost; 08-02-2005 at 12:09 PM.
 
Old 08-02-2005, 01:29 PM   #8
firestomper41
Member
 
Registered: Feb 2004
Location: Switzerland, Zimbabwe
Distribution: Suse 10.1
Posts: 78

Rep: Reputation: 15
sorry to disturb the coversation here a bit but seeing that we are on the topic of nvidia drivers, wanted to ask if it is possible that if the driver is installed and running fine and then you run the ld config command, can that remove the driver?

Last edited by firestomper41; 08-02-2005 at 01:31 PM.
 
Old 08-27-2005, 06:59 PM   #9
curtis_sampson
LQ Newbie
 
Registered: Aug 2005
Posts: 9

Rep: Reputation: 0
This should help.

http://www.linuxquestions.org/questi...hreadid=347891
 
Old 08-28-2005, 08:15 PM   #10
bigchris
Member
 
Registered: Jul 2005
Posts: 41

Rep: Reputation: 15
There are a couple of problems here. Your Nvidia driver is probably installed, but not being used - your driver should be "nvidia" not "nv". Sax2 can fix that but Sax2 cannot detect your monitor thru the nvidia driver so you'll have to set that up manually. Here's how:
Ctrl+Alt+F1 to startup a terminal session
login as root
Type "init 3" (without the quotes in all cases)
Type "sax2 -m 0=nvidia"
Sax will start and correct the driver name but you must now either select your monitor from the provided list or provide the Windows monitor disk that came with your monitor. Then exit Sax2
Type "modprobe nvidia"
Type "startx" and you should briefly see the Nvidia logo
Logout and reboot and you should be good to go.

Last edited by bigchris; 08-28-2005 at 08:25 PM.
 
  


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
Still not getting nvidia driver to work.. GardarS Linux - Hardware 14 06-27-2005 04:41 AM
Nvidia driver doesn't work very well Trkdz Slackware 1 05-25-2005 09:35 PM
nVIDIA driver won't work afer reboot lavitz Debian 3 01-12-2005 02:57 AM
nvidia driver doesn't work valueduser Mandriva 21 10-30-2003 09:59 AM
Nvidia Driver Dont Work!!! FearPasion710 Linux - General 1 07-31-2003 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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