Distro choice
So, I was originally just going with Mint 22.1, but I’m getting a 9070xt and see mint is only on kernel 6.8 which doesn’t particularly support it?
Is using it still okay? Should I go with Bazzite instead? Or something else. I’m fine with a little amount of work to get shit working nice and all, I am fine with figuring out how to use the terminal if needed and all, just want something stable to play games and other shit on. Mint sounded good, but not if it won’t support my GPU.
Nanook
in reply to TowardsTheFuture • •Eggymatrix
in reply to TowardsTheFuture • • •Nanook
in reply to Eggymatrix • •TowardsTheFuture
in reply to Eggymatrix • • •Nanook
in reply to TowardsTheFuture • •whatsgoingdom
in reply to TowardsTheFuture • • •Snot Flickerman
in reply to TowardsTheFuture • • •Is there a particular reason you need an nvidia gpu? Like plans to do local LLMs or other projects that really require a nvidia gpu?
Because I am just so pleased with AMD for gpus in Linux. So simple.
Not knocking your choice, just trying to understand it. Everyone has valid reasons for why they choose their setups.
Edit: nevermind I am so confused by the new naming schemes I thought this was an nvidia, others have informed me its an AMD. Nevermind me I am a dingus.
don't like this
just_another_person doesn't like this.
TowardsTheFuture
in reply to Snot Flickerman • • •9070xt is an AMD… it’s just new… and I’ve seen a lot of posts saying you want kernel 6.13 or higher for it, and mint 22 is using 6.8. (And that you want mesa 25 but I don’t think getting that’s an issue?)
(I realize AMD changing their naming yet again makes that confusing.)
like this
just_another_person likes this.
thanksforallthefish
in reply to TowardsTheFuture • • •thanksforallthefish
in reply to thanksforallthefish • • •Lol at the downvotes, it's like 3 clicks. Not rocket science.
fosslinux.com/138008/how-to-in…
Mint deliberately uses an LTS kernel because it's primary value proposition is stability & simplicity but changing kernels is pretty safe.
How to install and try different Linux kernels in Linux Mint
Divya Kiran Kumar (FOSS Linux)TowardsTheFuture
in reply to thanksforallthefish • • •thanksforallthefish
in reply to TowardsTheFuture • • •I've put later kernels on Mint a half dozen times withno dramas, but whether you should depends on what your use case, preferences and skill are.
I personally wouldn't do the arse-ache that is an immutable system, but plenty here love their Bazzite it seems. Different strokes for different folks. Nothing wrong with that.
If you love Mint except for the kernel version then it's an easy fix. If you don't have deep feelings then either try & be ready to ditch, or pick an alternative.
Just for the record there is no "doing all that" about it. It's a simple couple of clicks. It couldnt be easier. I'm not sure where you got the idea it was difficult.
TowardsTheFuture
in reply to thanksforallthefish • • •poinck
in reply to TowardsTheFuture • • •maxwells_daemon
in reply to TowardsTheFuture • • •just_another_person
in reply to TowardsTheFuture • • •pastermil
in reply to TowardsTheFuture • • •data1701d (He/Him)
in reply to TowardsTheFuture • • •While (I think) you can install HWE (hardware enablement) kernels on Mint, you would also have to upgrade Mesa, which is not as easy on Mint.
Personally in this case, for a truly stable distro, I’d install Debian Stable and install a backports kernel and backports Mesa, which are both currently versions that should support RDNA4 GPUs like OPs just fine. This involves two simple steps after installing:
1. Enable the Debian Backports Repo (see backports.debian.org/Instructi…). It’s like, one file.
2. Install the packages with something like
sudo apt install -t bookworm-backports linux-image-amd64 mesa-va-drivers
and reboot.Before you take these steps, you probably won’t have hardware acceleration, but will still get video output so you can perform the steps and reboot.
This is definitely a weird suggestion, and other people’s suggestions might be less work out of the box. I just like Debian, and stability+backports+testing is part of what makes it possible for it to be my everything distro.
Instructions
backports.debian.org