this post was submitted on 07 May 2025
1 points (100.0% liked)

Linux Questions

3915 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

What Kernel are you guys using?

I have seen some people claiming that custom kernels like zen cachyos offer better battery life and performance.

Is it true ?

top 17 comments
sorted by: hot top controversial new old
[–] a14o@feddit.org 0 points 1 year ago
$ uname -sr
Linux 6.6.88

I have never bothered about alternative kernels. The only time I seriously researched other kernels was when I was considering trying out GUIX about five years ago, but I only felt reassured in using Linux as a result of that research.

[–] 9point6@lemmy.world 0 points 1 year ago (1 children)

Usually whatever comes stock with the distro—though one device is currently running a custom built kernel with some Linux TV patches because the patches are only available on x86 builds currently, and I've got the tuner that needs them attached to a pi zero 2

[–] slacktoid@lemmy.ml 0 points 1 year ago (1 children)

You custom built a kernel on a pi 0 v2? You must have next level patience.

[–] 9point6@lemmy.world 0 points 1 year ago (1 children)

Oh no, don't worry I cross compiled it on my desktop! I imagine the pi would crash before it completed the job

[–] slacktoid@lemmy.ml 0 points 1 year ago

Oh damn that's also really cool! I've had a hard time with that and gave up.

[–] FrostyPolicy@suppo.fi 0 points 1 year ago

Default Tumbleweed one: Linux 6.14.4-1-default

[–] gigachad@sh.itjust.works 0 points 1 year ago (1 children)

I have no idea.

I use Mint btw

[–] mybuttnolie@sopuli.xyz 0 points 1 year ago

Mint 22.1 has 6.8 by default but 6.11 is available. Xanmod 6.14 works, but it disables the screen off and suspend timers

[–] Jumuta@sh.itjust.works 0 points 1 year ago (1 children)

zen bc i need zen for waydroid

[–] possiblylinux127@lemmy.zip 0 points 1 year ago (1 children)

Waydroid isn't dependent on a specific kernel

[–] Jumuta@sh.itjust.works 0 points 1 year ago (1 children)

oh wait what i thought the binder module was not included in the default kernel, huh

i swear it used to be that you had to either use dkms or use zen

[–] hoppolito@mander.xyz 0 points 1 year ago

It definitely used to be the case, you are right, always had to dkms the binder module.

But it seems they come baked into the kernel nowadays, according to ArchWiki.

[–] HelloRoot@lemy.lol 0 points 1 year ago* (last edited 1 year ago) (1 children)

zen and lts as fallback

iirc zen has a scheduler that is supposed to be better for single user multitask desktop situations, while the regular kernel scheduler is better for server workloads.

[–] possiblylinux127@lemmy.zip 0 points 1 year ago

Do you have any data to show it actually is better?

Desktop and server workloads aren't that different in practice.

[–] hellfire103@lemmy.ca 0 points 1 year ago* (last edited 1 year ago)

Usually just default, but I believe my ThinkPad has zen and hardened as options.

zen has slightly worse battery life, but slightly better performance.

hardened is more secure, but some software (notably Flatpak) cannot run without first running sudo sysctl kernel.unprivileged_userns_clone=1.

Also, my old ThinkPad uses GENERIC (OpenBSD).

[–] possiblylinux127@lemmy.zip 0 points 1 year ago

Generally special kernels aren't going to perform any better than the main kernel. Actually they will likely perform worse.

The reason is that Linux is constantly being optimized to get better performance. If there were any performance benefits in a special kernel they would be ported to main. Special kernels are designed for very specific use cases.

[–] MyNameIsRichard@lemmy.ml 0 points 1 year ago

I'm using the Arch standard kernel (6.14.5.arch1-1) and have the LTS (6.12.27-1) installed as a backup,,in case something goes horribly wrong.