Napi2003 wrote:Hello and thanks for the instructions.
One point that keeps popping everywhere and I assume has the failure rate at installing the NVIDIA propietary drivers is the following:
There are no clear / working instructions on how to get rid or even disable the odious "Nouveau" drivers that are deeply rooted on Nadia's (Mint 14.1) distro. Period.
If you can't disable said drivers, all the following steps are totally moot.
1. You can attempt at STOPping the service, and everytime you reboot the system, it will load the GUI, waiting to be "disabled" again and again.
- Code: Select all
sudo service mdm stop
sudo /etc/init.d/gdm stop
sudo /etc/init.d/mdm stop
2. Not even an apt-get -remove --PURGE command will do the trick. It will always reinstall and reload each time you reboot the OS.
- Code: Select all
sudo apt-get remove --purge nouveau*
3. the NVIDIA installer won't acknowledge your override command that stops checking for nouveau drivers (--no-nouveau-check, --disable-nouveau)
- Code: Select all
sudo sh NVIDIA-Linux-x86_64-310.32.run --disable-nouveau
sudo sh NVIDIA-Linux-x86_64-310.32.run --no-nouveau-check
4. The NVIDIA driver installer adds the "nvidia-installer-disable-nouveau.conf" in /etc/modprobe.d with these lines:
- Code: Select all
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
Guess what? That doesn't work either. Something as stubborn as this driver should legally be called a virus: It does no good and also refuses to move out.
What is needed is definitive instructions on how oliberate the oudious Nouevau drivers.
The NVIDIA installer acknowledges that it previously added some "trick file" to unload the drivers, but at this point it directs you to read some non-existent (or very well hidden) "README" file or consult your "distro manual" so you can wrestle it yourself at some machine code level.
This thing is starting to feel as hopeless and a total waste of time as ATI equally half-baked propietary drivers. The message is clear: Go back to Windows and forget this nightmare.
Anybody, please help. Thank you.
Napi2003 I completely agree! I have tried pretty much all thinkable tutorials on this, and still couldn't get the driver to work. Linux mint was the first distro that actually made me say "hey linux CAN actually be quite nice", but the sheer horror of countless OS reinstalls, following countless guides - where super-user linux know-how is needed to actually follow the guides - and to no avail makes me frustrated beyond comprehension. I just want to install a freaking display-driver without having to follow long complicated guides including rebooting several time, shifting to the textbased terminal, blacklisting stuff, editing config files, only to find out it didn't work.







