I'm currently running Linux without updates for a couple weeks now so I can continue to play. However, Any update I install causes any game to stay stuck on the integrated GPU instead of switching to the dedicated GPU. Some games will just close while others will run but it's super slow and choppy.
I've tried running steam with the dedicated GPU option but that causes steam to launch, attempt to open the library window several times before the system freezes for a moment. After the system unfreezes, I can move the mouse but nothing on the desktop is responsive.
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.
Add DRI_PRIME=1 %command% to the game's launch option in steam. That will make the game run using the dGPU.
Also dont run steam using the dGPU. There is some bug in some ubuntu or ubuntu based amd+amd systems where the steam client crashes when opened with the dGPU. Open the client with the iGPU and use the command mentioned earlier to make the game run using the dGPU
Adding the command seems to work quite well. All of my games are launching just fine now with all the system updates applied. Which is great because the graphics and fps have improved considerably too.
I did some searching around and it seems the Dell G5 SE line seems to have issues in general with Linux. I tried installing Pop!_OS and the live USB would lock up constantly.
I'll have to be patient and hope things get sorted out down the line. For now it's tolerable with Mint, maybe I'll try some other non-ubuntu distributions later when I'm in the mood and see how stable they are.
Actually i dont think ubuntu or their derivatives are to blame here. The issues started after the big new ui update to steam. Somebody did raise the issue with valve and there is a thread on the bug but it seems they arent particularly interested in fixing the issue(maybe because it does not affect that many users?). Also once the command has been added, the experience should be just as smooth as normal. Why do you characterise it as just tolerable?
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)
In Mint, from the start menu you can right click on the app you want to run and from the drop down menu you can select to launch with dedicated GPU. Otherwise left clicking will launch with the integrated GPU as normal.
From the other comments, it looks like it may be an ubuntu issue so I'll consider another distribution and maybe things will run a bit smoother in general.
You indirectly answered another question that got lost in my head. I'll add those commands to my cheat sheet so I can attempt to diagnose problems myself in the future.
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 had the exact same problem with Ubuntu trying to get steam games to run. Unfortunately I could not resolve it and was advised to move to another distro. I chose Fedora and now everything works perfectly without having to make any adjustments. I know it's not the answer you're looking for, but it is a solution.
I may just switch to another distribution in the future when I have the time. I think I'm also traumatized by windows.
Usually I have to schedule an entire day reformatting and updating windows. Compared to setting up Mint the first time which took maybe a couple hours. A lot of that time was going through the settings just to set things to my preferences.
Still can't shake the feeling of dread about installing a new OS when deep down inside I know it's not so bad hahaha
I had this dread too! I thought it would be incredibly time consuming but it ended up being a 30 min job (when I'd spent at least 4 days trying to make steam work on Ubuntu). Distro hopping is definitely one of the best features of Linux.
You'd then back up your data, and restart your computer and then, depending on the computer, it might either start the distro installation or you'll need to go into bios and configure your computer to boot from USB.
It sounds more complicated than it is, but there are lots of online tutorials to show you how to do it. Just make sure to back up your data first just in case.