Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 46530  / 2 Years ago, sat, february 19, 2022, 1:07:21

Well obviously I can do it manually, I was just wondering why aren't these drivers available through "Additional Drivers", and why are the versions available there outdated.


More From » drivers

 Answers
7

Drivers in the Additional Tool will never be updated to higher versions unless there is a very big issue with them. You need to either add the PPA or update manually.


Upon a Ubuntu release packages are frozen in time only to be updated in case of major problems and bugs. Adding this PPA will update your drivers to the latest versions using packages packed by the Ubuntu team.


The System 76 folks maintain a PPA with just the nvidia drivers in them, so you can use this for just about any machine with an nvidia driver. The nice thing is they keep this PPA up to date with the latest upstream nvidia driver, making this PPA ideal for gamers.


If you already have the drivers installed in your system via the Additional Drivers tool


Add the System76 driver PPA (that includes Nvidia drivers)


sudo add-apt-repository -ys ppa:system76-dev/stable

Update and upgrade


sudo apt-get update && sudo apt-get install system76-driver-nvidia

Then either restart the X server or reboot.


How to remove/uninstall these drivers


Install ppa-purge


sudo apt-get install ppa-purge

Purge the system76 team PPA


sudo ppa-purge ppa:system76-dev/stable

[#40368] Saturday, February 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
farnic

Total Points: 409
Total Questions: 117
Total Answers: 125

Location: Andorra
Member since Sat, May 27, 2023
1 Year ago
;