LinuxQuestions.org
Help answer threads with 0 replies.
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 03-07-2005, 07:19 AM   #1
jakand
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Rep: Reputation: 0
Can't install nVidia driver on Suse 9.2 with YOU


Hello, im trying to install the nVidia driver for my Geforce FX 5700 Ultra.
according to nVidias site, there are two ways of doing this.
Either use Yast or download the .sh file.
I can probably get the .sh file working, but i would prefer to use YOU for it.
(Note: im running with danish language settings, so some names might not be 100% correct since im translating them back into english)

I start Yast -> Yast2 Modules -> software -> Online update -> selecting a random source -> next -> selects the 'Download NVIDIA(r) Graphics Driver' -> ok
and then i get an error:
Error during installation of update 'fetchnvidia.sh'
pressing details reveals this message:

ERROR(You:Efter-skript fejlede.) (I think the correct translation is: Youost-script failed)
/var/lib/YaST2/you/scripts/fetchnvidia.sh

I've checked the location, and the file does exist.
It doesn't help to change mirror.

anyone got an idea of whats wrong?

/jakand
 
Old 03-07-2005, 07:27 AM   #2
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Try to run the script from its location on your HDD. As root, type
Code:
cd /var/lib/YaST2/you/scripts/
./fetchnvidia.sh
It should either work or give you a more descriptive error message.
 
Old 03-07-2005, 07:31 AM   #3
jakand
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
abisko00, i've tried doing what you said.
first of all, the file wasn't executable, so i used chmod a+x on it.

when trying to run it(./fetchnvidia.sh) i get the error:
bad interpreter: no such file or directory

do i need to install something first?
 
Old 03-07-2005, 07:46 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Download the script manually and try again:

ftp://ftp.gwdg.de/linux/suse/ftp.sus...fetchnvidia.sh

You could also try to run the script as
Code:
sh ./fetchnvidia.sh
But maybe it's just the NVIDIA server that is down at the moment and the script cannot access the driver. In this case, try again later. I had a similar problem with downloading the Microsoft fonts recently.
 
Old 03-07-2005, 07:52 AM   #5
jakand
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
i tried downloading the script as you said, and this is what i got when running it as root:

./fetchnvidia.sh: line 1: -----BEGIN: command not found
./fetchnvidia.sh: line 2: Hash:: command not found
EULA:
info: "/usr/share/doc/nvidia/EULA.html" not found.
Fetching ... done
NVIDIA-Linux-x86-1.0-6111-pkg1.run:
Fetching ... done
Installing ... done

------------------------------------------------------------------------
Switching the use of "nv" driver to "nvidia" driver
------------------------------------------------------------------------

# SaX generated X11 config file
Patching /etc/X11/XF86Config ... done

./fetchnvidia.sh: line 123: -----BEGIN: command not found
./fetchnvidia.sh: line 124: syntax error near unexpected token `('
./fetchnvidia.sh: line 124: `Version: GnuPG v1.0.7 (GNU/Linux)'


there are som errors in the beginning and at the end, should i be concerned about that?
and is the driver installed now? how do i check it?
 
Old 03-07-2005, 08:00 AM   #6
jakand
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
hmm, i tried to open the script in joe, and quoting from line 123:

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFBW+RkqE7a6JyACsoRAprsAJ9SPXySExuNjFQvQg1e5RF/ph2RpACf
co+9NtMqOseSrriol98tfeSWEDQ=
=vJrz
-----END PGP SIGNATURE-----

so, i shouldn't be to concerned about the last error, and the driver is installed?
 
Old 03-07-2005, 08:19 AM   #7
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Obviously the GPG signature is interpreted as command. I think you can ignore that...

What I find strange is that XF86Config has been modified instead of the xorgconfig. I thought 9.2 is using XOrg instead of XFree86...?

EDIT: How do you check it: restart your X server and see if it runs You should see in the config file, that the driver is now called nvidia instead of nv. However which config file depends on the X server (see above).

Last edited by abisko00; 03-07-2005 at 08:21 AM.
 
Old 03-07-2005, 08:37 AM   #8
jakand
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
XF86Config has been updated.
the only file called xorgconfig i can find is located in /usr/X11R6/bin/ and is a binary file, so it seems that XF86Config is the one used.

i'll try to restart in a couple of minutes, hope it works

Edit:
it worked!
before the loginscreen, theres a nVidia logo and
glxinfo | grep "direct rendering"
returns:
direct rendering: Yes

the glxgears benchmark is now giving 7242 fps (~300 before)

thanks alot!
now its time to try Cedega, looking forward to get it working

Last edited by jakand; 03-07-2005 at 08:54 AM.
 
  


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 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
How to install Suse 8.1 nvidia driver? MadKatMk2 Linux - Newbie 14 12-08-2002 01:15 AM

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

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