Score:0

Nvidia Driver update problems

ws flag

I have been using ubuntu for mining with T-rex miner and overclocking with GreenWithEnvy which give me a hashrate of 43.9 for ethereum. This was with nvidia 470 driver whole system was very very stable. Yesterday I upgraded my nvidia drivers to 510 which is the latest. With this upgrade, GreenWithEnvy app has stopped working and so I reverted back to 470 but the stability of my system has been lost. I think it could be because of some parts of 510 which are retained. Is there a way to completely roll back the 510 upgrade?

Score:1
sa flag

To remove all the proprietary nvidia packages run the following commands.

sudo apt update
sudo apt remove '^nvidia'
sudo apt autoremove 
sudo reboot

nvidia-driver-470 can be installed from the default Ubuntu repositories in Ubuntu 18.04 and later. To reinstall the nvidia-driver-470 metapackage which depends on the NVIDIA binary driver and on all of its libraries run the following commands.

sudo apt update
sudo apt install nvidia-driver-470 
sudo reboot
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.