PROBLEM IS FIXED:
Games now run when installed from within Linux through Steam and the EA App. Everything so far have worked flawlessly. Here's a good mix of what I've tried so far. Hitman 3, 9-Bit Armies, Divine Divinity, Metro 2033 Redux, C&C Tiberian Sun, C&C Red Alert 2
Solution: Pop!_OS and Linux Mint doesn't have a kernel new enough to support the Mesa 25 drivers needed for my 9070XT. These commands in the terminal was the fix for this:
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade
Original Post here:
Hi guys, it’s me again.
My issues is that no windows game on Steam will run. With any launch option or proton version (tried about 10). Most just doesn’t open at all. (Click play, nothing happens)
Tried for hours last night and resorted to just throw shit at the wall to see if something would stick for the last hour or so. Exhausted dozens of fixes found on ProtonDB and forums.(I want to try some again after another fresh install though)
Testing Linux on a dual boot system. First I tried Mint and had a pretty bad time due to me messing up the size of one of my partitions(Just made everything a bit more work) later reinstalled but tried POP, which went good and it’s a lot nicer to run now.
Here’s a few I tried a bunch of different troubleshooting on:
Hitman 3 - doesn’t open or artifacts and freeze before getting to the menu (Mint, both from a NTFS and fresh install EXT4 drive) 9 bit armies - doesn’t open at all or crash after splash screen (Pop and fresh install on EXT4 drive) Civilization Beyond Earth - Artfacting and 10fps (Mint and Pop, NTFS drive) Cyberpunk- Doesn’t open (Pop and Mint, NTFS drive AOM: Retold - Doesn’t open (Pop and Mint, NTFS and fresh on EXT4) Ready or Not - Doesn’t open (Pop and Mint, NTFS)
Also tried 5-6 more games old and new. None would open.
One thing I will note is that both installs failed to install GPU drivers properly. But I fixed that with a guide and the console.
Specs: R7 7700 RX 9070 XT 32GB RAM
Any tips on where to start ? I’m gonna start from the bottom with a fresh install of either Mint or Pop tonight. (Or any other Distro, honestly)
Which version of Steam did you install? I think that's a quirky one where the Flatpak version works better in some cases, but check out the native if you're already running the Flatpak version (there are pros and cons to each).
9070 XT is new enough that driver issues aren't surprising. Periodically check in for updates drivers, more than you would usually.
I recently played through Cyberpunk without any compatibility layers and it worked flawlessly, and I've played Hitman:WoA (I know a different game/version, but closest I had) using only the Proton compatibility. (It runs native, but has some menu issues.)
I bring these up because I was running into similar issues as yours at first when I switched to Linux, and it was all caused by the Steam version I had installed. I switched that, and everything else fell into place.
Best of luck!
On Mint it was directly from Steam and on Pop it was trough the Pop store thingy.
How do I check for drivers updates manually? Like I did when forcing updates to get them installed in the first place or something different?
Also, WoA is Hitman 3 so they’re the same game. WoA is just the new name for it. I read everywhere that it works great so that’s the first game I tired.
Luckily I refuse to give up just yet. I obviously have no idea what I’m doing so I at least want to give it a proper go.
Try uninstalling Steam (or keeping track of which one was already installed), and trying one of these methods. It was over a year ago I last did this, so I don't 100% remember which version I ended up using but believe it was the Flatpak version that worked best.
For graphics drivers updating, MintOS has a GUI interface for managing drivers which is actually pretty nice. Try searching for Driver Manager in your system utilities. Other than that, you can manually download official AMD drivers from them directly here. I'd recommend looking into that process for Linux a little more before going that route, as there are a few CLI commands you'll have to use.
As for updating anything, yes it will mostly be done the same way you installed in the first place if you used the CLI. Try the following:
sudo apt-get update
sudo apt-get upgrade
Your distribution handles the packaging and distribution of your drivers, if they're not in your distribution repository you can install them manually (not recommended), use a flatpak (can be awkward), or wait.
If you want bleeding edge drivers you get a bleeding edge distribution like Arch. Fedora is good too but you will only get the latest version every 6 months and after that it's stable releases till the next fedora upgrade.