Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-04-2002, 06:48 AM
|
#1
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa, Ontario, Canada
Distribution: RedHat 8.0
Posts: 15
Rep:
|
Redhat 8.0 + nVidia Drivers
Ok, similar questions have been posted, but as a linux n00b i just can't figure this out,
I followed the installation instructions on nVidia's site, 3 times, and still can't get it working,
i have been learning, i only re-installed linux once, the other times i was able to get it running again from the command line, by modifying XF86Config
I have no problem installing the GLX part, the problem arises when i try to install the kernal part, i get a whole whack of errors,
in primarily in nv.c,
i think the problem could be that RedHat upgraded it's kernel source, and kernel, but is still using the old kernel...
|
|
|
11-04-2002, 06:58 AM
|
#2
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Have you tried using the source files, the .tar.gz ones?
|
|
|
11-04-2002, 07:54 AM
|
#3
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
Personally I think that NVIDIA should give up on the rpm's for a specific distro and concentrate on making the .tar.gz versions so that users know easily and quickly how to use them. The rpm's don't work half the time, and are probably not as good as the source anyway.
I would definately try the .tar.gz ones. Unpack them using this sequence, changing package for the name of the package:
tar vxzf package.tar.gz
cd package
make install
Install the kernel one first then the GLX package.
For more info on installing the drivers from source search the site, I think there are some excellent threads.
|
|
|
11-04-2002, 12:03 PM
|
#4
|
LQ Newbie
Registered: Nov 2002
Location: Wales
Distribution: Red Hat 8.0
Posts: 14
Rep:
|
Hi, I get loads of errors in compiling the NVidia_kernel source too:
ultimately ending in make: *** [nv.o] Error 1
Red Hat 8.0, clean install.
i am thinking I maybe needing to update some packages on my machine.
|
|
|
11-04-2002, 12:05 PM
|
#5
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa, Ontario, Canada
Distribution: RedHat 8.0
Posts: 15
Original Poster
Rep:
|
Quote:
Originally posted by Thymox
Have you tried using the source files, the .tar.gz ones?
|
yes, the glx compiles/installs fine, but the kernel gives me all sorts of errors, mostly in nv.c
|
|
|
11-04-2002, 12:07 PM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well how about you tell us what the errors are... you've probably not got the kernel source installed
|
|
|
11-04-2002, 12:07 PM
|
#7
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa, Ontario, Canada
Distribution: RedHat 8.0
Posts: 15
Original Poster
Rep:
|
Quote:
Originally posted by CragStar
Personally I think that NVIDIA should give up on the rpm's for a specific distro and concentrate on making the .tar.gz versions
|
agreed, i only use tar'd versions for everything... i find with RPMs i can never find where it put stuff...
|
|
|
11-04-2002, 12:28 PM
|
#8
|
LQ Newbie
Registered: Nov 2002
Location: Wales
Distribution: Red Hat 8.0
Posts: 14
Rep:
|
heres most of the output when I issue "make install" command
http://www.vae.nildram.co.uk/install_log.txt
i tried to grab the whole output using make install > install_log.txt but that wouldnt work 
|
|
|
11-04-2002, 12:50 PM
|
#9
|
Member
Registered: Sep 2002
Posts: 50
Rep:
|
You need to have kernel-sources installed.
go to menu->system settings->Packages
scroll down to Development and choose kernel development.
uninstall any rpm you installed rpm
rpm -e NVIDIA_GLX
now install nvidia drivers. since there arn't any RH8 rpm's use either tar.gz files or src.rpm files.
tar.gz
at console type:
tar zxvf NVIDIA_kernel-1.0-3123.tar.gz
cd NVIDIA_kernel-1.0-3123
su
*password*
make install
exit
tar zxvf NVIDIA_GLX-1.0-3123.tar.gz
cd NVIDIA_GLX-1.0-3123
su
*password*
make install
exit
src.rpm
su
*password*
rpm --rebuild NVIDIA_kernel-1.0-3123.src.rpm
rpm --rebuild NVIDIA_GLX-1.0-3123.src.rpm
cd /usr/src/redhat/RPMS/i386
ls (make sure they are there)
rpm -ivh (or -Uvh) NVIDIA_kernel-1.0-3123.rpm
rpm -ivh (or -Uvh) NVIDIA_GLX-1.0-3123rpm
now to check XF86Config
at console type:
su
*password*
gedit /etc/X11/XF86Config
scroll down to Section "Module"
find load "glx"
if it's not There add it
scroll down to Section "Device"
change Driver "nv" to Driver "nvidia"
save and exit
reboot
You should see Nvidia logo at start of gui.
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx" <--make sure it's there
Load "record"
Load "freetype"
Load "type1"
Section "Device"
# no known options
Identifier "NVIDIA GeForce 2 MX (generic)"
Driver "nvidia" <-- make sure to change
VendorName "NVIDIA GeForce 2 MX (generic)"
BoardName "NVIDIA GeForce 2 MX (generic)"
Last edited by El Kid; 11-04-2002 at 01:20 PM.
|
|
|
11-04-2002, 01:09 PM
|
#10
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa, Ontario, Canada
Distribution: RedHat 8.0
Posts: 15
Original Poster
Rep:
|
ok, figured out my problem, i feel st00pid
I figured i needed everything up2date after i installed RedHat... so i used up2date and installed everything it told me to... including kernel and kernel source... however being the n00b that i am, i did not realize i was still running the old kernel because i load linux from a boot disk... all i had to do was remake my boot disk, then make, make install both the kernel and the glx driver... i just played tux racer for the first time!
|
|
|
All times are GMT -5. The time now is 08:56 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|