The most recent Linux update (to 6.8.0-79) apparently doesn't like my Nvidia GT 730 propriety driver (470) and automatically switches to the Nouveau driver, which only gives me 1024 X 768 instead of 1920 X 1080. I am running Kubuntu 24.04, using X11. I have gotten around this problem by switching to the previous Linux kernel, but I want to know if this is going to fixed or is the Linux kernel phasing out support for the Nvidia driver I have used for my graphics card? Will I have to get a newer graphics card?
Announcement
Collapse
No announcement yet.
Driver problems with lates kernel update
Collapse
X
-
Most likely the nvidia 'shim' module failed to build for the new kernel build - it isn't really a whole new kernel, just a security patch to 6.8.0.
You will very likely face issues in the future OS releases as Nvidia definitely does not support anything past 6.8 for this driver. There will be workarounds but really nouveau should support normal resolutions , supposedly.
The proprietary driver install adds a blacklist for Nouveau, iirc to keep it from loading, so that 1024 resolution seems to me more likely to be from the busted 470 driver.
So try reinstalling nvidia-470 using apt and see if there are any errors.
Code:sudo apt reinstall nvidia-470
- Top
- Bottom
-
-
OK, I asked because I was told that pkcon update is better than apt upgrade.
Now, I ran into an interesting problem when my system upgraded. My Nvidia was borked, just as the OP first said. All of those commands above are a waste. I finally got it up and running with
Code:sudo ubuntu-drivers autoinstall
- Top
- Bottom
Comment
-
Originally posted by Buddlespit View PostOK, I asked because I was told that pkcon update is better than apt upgrade.
Nope, Pkcon is the commandline version of what Plasma Discover and Gnome Software use under the hood -Packagekit. This uses various backends to hook into all the different packaging systems in various distros. So it isn't better, or worse, though it hides useful output when there are errors.
As a long time neon user, I could go on a rant about pkcon if I am not careful and calm.
Now, I ran into an interesting problem when my system upgraded. My Nvidia was borked, just as the OP first said. All of those commands above are a waste. I finally got it up and running with
Code:sudo ubuntu-drivers autoinstall
Good find!
Which driver did you have, and which did autoinstall give you, if it installed a different one?
Was there any interesting messaging?
The ubuntu-drivers command is scripting that does use apt to install the driver/run DKMS, among other things. I imagine knowing your card and the driver versions involved might be useful for others seeing similar issues. I would not have thought that the command wouldn't repair anything, just not do much when it sees that the packages are already present.
Things will be sooooo much better when more people are able to use the Open Nvidia driver (the new-ish one that is NOT nouveau)
- Top
- Bottom
Comment
-
I tried re-installing driver 470 but a message appeared saying it could not locate the 470 driver. I checked my driver in Settings and discovered I was using a manually installed driver which I didn't personally install. When I checked the driver in Settings with the latest kernel patch, the Nouveau driver was marked.Last edited by oldgeek; Sep 12, 2025, 01:16 PM.
- Top
- Bottom
Comment
-
Originally posted by claydoh View Postinsert user txt here
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Comment