While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New Steam Controller 2 and VR controller designs got leaked
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Steam Deck OLED wins Best Gaming Hardware in the Golden Joystick Awards 2024
- The latest from Prime Gaming - November 22 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
New Steam Controller 2 and VR controller designs got le…
- Firehawke -
Steam Deck hits 17,000 games playable and verified
- Purple Library Guy -
You can get a free copy of both Breathedge and Dark Sec…
- Nezchan -
We're getting a Palworld x Terraria crossover, major Pa…
- soulsource -
The Raw Fury Humble Bundle is an awesome deal with 11 S…
- Klaas - > See more comments
- Adjusted our game pages search bar
- Liam Dawe - Astral Ascent - is it really like Dead Cells?
- CatKiller - The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - See more posts
View PC info
Linux Distribution: Ubuntu 20.04 LTS ("Focal Fossa")
Desktop Environment: GNOME 3.36.3
Graphics Card: Nvidia GeForce MX250
GPU Driver Version: 440.100 (according to Nvidia X Server Settings)
Have you checked for system updates?: Yes
If this is not Steam, you can still give us a system readout using inxi with "inxi -SbCGxx" in terminal (please put that into Pastebin/Gist as linked above!): https://pastebin.com/3aMPkneF
You can note your issue below here
When I open Software & Updates, I am told that I am using a "manually installed driver" (which is apparently not proprietary):
I'm not too sure why Ubuntu is telling me this, as I explicitly chose to use the latest version of Nvidia's proprietary driver when I "clean" installed Ubuntu on Launch Day... I installed this driver via the "Additional Drivers" tab of "Software & Updates".
I tried to remove all of the Nvidia drivers using:
sudo apt purge 'nvidia.*'
But I am told:
E: Unable to locate package nvidia.*
Here's the output of `lspci -k | grep -EA3 'VGA|3D|Display'`:
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
DeviceName: VGA
Subsystem: ASUSTeK Computer Inc. UHD Graphics
Kernel driver in use: i915
Kernel modules: i915
--
02:00.0 3D controller: NVIDIA Corporation GP108BM [GeForce MX250] (rev a1)
DeviceName: Second VGA
Subsystem: ASUSTeK Computer Inc. GP108BM [GeForce MX250]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
How can I select Nvidia's proprietary driver in the "Additional Drivers" dialog box, to ensure that I am using the current (stable) version of their proprietary driver?
Note any particular steps to reproduce it below here
Open the "Additional Drivers" tab using "Software & Updates" with the same or similar hardware.
apt-get expands the * into a list of matching packages, but I don't think apt does. I can't remember if aptitude does.
The latest stable driver is 450.66. I use the PPA and I'm still on 18.04, so I couldn't tell you whether the 450 branch has been added to the Stable Release Updates for Focal yet. 440.100 is the latest version on the 440 branch. You could either add the PPA or just wait.
Last edited by damarrin on 22 September 2020 at 3:15 pm UTC
View PC info
sudo apt-get purge nvidia*
View PC info
Yeah, your suggestion work worked...
sudo apt-get purge nvidia*
Restart.
sudo apt-get update
sudo apt-get autoremove
Restart.
Re-installed the proprietary driver via "Software & Updates".
Restart.
Went back into "Software & Updates" - now it says I am using the latest proprietary driver ("450", at the time of writing).
Thanks for your help!