this post was submitted on 03 Jun 2024
8 points (100.0% liked)

linux4noobs

980 readers
4 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS
 

I'm looking to move to Linux, but I've seen there is a gaming bug related to the kernel. The issue is reportedly fixed in 6.9, but I can't find the version used in the current release on GitHub.

I'm currently looking at Bazzite, but knowing how to locate the kernel version (prior to download) would be helpful for any distro.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 months ago (1 children)

You can pull it from here https://kernel.org/

However plugging in a new kernel can be a tricky process. Take a backup of your computer and be prepared to potentially troubleshoot it in rescue mode.

Some distributions handle this better than others. As they will be potentially a package you can install instead of downloading source.

I've been fond of opensuse tumbleweed for a more "stable" bleeding edge experience over other popular distros. If you want to avoid the hassle of compiling and installing the kernel yourself I'd suggest this approach.

https://get.opensuse.org/tumbleweed/

[–] [email protected] 2 points 2 months ago (2 children)

Thanks for the link directly to the kernel.

Do you know how to see what kernel is included in the release of a given distro? In other words, when I click download on the Bazzite website (or via GitHub), is it possible to know what kernel version I'm getting?

[–] [email protected] 4 points 2 months ago* (last edited 2 months ago) (1 children)

Bazzite pulls its kernel (fsync) from https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/packages/. In this case, it is based on kernel 6.8.1.

For rpm-based immutable images, you can always check the project's Containerfile for what package is being pulled for the kernel. On most normal distros, you can also boot into the live image, pull the package cache and check the latest package version for the kernel.

EDIT:

An example for fedora in this instance of 'traditional distro' would be to dnf makecache && dnf info kernel.

[–] [email protected] 1 points 2 months ago
[–] [email protected] 3 points 2 months ago (1 children)

To be honest I'm surprised I'm having a hard time finding the precise version from their site.

It appears that they are using the atomic edition of Fedora if that helps you search it down.

I imagine if you downloaded the source for bazzite the kernel information would be in there, I'm on my phone or I would check myself.

[–] [email protected] 2 points 2 months ago

No worries, I appreciate the guidance. I'm just getting started so everything helps!

[–] [email protected] 0 points 2 months ago (1 children)

What's the bug? Bazzite is using a patched kernel for a reason I'm guessing, maybe your bug is patched anyway even if its on the older branch.

[–] [email protected] 2 points 2 months ago

https://lemmy.world/comment/10133694

The info in this post (and the op) described an issue with certain games.