I've been using Mint without any issues for a while now. I only play Steam games, though.
Operating Systems
All things operating system related, from Windows to Mac to Linux distros and the more obscure.
Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I have my gaming computer hooked to my TV and running Chimera OS. Makes it easy to use with just a controller.
Sounds like a sweet setup for controller based gaming!
I've been using Fedora for the past few years and have been pretty happy with it. It updates at just the right cadence for me where I get new stuff pretty quickly but I'm not on a rolling release.
I'm on Arch right now, migrated to it after almost 2 years on Fedora. I'll probably still go back and forth between the two.
I use Arch with KDE. I don't recommend Manjaro because it has historically had some serious problems, so for people who want Arch without as much hassle, I'm recommending EndeavourOS. It's what Manjaro should be like.
Don't see it mentioned here - Nobara. Fedora tweaked by Glorious Eggroll to be as compatible as possible with games ootb. Worth looking at.
I used to use Arch but Nobara works too well for me to go back.
A big thing for me too is the custom version of OBS that the welcome GUI installs is excellent and allows for application specific/exclusionary audio sinks so I can screen record games without having audio from discord/music.
Fedora but I'm about to move to NixOS Unstable or VanillaOS if it gets better NVIDIA integration.
I use Arch, but I have two graphics cards in my system and I run a stripped windows VM for any game that I want ray tracing or 4k in.
My arch setup has an older Nvidia Quadro card and can run everything on like medium settings, but my virtual machines have a 3080ti. I didn't want the wear and tear on my 3080ti just to watch YouTube or play indie games that don't need the horsepower, but I still want to try stuff like portalRTX or stable diffusion and the like that needs an enthusiast graphics card.
This to me is the best of both worlds. I can run the VM in the background so I can use my desktop(connected to the TV) as a media center and have cyberpunk playing totally hidden and streaming to my steam deck for ray tracing maxxed settings.
Hell I even play Half life:Alex VR in a virtual machine and stream it over wifi to my Oculus quest.
Been gaming on Gentoo for over a year, even if I haven't found much time for gaming in the last few months.
Don't do it if you've gotten too lazy for Arch though. Try Pop!_OS or Linux Mint or something. Enjoy an easy distro for a bit, till you get the itch for Arch back.
Oh I've tinkered with Gentoo plenty in the past (I still miss OTW if that rings any bells) and no, I really don't have the patience for it these days. :)
And yeah, I'll probably end up installing something a bit more fancy soon-ish.. for now I plopped Kubuntu 20.04 on there and Diablo IV is downloading as we speak!
On my gaming desktop, I am using Fedora currently with the Awesome WM. That might change though with all the RH stuff going on. On my gaming laptop I switch between Arch and Void with Qtile on both.
In the past, I had been using Ubuntu LTS releases for my main HTPC. That original install had been upgraded many times, but actually started out as an Ubuntu spin-off called Mythbuntu. Of course since Steam on Linux was first released, Ubuntu was the most well-supported distro at the time, and still technically is (Look in Steam's .local
install directory and you'll still find ubuntu12_32
, ubuntu12_64
folders which are pre-packaged dependencies & libraries for steam-runtime
built against Ubuntu's core libs for each architecture). It ran many games fine, and the added bonus of a distro focused on being an HTPC meant that I could use mythgame
as a frontend for emulators, steam, or whatever else needed a launcher. Meanwhile, the main focus of MythTV was being an OSS DVR that supported TV capture cards, commercial skip, and transcoding.
It ran all those things well, except trancoding (no VAAPI, only VDPAU & not many codecs), up to a point when my original Nvidia GT240 card became deprecated by Nvidia's binary blob drivers. Thanks to the version-pinned 340
proprietary drivers not being well supported on newer kernels, I have been forced into a hardware upgrade cycle. Decided to go with AMD this time around, but the first card has some kind of hardware issue (9 times out of 10 after a reboot, the amdgpu
driver says the SMU won't init properly... same on windows but no helpful error messages, just doesn't work at all). The card arrived without an OEM box, and seemed suspiciously in used condition although it wasn't sold to me as a used model. Thanks to testing in a rolling-release distro based on Arch, I was able to prove that it wasn't due to software, but instead was a hardware issue. I'm going to send that GPU back and get another one to replace it once prices get less insane.
I tested out various Manjaro LiveCDs to check if it was a software or driver problem, and did get the GPU working about once every 10 reboots. I decided to go with a full install of Manjaro Sway edition to try and test out wayland & a more minimal window manager. I didn't think I'd like it at first, as I'd always avoided using i3wm
in the past... but actually it's starting to grow on me and I think I'll try this out as a daily driver for a while. After following some instructions on the Arch wiki to identify missing steam-runtime dependencies and installing them via pacman
, everything works, including Proton-based games. Technically Steam is still running under Xwayland
, as evidenced by xlsclients
output, but it works and seems much snappier than running on Ubuntu with X11.