zenzen
April 9, 2025, 9:16am
8
You could also try to update the Linux kernel, in case there's an improvement in one of the later versions. To check your current version, run uname -r
.
Updated as of Mar 28 2025
To install the Mainline Installer:
add the repository:
sudo add-apt-repository ppa:cappelikan/ppa
Update sources and install:
sudo apt update && sudo apt install mainline
Launch Mainline from App Menu or terminal, and select the kernel you wish to test.
To use TuxInvader Kernel:
These are not Microsoft signed, so Secure Boot must be disabled in BIOS Settings.
Add repository:
If using Zorin OS 16:
sudo add-apt-repository ppa:tuxinvader/lts-mainline
If usi…