View previous topic :: View next topic |
Author |
Message |
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Thu Mar 04, 2004 7:42 pm Post subject: Nvidia driver problems (they worked fine before!!) SOLVED |
|
|
I did a massive upgrade of all my packages and now the nvidia drivers dont work.
Code: | (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE8000000
(--) NVIDIA(0): MMIO registers at 0xF0000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
|
I'm not sure whats going on, I do know the module is loaded and stuff cause its in the list that modprobe -l gives me. My xfree config file hasent changed at all either.
Last edited by jerome187 on Sat Mar 06, 2004 10:23 pm; edited 1 time in total |
|
Back to top |
|
|
JROCK2004 Guru
Joined: 02 Mar 2004 Posts: 450 Location: PA
|
Posted: Thu Mar 04, 2004 7:49 pm Post subject: |
|
|
was one of the upgrades the kernel? If so you need to reinstall your nvidia drivers. If you have done this or your kernel was not upgraded post your XF86Config file so I can see it |
|
Back to top |
|
|
Ateo Advocate
Joined: 02 Jun 2003 Posts: 2021 Location: Republic of California
|
Posted: Thu Mar 04, 2004 8:05 pm Post subject: |
|
|
I'm going to pressume that with your massive upgrade, you also upgraded to a new kernel and have that new kernel running... With that, you need to recompile your nvidia drivers..
In fact, anytime you recompile your kernel (same one or not) you NEED to recompile ANY nvidia drivers.... This includes video and integrated NICs. |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Thu Mar 04, 2004 8:28 pm Post subject: |
|
|
The kernel wasent upgraded actually, but even if it was I reemerge nvidia-kernel and nvidia-glx (i'm tryed it more than once!) I even did a emerge -C on both of them and emerged them again. |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Thu Mar 04, 2004 8:33 pm Post subject: |
|
|
after emergeing nvidia-kernel and nvidia-glx again now I have a different error, something about an API mismatch, the nvidia driver and the kernel module are compiled for different versions or something like that.
I will try to copy and paste the error but its not showing up in the xfree logs for some reason. |
|
Back to top |
|
|
MIT_Service Guru
Joined: 29 Nov 2002 Posts: 355
|
Posted: Fri Mar 05, 2004 7:53 am Post subject: |
|
|
thats because you merged a new nvidia-kernel module.
The module now has the extension .ko instead of .o
you have to remove the old nvidia.o manually. |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Sat Mar 06, 2004 4:13 pm Post subject: |
|
|
Ahh ok, that makes sence because according to modprobe both the nvidia.o and the nvidia.ko modules are loaded. How do I remove the old module? |
|
Back to top |
|
|
Vidar Apprentice
Joined: 09 Apr 2003 Posts: 239 Location: Washington, USA
|
Posted: Sat Mar 06, 2004 4:45 pm Post subject: |
|
|
as root rmmod nvidia.o, and modprobe nvidia.ko. Or you could find your modules path (should be /lib/modules/<kernelversion>/something) and rename them manually. _________________ "Vidar, Odin's mighty son, he will come to slay the wolf
The sword runs into the heart of Hverdrungs son
So he avenges his father" -- Amon Amarth - Burning Creation |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Sat Mar 06, 2004 10:22 pm Post subject: |
|
|
right on, that seemed to work!
thanks |
|
Back to top |
|
|
calhoun Tux's lil' helper
Joined: 14 Nov 2003 Posts: 91 Location: Point Pleasant, NJ
|
Posted: Sun Mar 28, 2004 3:20 am Post subject: |
|
|
bump |
|
Back to top |
|
|
|