
Originally Posted by
avtolle
Do you know the name of the driver(s) you've installed? That will be critical to removing them from the terminal using sudo apt-get remove XXXXX (XXXX being the name of the driver file).
EDIT: Similarly, it may be necessary to purge all instances of the driver and the config files, etc. associated with it.
Code:
sudo apt-get --purge XXXX
or
Code:
sudo dpkg --purge XXXX
may get the job done.
Thank you for this, but purging all the drivers and reinstalling them did not do the trick either.
But what I did notice was that when booting once it said
Code:
NVIDIA (169.12) Installing modules
and then went on with loading ALSA, etc.
Other times it said something like
Code:
NVIDIA (169.12) already installed
169.12 is the driver version that envy installs.
How about if I manually edit xorg.conf?
is the 3D driver I need, but that's the driver causing all the problems, even though it worked before.
Bookmarks