View previous topic :: View next topic |
Author |
Message |
centrex8j n00b
Joined: 10 Jul 2004 Posts: 55
|
Posted: Wed Jul 14, 2004 7:46 pm Post subject: install drivers |
|
|
how do i install drivers like if i download a nvidia driver how do i get it to work |
|
Back to top |
|
|
boroshan l33t
Joined: 16 Apr 2003 Posts: 730 Location: upside down
|
Posted: Wed Jul 14, 2004 7:54 pm Post subject: |
|
|
Code: | emerge nvidia-kernel
emerge nvidia-glx
opengl-update nvidia
#test with
glxinfo | grep -i render # it should say yes |
Also have a look at the gentoo nvidia guide. _________________ Don't let THEM immanentize the Eschaton! |
|
Back to top |
|
|
TheRAt Veteran
Joined: 03 Jun 2002 Posts: 1580
|
Posted: Wed Jul 14, 2004 7:54 pm Post subject: |
|
|
The nVidia driver (if you downloaded the version from nVidia as opposed to the on in the portage tree) has instructions for install, which work correctly.
If you download the latest nvidia drivers from http://www.nvidia.com/object/linux_display_ia32_1.0-6106.html there are install instruction in the readme file on that page... _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
|
centrex8j n00b
Joined: 10 Jul 2004 Posts: 55
|
Posted: Wed Jul 14, 2004 8:09 pm Post subject: help |
|
|
bash-2.05b# modprobe nvidia
modprobe: QM_MODULES: Function not implemented
insmod: QM_MODULES: Function not implemented
insmod: insmod /lib/modules/2.6.5-gentoo-r1/video/nvidia.o failed
insmod: QM_MODULES: Function not implemented
insmod: QM_MODULES: Function not implemented
insmod: insmod nvidia failed |
|
Back to top |
|
|
boroshan l33t
Joined: 16 Apr 2003 Posts: 730 Location: upside down
|
Posted: Wed Jul 14, 2004 8:16 pm Post subject: |
|
|
so - how did you install them?
what do you get if you do
Code: | find /lib/modules/2.6.5-gentoo-r1 | grep nvidia |
did you enable loadable modules support in your kernel?
Code: | zcat /proc/config.gz | grep CONFIG_MODULES |
_________________ Don't let THEM immanentize the Eschaton! |
|
Back to top |
|
|
TheRAt Veteran
Joined: 03 Jun 2002 Posts: 1580
|
Posted: Wed Jul 14, 2004 8:41 pm Post subject: Re: help |
|
|
centrex8j wrote: | bash-2.05b# modprobe nvidia
modprobe: QM_MODULES: Function not implemented
insmod: QM_MODULES: Function not implemented
insmod: insmod /lib/modules/2.6.5-gentoo-r1/video/nvidia.o failed
insmod: QM_MODULES: Function not implemented
insmod: QM_MODULES: Function not implemented
insmod: insmod nvidia failed |
Do the following:
Code: | emerge -v module-init-tools |
Then try to reload the nvidia modules. You might have to re-emerge / re-install the nvidia drivers. _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
|
centrex8j n00b
Joined: 10 Jul 2004 Posts: 55
|
Posted: Wed Jul 14, 2004 9:00 pm Post subject: nothing |
|
|
bash-2.05b# find /lib/modules/2.6.5-gentoo-r1 | grep nvidia
/lib/modules/2.6.5-gentoo-r1/video/nvidia.ko
/lib/modules/2.6.5-gentoo-r1/video/nvidia.o
bash-2.05b# zcat /proc/config.gz | grep CONFIG_MODULES
CONFIG_MODULES=y
i did emerge -v module-init-tools reinstalled and nothing |
|
Back to top |
|
|
megadonkey Apprentice
Joined: 24 Apr 2004 Posts: 224 Location: Bohuslän, Sweden
|
Posted: Wed Jul 14, 2004 9:10 pm Post subject: |
|
|
Try and remove the nvidia.o file
Code: | rm /lib/modules/2.6.5-gentoo-r1/video/nvidia.o |
_________________ Life, loathe it or ignore it, you can't like it. |
|
Back to top |
|
|
|