LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-20-2004, 05:06 PM   #1
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Rep: Reputation: 15
nvidia driver trouble


Hi!
I use SuSE 9.1 and I got some serious trouble with my 3d graphics.
I have an MSI GForceFx 5700 128mb card, and I've downloaded the drivers from nvidias homepage. I can't use yast2 to download drivers as the suse how-to says, it just wont work.

1. I sh the file, installing it. So far so good.
2. I edit the XF86config, add "nvidia" as driver instead of "nv".
3. I Enable 3D support in SaX2.
4. I reboot the computer.
5. X gives me No screens found, I use modprobe nvidia. It says that that module can't be found.
6. I try to install it again, now the installer says that I don't have a precompiled kernelsurface, it tries to make it's own bu then it returns that my kernel-source is missing.


What the hell is wrong? I wanna play accelerated 3D games, I really need help! Please help a desperate man .

BTW. I re-installed the kernel-source, installed the driver again and got the same error. In modprobe.conf it says "alias char-major-195* nvidia" is that correct?

Thanks in advance, cheers.
 
Old 10-20-2004, 06:16 PM   #2
fblucher
Member
 
Registered: Oct 2004
Location: Australia
Distribution: NLD 9
Posts: 60

Rep: Reputation: 15
The documentation is clear that you do NOT enable 3D support in SaX2


Finn.
 
Old 10-20-2004, 06:20 PM   #3
hp46168
Member
 
Registered: Jun 2004
Location: Indiana
Distribution: Suse 9.0
Posts: 120

Rep: Reputation: 15
Re: nvidia driver trouble

Quote:
Originally posted by zenith_zth
Hi!
I use SuSE 9.1 and I got some serious trouble with my 3d graphics.
I have an MSI GForceFx 5700 128mb card, and I've downloaded the drivers from nvidias homepage. I can't use yast2 to download drivers as the suse how-to says, it just wont work.

1. I sh the file, installing it. So far so good.
2. I edit the XF86config, add "nvidia" as driver instead of "nv".
3. I Enable 3D support in SaX2.
4. I reboot the computer.
5. X gives me No screens found, I use modprobe nvidia. It says that that module can't be found.
6. I try to install it again, now the installer says that I don't have a precompiled kernelsurface, it tries to make it's own bu then it returns that my kernel-source is missing.


What the hell is wrong? I wanna play accelerated 3D games, I really need help! Please help a desperate man .

BTW. I re-installed the kernel-source, installed the driver again and got the same error. In modprobe.conf it says "alias char-major-195* nvidia" is that correct?

Thanks in advance, cheers.
Which site is your YAST pointing to? I had great success with 3d gaming on my laptop with an nvidia gforce4go card.
 
Old 10-21-2004, 12:42 AM   #4
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fblucher
The documentation is clear that you do NOT enable 3D support in SaX2


Finn.
The suse howto documentation at nvidias homepage tells me to "as usual" configure everything with sax2.


My yast is pointing to Sunet.se since I live in swe.
 
Old 10-21-2004, 12:52 AM   #5
undrwater
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
Quote:
6. I try to install it again, now the installer says that I don't have a precompiled kernelsurface, it tries to make it's own bu then it returns that my kernel-source is missing.
You didn't mention whether or not you actually installed your kernel source. You'll need it if you're going to use the installer from nvidia. You can find kernel-source packages in YAST.
 
Old 10-21-2004, 01:42 AM   #6
fblucher
Member
 
Registered: Oct 2004
Location: Australia
Distribution: NLD 9
Posts: 60

Rep: Reputation: 15
I've never had to alias anything in modprobe.conf to get nvidia working. If it's complaining that it can't find your kernel source that can some times be because it's looking in a clean source tree. Try compiling against it.

cd /usr/src/linux
zcat /proc/config.gz > .config
make oldconfig
make
make modules

Will give you a nice worked in source tree. There's shorter ways to do this (like with a make scripts) but I've found this way always works. Untill you can modprobe nvidia, there's not much point trying to get your screens up.


PS: SuSE Nvidia Installer HOWTO -->

NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.
 
Old 10-21-2004, 02:00 AM   #7
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Thanks, haven't seen that line before.

Well, the kernel-source works at first since I can install the driver at first.
I reloaded my source from YaST and I'll try using your command when I get home.

So basicly I should do this:

- Install the module using sh NVIDIA-....run
- Replace "nv" in the xfree config with "nvidia"
- Restart X and be happy?

'cause the driver-install auto-adds "alias char-major* nvidia" in modprobe.conf.
 
Old 10-21-2004, 04:50 AM   #8
qtaznromeo7
Member
 
Registered: Jul 2003
Location: sf
Distribution: slackware 10.0
Posts: 32

Rep: Reputation: 15
i had the same problem...
try adding this to your xorg.conf file:

Load "nvidia"
 
Old 10-21-2004, 01:30 PM   #9
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Well, tried to install again. Now it acutally manages to compile the module itself, but now I've got another problem. When I compile and it reaches 100%, the 100% text switches to done. And then nothing happens. Can't ctrl+c, ctrl+alt+f1-12 or anything at all. I have to reboot. And then the driver isn't installed. :S

Also, I try to use the --precompiled-path command (I use the right command, not sure if I wrote right here though) since I found a precompiled surface for the module, but it won't find it itself. Anyway I still get the "can't find precompiled surface" error so if someone could give me the right commandline please. I've tried reading --advanced-commands but it didn't state clear how to do there either.
 
Old 10-21-2004, 05:01 PM   #10
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
I'd really appreciate aome advice, need this up 'n running by tommorow.

Thanks in advance-
 
Old 10-22-2004, 05:37 AM   #11
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Doesn't anybody know?
 
Old 10-22-2004, 10:32 AM   #12
spankers
LQ Newbie
 
Registered: Oct 2004
Distribution: Debian Unstable
Posts: 7

Rep: Reputation: 0
Use the following:
1. ./NVIDIA-Linux-x86-1.0-6111-pkg1.run --extract-only
2. cd NVIDIA-Linux-x86-1.0-6111-pkg1
3. As root run "make install"

This should give you more information to work with. The output of "make install" will give you some idea of whats going on. Your kernel module should be /lib/modules/2.6.x/kernel/drivers/video/nvidia.ko (substitute your kernel version for 2.6.x) if everything went OK.

The installed X server driver will be /usr/X11R6/lib/modules/drivers/nvidia_drv.o, and there should also be a few libraries installed to /usr/X11R6/lib/ and /usr/X11R6/lib/modules/extensions.

Last edited by spankers; 10-22-2004 at 10:34 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 trouble installing with 2.6.9 Lord Zoltar Slackware 5 10-24-2004 06:52 PM
Nvidia driver trouble Lord Zoltar Slackware 35 09-11-2004 05:28 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
Nvidia Driver and Kernel trouble Vipes Linux - Hardware 6 06-05-2003 06:30 PM
Nvidia Driver trouble skeezix Linux - Hardware 2 01-31-2003 02:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:27 AM.

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