

… I can’t undervolt my card…
People usually use/recommend LACT for undervolting/overlocking on Linux
… I can’t undervolt my card…
People usually use/recommend LACT for undervolting/overlocking on Linux
What is your:
Versions?
Additionally, what does the kernel logs tell you when you get a green screen?
One thing to try is to update the firmware of the controller, however that needs to be done on Windows, the Arch Wiki has some additional info where people explain pairing issues
There’s also a section on “able to pair but no inputs” in the troubleshooting section on the same Wiki page
No bios update, but you most likely received both microcode updates (which is what will fix/mitigate the Intel issue, the bios is only to ensure everybody gets the microcode update) and firmware updates (from linux-firmware
)
Of course non-mainlined (i.e. not in the linux kernel) firmware is a bit more iffy, luckily it’s getting slowly better with OEMs using fwupd
for those scenarios
From: This thread
Seems like you can try and debug the execution by running switcherooctl launch *application*
, which should (manually) do the same as when you right click and click Launch with dedicated GPU
, because I think Mint is using switcheroo, same as Gnome is.
But would then hopefully log some debug information for you in the terminal itself
I’ve tried running steam with the dedicated GPU option
What exactly are you running to choose the dedicated vs integrated GPU?
I also get the freezing issue without running with the dedicated GPU when I launch steam but found that launching directly to the steam settings window from the menu reduces the chances of freezing.
Hmmm, whenever this happens, it might be worth looking at the kernel logs, see if something crashes. You can check them with either
journalctl -k -xef
or dmesg
Kernel: 5.15.0-82-generic
In general it’s recommended to stay on newer kernels/mesa when using the open source GPU drivers, could be worthwhile trying to update that (think there’s a PPA you can pull from)
amdvlk, any reason you’re not using the Mesa driver, RADV?