Jump to content

Gnome and Nvidia drivers?


Guest ions
 Share

Recommended Posts

Guest ions
In a terminal as root:

 

rpm -qa | grep NV

 

This --> | is a 'pipe'...the thing above the  on the keyboard ;)

 

Nothing happened. Just paused for a second and returned the next line.

Link to comment
Share on other sites

Guest ions
That means you have no nvidia drivers installed (at least as RPMs). As root, if you do a 

 

lsmod

 

do you see 'nvidia' on the list? Probably not.

 

You are correct. No Nvidia listed.

Link to comment
Share on other sites

Guest ions
Now the big question. Do you actually have an NVidia video card? I can't recall ever having seen you mention what kind of card you have.

 

LOL! Yes I do. GeForce2 MX on an ASUS card.

Link to comment
Share on other sites

First,

[root@localhost bvc]# cat /proc/driver/nvidia/version

NVRM version: NVIDIA Linux x86 nvidia.o Kernel Module  1.0-4363  Sat Apr 19 17:46:46 PDT 2003

GCC version:  gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

[root@localhost bvc]#

 

Second, you don't need and rpm installed to have nvidia (yes I see Steve that you wrote "(at least as RPMs)". In fact, the latest nvidia driver isn't installed by rpm, though I believe it still can be done with the latest if you want to go through the trouble (is that what we have in the download section -the latest by rpm?). If you did want to check by rpm I've always done;

rpm -qa | grep NVIDIA (don't you need the whole word?...I never tried NV)

 

Third, if the rpm was installed lsmod wouldn't necessarily show nvidia if the X config file was not edited to load it....and even then sometimes a

modprobe nvidia

or

insmod nvidia

is necessary

 

To see the video card as the kernel sees it do

lspci -vv

or

cat /proc/pci

 

:wink:

Link to comment
Share on other sites

Guest ions

The usual response to my console inputs:( :

 

[root@x1-6-00-80-c8-dd-4c-f6 root]# cat /proc/driver/nvidia/version

cat: /proc/driver/nvidia/version: No such file or directory

Link to comment
Share on other sites

Guest ions

I had made the assumption that Linux would have detected my video card and installed the most up to date drivers available for Mandrake 9.1. And then I assumed they'd display following that command like yours have.

 

I've assumed too much haven't I?

Link to comment
Share on other sites

bvc is correct. You need to go to nvidia sight and get the installation program, which works very well. But you still need to edit /etc/X11/XF86Config-4.

Link to comment
Share on other sites

Click on the I32 blah blah link (If you have a single processor normal type of machine!) and on the next page get NVIDIA-linux-x86-1.0-4363.run

 

Do you boot to graphic or console?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...