After update, display is really slow and screen is tearing

Thanks for the flag @zabadabadoo!

We've investigated this issue and have found that specifically the upstream proprietary NVIDIA 545 driver package currently doesn't have a kernel module that's compatible with Linux 6.8 yet. We've found that most other versions of the NVIDIA driver package should nevertheless be compatible with the latest kernel update:

550 :white_check_mark:
545 :x:
535 :white_check_mark:
530 :white_check_mark: (auto-upgrades to version 535)
525 :white_check_mark: (auto-upgrades to version 535)
520 :white_check_mark: (auto-upgrades to version 535)
515 :white_check_mark: (auto-upgrades to version 535)
510 :white_check_mark: (auto-upgrades to version 535)
495 :white_check_mark: (auto-upgrades to version 535)
470 :white_check_mark:
465 :white_check_mark: (auto-upgrades to version 470)
460 :white_check_mark: (auto-upgrades to version 470)
455 :white_check_mark: (auto-upgrades to version 470)
450 :white_check_mark: (auto-upgrades to version 470)
440 :white_check_mark: (auto-upgrades to version 470)
435 :white_check_mark: (auto-upgrades to version 470)
430 :white_check_mark: (auto-upgrades to version 470)
418 :white_check_mark: (auto-upgrades to version 470)
390 :x: (legacy driver)

If you currently have the NVIDIA 545 drivers installed, you can resolve this issue by temporarily booting into the older 6.5 kernel using the Advanced Options in the bootloader menu. Afterwards, select the NVIDIA 550 drivers (the latest stable & recommended branch) through the Additional Drivers utility: Activate NVIDIA Graphics Card - Zorin Help

Alternatively, you should be able to open the Terminal (Ctrl+Alt+T) and enter these 2 commands:

sudo apt remove nvidia* libnvidia*
sudo apt install --install-recommends nvidia-driver-550

Afterwards, restart your computer to apply the changes.

10 Likes