I’m currently on Win11 but I’m getting that familiar Linux itch and want to dual boot a while again. I tend to gravitate towards Ubuntu simply because it’s so big and well supported by most things.
I’ve run Arch in the past but I’ve gotten too old and lazy for that if I’d be completely honest. I have played with manjaro and endeavour though… and opensuse tumbleweed, rolling is kind of nice.
Not sure what I’d try out first this time so I figured I’d get some inspiration from you guys!
Debian
All of my workstations are now running Fedora Silverblue. Steam is installed via flatpak, and GPU is a Radeon 6800 XT. I also have a Steam Link for couch co-op. All is well on the gaming front!
Debian Sid and Arch have run equally well with this setup. Your choice of distro matters much less now compared to a few years ago, especially if you favour a flatpak workflow.
Edit: typos!
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.
32-bit libraries are in
pkgs.pkgsi686Linux.*
if you need them.Put the libraries into
extraLibraries
; it’ll add them for both µarches. No need to explicitly usepkgsi686Linux
yourself.Oh good tip, thanks!
I’ve been having a great time with games on NixOS. Steam just works when you enable it. I believe you can specify extra libraries for the filesystem hierarchy hackery, but I haven’t needed to yet. One thing you should know about (if you don’t already) is
steam-run
which is a simple command line tool that automatically wraps things in a normal FHS. Super convenient for the occasional binary :).Good to know, thanks! Do you find steam-run to be helpful even for non-steam binaries that need an FHS? Or do you use it mainly for games?
Yeah, exactly! For
steam
itself on NixOS you don’t have to manually usesteam-run
, butsteam-run
is a handy little tool to wrap / run other commands with the FHS that NixOS sets up for steam. I’ve mostly used it to run a few Linux games that I have binaries for, but don’t have on steam… I’m pretty sure I used it for another Linux program too, but I can’t remember what right now.
Which packages do you add to extraLibraries? How do you find the dependencies? I’m struggling with this at the moment.
It depends on what your games need. I haven’t added any libraries yet, but I haven’t tested many games yet either. If something isn’t working you might be able to determine a missing library from the log output. In Lutris the Play button has an arrow on it that you can click on to find the “Show log output” button.
Im really surprised that I don’t see zorin os on these types of threads. Its main stick is to be chock full of out of the box software especially around windows compatibility. wine and play on linux are ready right away and I can run most windows programs right after install.
It looks pretty nice straight out of the box too. You used it long?
yes. years now. I keep on trying something else but I don’t have much patience now and take the easy way out.
It’s pretty nice that linux has gotten far enough that we can have that luxury these days. :)
Currently running Fedora on my laptop and Arch on my desktop, though I’ll probably migrate from Fedora to openSUSE next month.
Oh, an openSUSE fan! There’s dozens of us! :)
I do really enjoy Tumbleweed with Plasma to be honest. It just feels so polished.
While I like Tumbleweed and Plasma, I can’t for the life of me figure out why KDEWallet keeps asking for my password to get on wifi every time I reboot.
Yeah, that happens sometimes for me too. I usually just disable it in the settings, but irrc, if you set the kwallet password and the user password to be the same, it shouldn’t ask for it.
Yeah I remember it happening for me at some point as well and I think this fixed it. It was quite some time ago though so I’m not sure at all. :P
Arch Linux at the moment, though I distro hop quite a bit!
When it comes to gaming, I can’t really say I’ve found a distro that “felt” better for gaming, and I’ve been on a fair amount of them - Fedora (and Nobara), Arch, NixOS, Endeavour, pop!_OS - I haven’t noticed a difference. I didn’t measure benchmarks because at the end of the day its about what I can perceive, not what I can read from a spreadsheet.
Realistically I think the only difference I ever noticed was with pop there’s a Nvidia ISO that has the drivers already included in the live environment, so I get to skip a step post-install.
I find myself just using Flatpaks for gaming stuff (Steam, Bottles, Heroic, etc) these days since I know that I can take those on just about any distro. I’ve heard that there is some FPS loss from running games through Flatpak, but again I haven’t done any benchmarks so I can’t confirm nor deny this.
These days Ubuntu can install the nvidia drivers for you during the install as well if you just click the “install proprietary blabla” so you get a pretty game ready system there as well tbh so I’m starting to feel like a more gaming tweaked version of Ubuntu is a bit redundant?
That’s a surprisingly pleasing font by the way!
Grr Lemmy just ate my comment, I guess I have a chance to refine my response a bit now!
Ah, thank you - it’s been a while since I used Ubuntu on my main system (Ubuntu was my foray into Linux back in the Hardy Heron days!) but now that you mention it, I do remember seeing that option when I briefly had Ubuntu installed on my old MacBook (which I then moved to Fedora to play around with before using it on my main PC). Having that option was quite nice for the broadcom wireless drivers that those Macs need for WiFi.
That’s a surprisingly pleasing font by the way!
Thanks! I came across it a couple of years ago, and I joked about it at first but it grew on me over time so I purchased (it is a paid font but there is a very similar one called Comic Mono) the font and have been using it in my IDEs and terminals since then! I wouldn’t use it everywhere of course, but for a monospace environment its really good and I can’t quite put my finger on the “why”.
Funnily enough, I’ve tried to use Comic Code on both Windows and macOS as well and there is something about the FreeType system on Linux that makes the font really excel for me. On Windows the font feels too “thin” and on macOS the font feels too “thick”. 10 years ago if you had tried to tell me that I’d enjoy the way fonts look on Linux better than the other two major platforms I would’ve fell to the floor laughing for a few minutes - I imagine its due to a combination of improvements over FreeType and displays over the years, along with me actually branching out and not just sticking with the default font that happens to be picked for me by whatever I’m using 😅
I stumbled upon Comic Mono myself a while ago and have been meaning to set it up in my IDE’s but haven’t gotten around to it yet. Might just have to though. It looks strangely easy on the eyes. Almoat relaxing somehow? Cant really putn my finger on why however.
I can agree with the fact that fonts feel different depending on your OS. I usually use Source Code Pro and I never got the feeling that it looked quite as good when I went from Linux to Windows after getting a new job.
I’ve been using Mint without any issues for a while now. I only play Steam games, though.
Also on the latest Mint. I really like it. I was previously on PopOS and enjoyed that, too.
Pop!_OS ᕙ( •̀ ᗜ •́ )ᕗ
My last two laptops have been System76 models. The first time I didn’t really love Pop!_OS but the most recent laptop I gave it another shot and it’s come a long way. Really enjoying it overall (still prefer KDE over gnomey stuff tho, lol)
Pop!_OS for life!
Endeavour OS (PC and Laptop) and Steam OS. Very happy with both.
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 think your next task is to start modding Skyrim so you can have the ultimate experience of spending more time setting something up only to spend a fraction of that time actually using it. XD
That or setting up a retro gaming sysgem… gathering and scraping roms, setting up a nice frontend with cover art and everything just to never touch it again when it’s done. :)
How dare you call me out like this.
Been there, done that eh? :D
If I were doing it on some spare PC maybe I’d find it fun too but I rely too much on my main workstation to just constantly reinstall stuff on it, and dual booting looks like a risk/hassle too. I am prepared for the inevitable day I take the plunge into linux for good, hopefully the number of distros doesn’t triple by then ^^
Don’t worry!
They’ll quadruple…:)
It definitely feels like they have in the past decade. When I last used Linux everyone would just dump Ubuntu on you, give you a nice pat on the head and wish you good luck. PopOS got big at one point but I think there were some issues when LTT tried it that gave it a bad rep. I haven’t even heard of 90% of distros in this thread.
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.
Got to love the wife rating :D
But yeah, I had manjaro on an old chromebook at University, it was pretty nice!
It’s funny, she’s become more of a Linux evangelist than me, she really went all in.
Sounds like a keeper! :)
She certainly is <3 celebrating 10 years this year
Good for you guys!
Thank you!
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.
We used to run Ubuntu at my last job, it was so nice! I’m back in Windows land now though…
Yeah my job recently started letting developers choose between windows and Mac now which is a step in the right direction… their excuse is that all their security software doesn’t run in Linux… Ill accept using a Mac over WSL though, that was a huge pain
I’m still happy WSL exists, it’s definitely better than nothing if you’re stuck in Windows land!
Yeah absolutely! I know I dissed it, but I was happy to have it when I was stuck on windows for work.
Fedora, KDE spin. Been working great, and I’m kinda liking DNF
garuda, it’s just a fancy arch install with the ugliest, bloatiest, default theming you can imagine, but once you get rid of it it’s pretty solid.
You’re really selling it :D
…I looked it up. You’re correct. That… was flashy.
I’ve been using Garuda as well. It’s solid, and I like the fact they have a gaming variant that takes a lot of the nitpick presetup out of the picture.
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!