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.

  • data1701d (He/Him)@startrek.website
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    17 hours ago

    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 https://backports.debian.org/Instructions/). 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.