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 ?

    • mybuttnolie@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days 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

    • stembolts
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      Yeah, I use the one the kernel developers released when I last updated, so at most I’m about a week out of date on my server or a day or two out of date on my non-servers.

  • Possibly linux@lemmy.zipM
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    4 days 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.

  • a14o@feddit.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 days 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
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 days ago

    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

      • 9point6@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        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
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

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

  • HelloRoot@lemy.lol
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 days ago

    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.

  • Hellfire103@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 days 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).

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days 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.