I've just upgraded from Gutsy to Hardy, thinking that after four months the process would have been smoothed out by now... in any case, previously I was running an old version of the nVidia drivers from their 8776 tarball (very old, I know, but it worked nicely). I have an onboard GeForce4 MX graphics adaptor which is only supported in the 96xx series of drivers or older.
I can't get any version of the nVidia drivers to work now. The 8776 drivers won't compile with the 2.6.24-21 kernel (fair enough). The 96.43.07 drivers from the nVidia website, the drivers Envy installs, and the bog-standard nvidia-glx[-legacy] drivers from the repos that the Restricted Driver Manager thing uses all install OK (remembering to completely purge any previous installs between tries!) but X refuses to start, grumbling:
The Envy-provided drivers prefix this with a statement that it "could not open the device file /dev/nvidiactl (No such device or address)"; but
Other useful information:
lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)
lsmod | grep nv
nvidia_agp 9628 1
agpgart 34760 1 nvidia_agp
I'd appreciate any suggestions or ideas to help get this working again!
Thanks in advance.
I can't get any version of the nVidia drivers to work now. The 8776 drivers won't compile with the 2.6.24-21 kernel (fair enough). The 96.43.07 drivers from the nVidia website, the drivers Envy installs, and the bog-standard nvidia-glx[-legacy] drivers from the repos that the Restricted Driver Manager thing uses all install OK (remembering to completely purge any previous installs between tries!) but X refuses to start, grumbling:
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
$ ls -l /dev/nv*
crw-rw-rw- 1 root root 195, 255 2008-08-25 15:19 /dev/nvidiactl
crw-rw-rw- 1 root root 195, 255 2008-08-25 15:19 /dev/nvidiactl
lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)
lsmod | grep nv
nvidia_agp 9628 1
agpgart 34760 1 nvidia_agp
I'd appreciate any suggestions or ideas to help get this working again!
Thanks in advance.
Comment