Blender doesn't recognize discrete GPU

Blender doesn’t seem to recognize my GPU. I’ve tried the tarball, the flatpak, and the version from apt. Nothing works. Am I missing something?
image

It tells me I need AMD driver version 22.10 or newer, but I can’t seem to find my driver version. How could I find the version, or update it if necessary

System Info below:
Which Linux distro are you using/which version?
Distro/Version: Linux Mint 22 Cinnamon
Which kernel are you using?
Kernel Version: 6.8.0-38-generic
Which BIOS version are you using?
Bios Version: 03.02 (I think)
Which Framework Laptop 16 model are you using? (AMD Ryzen™ 7040 Series)
CPU: AMD Ryzen 7 7840HS
GPU: Radeon 7700s GPU
RAM: 32GB
Storage: 1TB SSD

1 Like

Problem solved.
Run this command:

sudo usermod -a -G video $USER && sudo usermod -a -G render $USER

Then reboot. Hope this helps someone else.

2 Likes

Oh sick I might have to come back and use this later.