I use Pop!_OS and have been happy with it for the last couple years or so.
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've been running Linux Mint for a few years now and it's been really good for me. Runs games through Steam and Lutris about as good as I've had it.
I've also run other distros like Pop! and Fedora here and there but they seem to give me more issues.
I would take a look at pop_os. It's Ubuntu, but without Snap and a closer to mainline kernel version. They have a lot of great usability tweaks too.
I run Arch BTW. I just like to make things difficult :)
I have been quite happy with Arch Linux, up until I got my Steam Deck, at which point I stopped playing on my non-Deck PCs, so... SteamOS, I suppose.
I've been on Manjaro for 3 years, honestly love it, it's treated me great for gaming and given me so little to have to fix that my wife has also been running it for 2 years.
I weirdly did not see anyone mentioning SteamOS? Formerly based on Ubuntu, now based on Arch, I believe.
It's the distribution that the #SteamDeck is packaged with, and so it's become my main gaming distrib now. :]
Are they providing the arch based version for download now? I was under the impression they've only set it up for steam decks but not for general use?
According to the website the public release is based off of Debian still.
I use Arch with KDE Plasma for that comfy desktop environment feel but switch to BSPWM ever so often for productivity or to use my pc as just a media center
EOS / Arch.
In my case, I use Fedora exclusively (no dual boot).
I tried PopOS, but I had problems with each update.
Tumbleweed, but waiting for VanillaOS 2.0
Pop!_OS. It just works, it's easy, and it makes me enjoy using my computer.
I'm starting to want to try Pop.. they seem to have quite a few fans around here!
I am on Mint, but I have a GPU accelerated VM running Windows 10 for gaming.Its performs very well, but you run into the occasional game that detects VMs and will refuse to run.
You get a decent performance out of that? Sounds like it would take a bit of a hit?
I've been running Pop for a bit over a year now and am (mostly) satisfied with it. The only issues I had were due to kernel updates, it would cause flickering on my screen and (like someone else mentioned) had to revert to an older kernel until the situation was resolved.
I've been on arch with swaywm for about 3 years now, have't really had to tinker with it at all after getting everything set up. Mesa drivers with amd cards are awesome. Biggest issues I've had were not with gaming but with proprietary codecs in firefox or getting MS Teams to play nice for work. Other than that once in a blue moon the gpg keys for pacman may need to be updated before running the regular update command. I don't recommend sway for everyone, i just find it convenient for me, gnome or kde is fine too.
Teams us a hurdle no matter the os you use..
I'm currently running Nobara and I really vibe with the Gnome desktop and Fedora in general. However, I recently installed Linux Mint for my girlfriend's gaming rig and I was surprised by how lightweight and responsive it felt. It was also dead simple to use during the entire setup process and I can absolutely see how you'd never need to enter a terminal if you didn't want to. If I ever have a reason to leave Nobara, I'm definitely going to go with Mint!
As a former Arch user, Fedora has been so amazing for me. It's so rock solid and simple to use. It also has great software compatibility because lots of software is distributed as rpm due to businesses using CentOS and RHEL.
I'm really comfortable with mint cinemon
A little background for context. I’m gamer and professional software developer. I’ve been dual booting windows 11 and pop os for awhile. Windows for games and pop os for everything else… Over the weekend I switched to NixOS. This came with a learning curve which I spent a day or so learning. I’ve been getting the hang of it now and I love it so much. I definitely recommend it. I managed to get steam working without much fiddling and my emulators. It’s been great! The benefits for programming are obvious. Allowing me to basically stop using docker dev containers.
I completely removed windows from my computer and I’m very happy.
I am on Manjaro. To be honest there isn't a big difference between distros nowadays because more and more apps are on the web or deployed via AppImage/shell script. Manjaro does rolling updates, makes it easy to install drivers and the install is easy, but you can still follow the Arch wiki and use AUR.
It runs Steam totally fine. Thanks to Steam (and WINE) I basically don't use Windows anymore.
I've been evaluating NixOS to make sure I can run games on it. I've only tried a machine with Intel graphics so far, but I see that AMD and Nvidia drivers are packaged. It seems convenient now that I've figured out the setup.
Vulkan is set up out of the box.
It's necessary to enable 32-bit DRI support by adding this line to /etc/nix/configuration.nix
:
hardware.opengl.driSupport32Bit = true;
To use Lutris install the package and use its UI to install runners. I didn't have to configure any extra libraries to get Battle.net running. You can configure the "system wine" that Lutris sees, and extra libraries your games might need like this:
home.packages = with pkgs; [
(lutris.override {
extraLibraries = pkgs: [
# List library dependencies here
];
extraPkgs = pkgs: [
wine-staging
];
})
];
Those lines go in a Home Manager config file, like ~/.config/home-manager/home.nix
. That installs Lutris, and any listed dependencies at the same time.
NixOS does not put dependencies in the file paths where programs usually look for them. That traditional directory structure is called the Filesystem Hierarchy Standard, or FHS. But Nix packages can create a virtual FHS where needed, and that is what the Lutris package does. That lets software that isn't built for Nix work, like Lutris' Wine runners. That means that for games to access libraries those libraries must be listed in that extraLibraries
option so that they are included in the FHS.
32-bit libraries are in pkgs.pkgsi686Linux.*
if you need them.
I haven't tried Steam yet, but I think it has an option similar to the extraLibraries
one for Lutris.
A nice feature of NixOS is that if you add a bunch of libraries to your config trying to get a game to work, those libraries are automatically unlinked when you remove them from your config so your system stays nice and tidy.
Never really looked into Nix at all.. it seems neat but I really don't think I want to tinker too much these days. I'll probably settle for something easier. Probably either *buntu/buntubased or arch-based.
..or tumbleweed..
..or something else.. :D
I've been using base Debian with KDE Plasma for the past month or two and gaming on it, and it's worked really well, about as good as any other distro I've used. I always eventually end up back on Debian regardless of what I try using. I could technically get a better experience on rolling release because of mesa and kernel updates, but I've never noticed much of a difference, ymmv depending on hardware though.
They recently started supporting closed-source firmware officially so there's no longer that notorious hunt to find the right .iso just to get your wifi and nvidia GPUs to work.
I really should have known better than to expect a consensus in a topic like this 😁 Ask 10 linuxheads which disto is the best and you'll get 12 different answers
Well that's what's fun though isn't it? :D
I ended up installing Kubuntu 20.04 for now.. I was going to install Pop but they require a 1GB EFI partition and I didn't have the patience to move my Windows partition around to resize it so.. Kubuntu it is.
Knowing myself I'll probably distro hop in a few days again.
Trying out different distros are almost as much fun as actually using them (probably more fun at times!)
I use Arch with KDE. I've been daily driving Arch coming up a decade now and despite testing various other distros on laptops over the years, I haven't seen anything yet to tempt me away. I heart Pacman.
Personally I find most of the laziness factor with Arch is a non issue once you get installation done. My previous install was 6 years old and the only reason I reinstalled was because I got a new PC.
That said if an installer is a must-have then I would recommend Endeavour OS or Manjaro for best of both worlds.
Save yourself a lot of trouble and get a secondary SSD to put Linux on instead of doing a traditional dual boot. Normal dual boots with windows suck ass and lead to problems.
As for a distro, I keep going back to endeavourOS. It's just so minimal out of the box, and I still can't find anything to match the convinience of the AUR + Pacman for package management.
Like several others here I am using pop_os. I bought a System76 laptop though so they kind of go hand in hand.
Debian
I've been using PopOS for about 3 years now. I found it easier to get Steam to work compared to Linux Mint (can't remember why though). I've never tried Ubuntu or non-Debian based systems.
I'm not a heavy gamer, but I'm content with Manjaro. I don't dual boot, though I do have access to an older computer with Windows 10. I haven't had cause to use it for games, though.
Arch/EndeavourOS. Updates for the recent hardware come pretty fast and they are stable. Most of the time I use gamescope from Valve to get better latency.
I’ve been running Arco Linux just up till now and have switched to the new Debian 12 release. It have not been to much trouble to get my Nvidia card and Steam running. I mainly switch because of all the updates and “maintenance” that I feel is associated with a Arch system, so kinda like you said.