I’m planning on switching to Linux on my main PC as I don’t want to move to Windows 11 and was curious about other people’s experiences doing so.
I have a Steam Deck and everything there works out of the box, but I imagine that’s a more curated platform compared to standard distros.
What are your experiences, good or bad?
For the loooonnnnngest time, I had issues running VR on Linux. And for a few years when I started off (many years ago), most games wouldn’t run. Things have changed since then however. Now I’m finding all the desktop/handheld based games I want to play; I can just play. In addition, the issues I’ve constantly had with VR now have been alleviated (albeit with some manual tinkering).
Desktop games without anticheat will just work 99/100. VR takes some effort to work, but is worth it. VR on Linux still isn’t exactly perfect either. You sometimes press something in a game, the screen will freeze and you can see/feel it for sure. But, that happens maybe once every 10 mins or so, so it’s workable since all I use VR for is VRChat anyway.
Life’s good on Linux now. Besides college, I don’t think I’ll be needing to switch to Windows at all anymore. Oh, actually, now that I remember. I run World of Warcraft through bottles. Every so often WoW updates and kills functionality. I have to rebuild my Bottle, shift my files over and then it runs again, but that’s also outside of what Steam does, so.
Besides all of the above, I think I can stick full time to Linux now. It feels wonderful having an operating system that doesn’t own you anymore.
All my games work, however I avoid games that require kernel level root kits to run so your mileage may vary.
If you ever have an issue with a game running under proton. Look up the game in ProtonDB and make sure to use the filter to match your hardware.
I get avoiding those games on principal… but is there any harm that can come from playing those through Linux?
Its a kernel level rootkit, so if you have that installed your computer is no longer yours. They could in theory, read your RAM and use it to read encryption keys and have full access to your system and you would never know.
A kernel level rootkit for windows though. What is it going to have access to in Linux? Isn’t it just reading Proton’s windows files that are created for each game ran through it?
They won’t run on proton. “Kernel-level” means it’s well below the level that Proton runs at.
Helldivers 2 runs fine through Proton with it’s anti-cheat. It was claimed to be kernel level.
My understanding is that actual kernel-level software would have to at least have a Linux-specific driver included. Otherwise if it really is running entirely through Proton, it’s somehow faking the ring 0 access. I’m not entirely sure, but I do think that anti-cheat must work differently from the big ones like FACEIT and Valorant.
You may be right, but I don’t know enough about proton to say it’s a well isolated sandboxed environment. I’d rather not have it on my PC at all.
FANTASTIC! I love that 100% of the games I want to play work great without issue but what I love even more is the conveniences that Linux provides over Windows:
- It is trivially easy to sync my configs/saves/game data across my network to different PCs with
rsync -ave ssh
(i.e. if I want to play on the big screen via the HTPC). - I can do the same with my phone using the FolderSync Android app (which supports sync over SSH just like rsync).
- I can script stuff! Example: A lot of games (especially those with 3rd party mods) can be buggy AF and as a result of that, increase the possibility of corrupting my saves/game/world data. For these games I use
rdiff-backup
right there in the save/game/world directory every 10 minutes with say, 100 backups. Put that in a cron job and the worst that happens is I lose 10 minutes. - If the game has a server, chances are there’s already a native Linux version which means I can run it locally on my PC in the background or just sync my whole game over to another of my Linux PCs and run it there. No need for complicated setups where you have to manage things across two completely different operating systems (like Windows 11 and Windows Server 2025 ahahaha; that’s a joke poking fun at the Windows ecosystem if you don’t get it 🤣).
- I actually have the power to control where my sound goes on the fly and it actually fucking works (unlike Windows where you get to pick one device at a time and good luck keeping that one active if you have a Bluetooth audio device that likes to lose its connection from time to time… Ugh). You can actually do weird shit like send your audio over the network to a whole home’s worth of PCs (or stream it over the Internet I guess) but I only ever did that once and man was it cool, haha. Still, it’s nice to have the option (some open source dev worked really hard to make sure that works; and fantastically well too).
- Multiple applications can use the GPU at the same time (if you’re using Wayland) and that actually works properly. Unlike in Windows—where if you enable “hardware acceleration” in an app like Discord it can suddenly become slow AF scrolling when you’ve got a game open in the background.
- You have vastly more control over gamepad/controllers in Linux than you do in Windows. In Windows—if your controller is detected properly (which hopefully doesn’t require that you download a ~4GB of driver/bloat app bullshit)—you can test the buttons in the Settings/Control Panel. But that’s all you can do. The X button is the X button is the X button. You want that button to send something else? You need sketchy proprietary 3rd party software for that! In Linux, you can do whatever TF you want with that button and there’s several ways to do it (qjoypad gives you a nice GUI—right there in your distro’s repositories for quick install).
- No “You need to reboot your computer” popups in the middle of gaming/streaming!
- You don’t need sixteen bloated system tray/processes running at all times (slowing down your PC) to keep all your stuff working! If you use a Linux desktop for a few weeks then go back to Windows you’ll get annoyed AF pretty fast at all those pop-ups, “Why did I put up with this BS?” 🤣
- Privacy by default: HP, Nvidia, Dell, Logitech, Razer, and Microsoft can’t see that you’re playing that game that just got banned by MasterCard/Visa 🤣
Also—generally speaking—Linux is just more fun to use! Customize TF out of your desktop experience. The only thing stopping you is… you.
Is there a co-pilot like function that can pair two controllers together? That feature with my Xbox Adaptive Controller is kind of keeping me on Windows. Or I have to give up those games.
I don’t understand what you mean, how do you do this in Windows?
Through the Xbox Accessories app you can enable co-pilot mode between two Xbox controllers. So both are seen as one device. So I can use Left trigger and right trigger with my feet on the XBAC while keeping my controller in my lap and disabling the triggers on it so they are accidentally pressed.
Hmmm okay I understand. There might well be a dedicated program for this, but I’m also sure it’s technically possible, just maybe far from trivial.
A bit of searching turned up this, I haven’t tried it myself but it claims to offer the functionality you want: https://sourceforge.net/projects/linuxjoymap/
Ooh this looks like it has some potential. I’ll give it a shot. Thanks so much!
- It is trivially easy to sync my configs/saves/game data across my network to different PCs with
Running Steam games on Mint, I don’t think I’ve ever run into a game that flat-out didn’t run. Usually they work out of the box. The most I’ve ever had to do was select “Force the use of a specific compatibility tool” and try out a different version of Proton from the dropdown list.
It’s been remarkably unproblematic.
I use Arch and its fantastic! Sure some of the multiplayer games with bullshit DRM won’t work (only because the companies will ban you even though the tech is working as expected FU EPIC)
Once you get your system functioning the way you want it, you almost never have to worry about a patch breaking your shit. That is unless you customized your video drivers or the kernel.
Very good experience to the point that I hate to use Windows at work because I just love the Gnome way of navigating my PC. Windows just sucks now 😅
Looks like I’ll be the negative one. I gave it a solid try dual booting for about 6 months before I went back to Windows.
I think I took for granted how much is abstracted away in Windows when it came to being my daily driver for my computer. Wrapping my head around things that “just worked” in Windows proved to be more difficult than I anticipated and I dealt with more friction. Trying to learn new concepts stood in my way of fully embracing it as well as not understanding what the “Windows equivalent” was for a given feature/function/action so I could wrap my head around it better. I also had a couple of workflows that I never got working in Linux despite all my attempts at searching for answers.
And I know people will come out of the woodwork with all sorts of questions or input on how if I just tried it again I’ll get it. For the record, I tried out Pop OS since it bills itself as a dead simple. I know the problems for me were more around my knowledge, years of built up muscle memory with Windows, and limited time to game so messing with whatever my current problem was made it more frustrating and soured me on the experience.
Without context this is pretty useless for OP. It sounds like you have some exotic non-gaming-related workflows and without knowing what those are it’s impossible to say if they’re anything OP would ever need to deal with.
For gaming the only non-starter at this point is games that the devs have chosen to make not work on Linux, i.e. ring 0 anti-cheats and a few other games made by assholes like Fortnite. VR is also hit and miss, for some people/systems it works nearly out of the box, for others it might be a big pain.
Honestly, it’s my assessment of turning my only PC, which is primarily gaming, into a Linux machine and the struggles there with day-to-day usage. I have no idea what OP’s comfort level with Linux or tech is in general but my assumption is it’s enough to think “Yeah, I could install Linux and do this.” which was where I was at too. Nothing I’m doing was exotic but the investment required in finding suitable alternatives that worked nearly out of the box was too high at the time.
Gaming was decent by all accounts. I think I had a few compatibility items that will iron out as developers support Linux more and the technology that enables gaming on Linux just gets better and better. I have an AMD card and from what I gather that’s better for switching to Linux. A lot of my frustrations were not related to gaming and I recognize the issue is time and knowledge on my part. If those are in short supply when something breaks, you could have a bad time is all I’m saying. Everyone’s got to start out somewhere and if you’ve had Windows forever, it can be a mental shift.
If that was more than a year ago it might be tine to try again with Bazzite or Nobara; the latter being my personal choice.
Both were on my radar as well. I want to say I tried Bazzite before Pop but one of those workflows I could not solve was a problem on Bazzite (some virtual kvm switch software I’ve used forever). Nobara was almost where I went after Pop before retreating back to Windows :)
Could you give some examples of things that worked for you on Windows but couldn’t port over to Linux? I’m interested if they’re related more to games or just using Linux in general.
I’ve been running Nobara on my machine for like a year and it’s been a really easy experience! The creator also maintains a popular build of proton and designed it to be pretty hands off.
I’ve been gaming exclusively on desktop Linux for more than a decade.
All my games work, either natively or (more often) using some variant of Wine. Most Steam games work with very little tweaking or none at all.
I occasionally have to apply workarounds for broken Battle.net updates (I run Blizzard games without Steam) but this doesn’t happen very often and usually only takes a couple days for the community to figure out a workaround. The last few updates haven’t broken anything new.
Games with certain anti-cheat systems, especially kernel-mode ones, are known not to work. I don’t care, because I wouldn’t allow such invasive and dangerous things to run on my hardware anyway.
Welcome to the party!
It works great for most games. Steam makes it really easy to enable proton for all games in your library. However, one caveat I would add is that certain intro/cutscene video formats didn’t play for me out of the box. I fixed it by using ProtonUp-QT or ProtonPlus to download the newest GE-Proton and selecting that to default in my steam compatibility settings.
My old desktop I went with Linux mint. I had some trouble with the installer that I didn’t solve, but switching to slightly older but still supported version of mint worked. Games worked out of the box with steam.
I was playing a MUD for a while (I’m old, but aardwolf is still going). They have a special client you can use. That worked just fine through WINE.
On my newer desktop, I tried mint. I foolishly didn’t test much on the live disk, and only after installing did I realize HDMI, Ethernet, WiFi, didn’t work. Proton also crashed explosively. That was a bad time.
I then tried pop!_os and that has worked fine. I haven’t played much yet on it- just my usual guild wars 2 and binding of Isaac, but it’s been fine.
There was a weird issue with audio crackling in gw2, but I think I fixed that by changing a setting somewhere.
I also recently installed mint on a ~2014 MacBook Air. Not for gaming, but so it can get security updates and stuff. I needed to fuss with grub - something I never would have figured out on my own by someone on stack exchange had figured out - and now it works fine. Haven’t done any games on it, but I bet it could run really light stuff better than it could have as a Mac.
Generally, I’m a big fan of it not nagging me. It doesn’t ask me to use OneDrive. It doesn’t want me to make an account anywhere. Pretty much everything can be changed if you’re determined enough. I’m pretty easy to please though, so all I’ve done for customization is add a clock widget to the desktop and turn off edge tiling.
One thing that I expect might be a headache is mods. A lot of mod tooling I think makes assumptions about windows. There’s probably a way to run like vortex in the same environment as whenever proton puts the game, but I’m not sure how to do it. You can also probably find where the game files are easily and edit them. I’m hoping the community starts adopting Linux more so people write guides (and please write them on the public web instead of making 20 minute videos or burying them in discord)
Luckily Baldur’s gate 3 (which also runs fine) has its own mod manager, and that works fine.
Oh, I did have a weird thing once where the desktop environment had a keybind that was interfering with a game once. I think middle click, maybe? I forget exactly what it was, but I just unmapped the keybind in the desktop env and the game was then fine.
I’ve had pretty good experience with Bazzite recently. There were some initial pain points, the biggest one is that my Nvidia GPU wasn’t even used in Steam games by default. But after working around all of those, it’s been a smooth ride. I’m playing a dozen of lesser-known Windows-only games in Steam and Lutris/Wine with zero or very minor issues.
Proton generally works pretty well but there is a slight performance hit. Depending on your setup you may not even notice it but especially with some less recent GPUs it can make a substantial difference. Games that run natively usually run an well or better compared to Windows. And then there’s a few that don’t work on Linux because of some anticheat but I don’t play online a lot so no idea about the specifics.
I generally hear about better performance on linux due the os being lighter, except for issues with dx12 on nvidia. Is that what you are referring to?
Yup
Ok thanks. I’m on AMD so I hope it’s not a problem.
Frame time pacing seems to be a lot better through Proton. Elden Ring runs better on my Steam Deck than my i5 13600k & 4090.
I think that’s pretty specific to Elden Ring – it’s had that stuttering bug since launch on Windows and while they made it better it still happens, but for whatever quirk of Proton it never happened on Linux.
I’m using Bazzite on hardware that is, notoriously Linux unfriendly (nvidia GPU, partitioned SSD…)
And the only major issue I had was completely self-inflicted: I tried turning on Frame Gen in Cyberpunk and it made it not happy. The game was unplayable.
The minor issue I had (that was actually OS related) was some color accuracy issues - everything looked washed out on a default install, some googling got me to a small piece of software that I set to launch on login that fixed it, allowing me to set my color saturation how I want.
Aside from that, it’s been pretty straightforward. I don’t play many multiplayer games, and the one I do (OSRS) is pretty well-supported. The client everyone uses runs well and I was able to install the Jagex Launcher just fine, even if it is unsupported it works fine.
Bazzite desktop has been the best desktop Linux experience I’ve ever had and I’ll probably stick with it going forward.
I stopped dual-booting 5 years ago and I already was able to play most of my library back then. It gets better every day and I even almost forgot about adding launch options now, as they mostly run out of the box.
Anti-cheats might be a problem, especially the devs of the game refuse to use its Linux version. Or the anti-cheat is kernel-level. I also run into some games that use weird custom-made engines that won’t run. They were niche Japanese games, so I kinda understand.