Need Driver For NVIDIA RIva. I'm running suse 9.2. I am a newbie at linux so I only now how to install rpm files.

Recommended Answers

All 5 Replies

I have already checked the NVIDIA web site. All the have are tar.gz files. I don't know how to compile those files yet. I'm looking for an RPM file with the update. or for someone to tell me how to compile and make the tar.gz files

To compile any software

tar xvfz <whatever.tar.gz>
cd <directory>
./configure
make
make install

All the best you might be able to find the RPM @ http://rpmfind.net/ ..

./thanks
ilaiy

I can cd the directory, then type i type ./configure and it tells me no such file or directory.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.