12-02-2016, 03:45 AM
Resolved after removing all old nvidia drivers and files:
sudo apt-get purge $(dpkg -l | awk '$2~/nvidia/ {print $2}')
and reinstalling the new driver directly from nvidia.
Thanks for the help.
sudo apt-get purge $(dpkg -l | awk '$2~/nvidia/ {print $2}')
and reinstalling the new driver directly from nvidia.
Thanks for the help.