View previous topic :: View next topic |
Author |
Message |
Gnarg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 04 Nov 2004 Posts: 27 Location: Toronto, Canada
|
Posted: Wed Apr 05, 2006 11:35 pm Post subject: NVIDIA driver not remembered after reboot <SOLVED> |
|
|
Hi,
I am using the NVIDIA driver supplied at their site (NVIDIA-Linux-x86-1.0-8178-pkg1.run ).
I can install this without a hitch. I can startx and get into KDE with no problems and the NVIDIA splash screen shows up on KDE startup.
When I reboot my system and run startx I get no screens found. It can seem to find the NVIDIA drivers so I have to reinstall then running startx again will work.
Have I missed a step somewhere? I don't know why I have to reinstall the drivers every time I reboot.
Thank you...
Gnarg...
Last edited by Gnarg on Sat Apr 08, 2006 2:42 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Aries-Belgium l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/568415785438928e91a742.jpg)
Joined: 08 Jul 2005 Posts: 730 Location: Willebroek, Belgium
|
Posted: Wed Apr 05, 2006 11:41 pm Post subject: |
|
|
Are you installing the version in portage or from the nvidia-site?
I would recommend you to use the version of portage and emerge it:
Code: | echo "media-video/nvidia-kernel ~arch" >> /etc/portage/package.keywords
emerge nvidia-kernel
modprobe nvidia |
~arch = x86, amd64, ppc, ... _________________ Ep2.nl | Developers Community |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gnarg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 04 Nov 2004 Posts: 27 Location: Toronto, Canada
|
Posted: Fri Apr 07, 2006 3:55 pm Post subject: |
|
|
I'm using the NVIDIA driver from Nvidia's website. The whole reason why I was using it was because I tried the emerge nvidia stuff and it bombed on me for some reason so I always stuck to the one on the website.
Assuming there is not much for me to do I can try and emerge nvidia again but i will have to wait and see on the weekend.
Gnarg |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jonnevers Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/182916767547279b4f55dc0.png)
Joined: 02 Jan 2003 Posts: 1594 Location: Gentoo64 land
|
Posted: Fri Apr 07, 2006 3:59 pm Post subject: |
|
|
Gnarg wrote: | I'm using the NVIDIA driver from Nvidia's website. The whole reason why I was using it was because I tried the emerge nvidia stuff and it bombed on me for some reason so I always stuck to the one on the website.
Assuming there is not much for me to do I can try and emerge nvidia again but i will have to wait and see on the weekend.
Gnarg |
what is in portage is basically a wrapper around the binary driver's available from nvidia's website.
you need to emerge two packages nvidia-kernel AND nvidia-glx (also nvidia-settings is a nice gui utility to config the video card!).
I recommend using the latest available in portage, this being the ~ARCH (~x86, ~amd64, etc), and are the 8xxx series of nvidia drivers.
the only thing else I can think of being a problem is you should make sure your /usr/src/linux directory points the currently running kernel.
- Jon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Aries-Belgium l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/568415785438928e91a742.jpg)
Joined: 08 Jul 2005 Posts: 730 Location: Willebroek, Belgium
|
Posted: Fri Apr 07, 2006 4:16 pm Post subject: |
|
|
jonnevers wrote: | the only thing else I can think of being a problem is you should make sure your /usr/src/linux directory points the currently running kernel. |
You also need MTRR (Memory Type Range Register) support enabled in your kernel. _________________ Ep2.nl | Developers Community |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gnarg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 04 Nov 2004 Posts: 27 Location: Toronto, Canada
|
Posted: Sat Apr 08, 2006 2:41 am Post subject: Adding MTRR worked |
|
|
I added MTRR into my kernel and my problem is fixed.
I did not emerge the nvidia driver so I am going to stick with the driver from the website for now.
Thanks for your help....
Gnarg |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|