Hi friends,
I have upgraded from Gutsy to Hardy and boot stucked at some point. To fix it I had to edit xorg.conf changing
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
to
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection
but now it seems that I'm not using Nvidia driver.
Selecting Kmenu -> System -> NVIDIA X server settings I got
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server
.
I can't run this because it will replace "nv" by "nvidia" in xorg.conf and I will not be able to boot again...
I tried to use Envy to install the Nvidia driver but it is not working too. It replaces "nv" by "nvidia" also...
Any idea to fix this problem?
My Nvidia card is GeForce4 MX 440 AGP 8X
I have upgraded from Gutsy to Hardy and boot stucked at some point. To fix it I had to edit xorg.conf changing
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
to
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection
but now it seems that I'm not using Nvidia driver.
Selecting Kmenu -> System -> NVIDIA X server settings I got
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server
.
I can't run this because it will replace "nv" by "nvidia" in xorg.conf and I will not be able to boot again...
I tried to use Envy to install the Nvidia driver but it is not working too. It replaces "nv" by "nvidia" also...
Any idea to fix this problem?
My Nvidia card is GeForce4 MX 440 AGP 8X
Comment