There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux_gaming

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

vividspecter , in Joshua Ashton 🐸: “Elden Ring HDR on Linux! Had to implement the legacy (and terrible) NVAPI HDR interfaces and pretend my AMD GPU was NVIDIA. Check it out! :D”

Hopefully HDR starts working outside gamescope in KMS within the year. Or the quirks get ironed out of the latter as it was still a bit buggy last time I checked. Oh and HDMI 2.1 working on AMD cards will be nice, although some DP -> HDMI 2.1 converters have finally started working near fully this year.

Nice to see the progress though, and it’s good to have somewhere to test out this bleeding edge stuff.

tdawg , in The Wine development release 8.14 is now available.

As a dual-boot enjoyer, is wine still a thing? I heard a lot of people were going just nix + steam and that covered it for them

Weylandyuta ,

Wine is what proton is based on.

tdawg ,

TIL ty

metallic_z3r0 ,

Proton is basically a wrapper for wine with pre-installed dependencies for whatever program you want to run, often with specific fixes and settings for it, in its own instance/environment (usually with a separate C: drive and all those associated paths). It gets rid of the headache of trying to run all of it manually, but it’s good to know how it works in case something breaks or you want to tinker with it, but even then there are programs to automate that process (like protontricks for those specific instances or winetricks more generally).

PALONK0 ,

I find wine really good to run Windows programs. One time I needed it for technical school and it worked really well

usrtrv , in How do I get Chivalry 2 working on my deck?

I’ve only played Chiv 2 on my desktop, but for EAC games I had to install EAC seperately. I’d assume the SteamDeck would do this for you, but maybe it didn’t install properly?

https://lemmy.ml/pictrs/image/7a9c5a71-0b63-43fe-8580-f6b3794b9cbd.png

Thekingoflorda OP ,
@Thekingoflorda@lemmy.world avatar

This was the issue! Thank you (:

sp6 OP , in Apex Legends is, yet again, falsely banning linux players

Gaming on Linux now has an article about this: gamingonlinux.com/…/linux-players-getting-banned-…

We’re up to 12 linux users banned in the past ~day

AlmightySnoo , in Linux players getting banned on Apex Legends again
@AlmightySnoo@lemmy.world avatar

Pretty happy Genshin Impact hasn’t gone scorched earth against Linux users who have to rely on custom launchers, yet. What’s ironic is that Apex Legends is supposed to be officially supported on Linux though.

CriticalMiss ,

Likely a false positive, they happen on Windows too

BleatingZombie ,

I don’t play Apex, but I don’t think I would go back to a game that falsely bans me. This seems like a big mistake on their part

gabriele97 , in Linux players getting banned on Apex Legends again
@gabriele97@lemmy.g97.top avatar

If I am not wrong I read somewhere that this happened on windows too in the past days

hombre_fundido , in A reason to buy a MS product: Microsoft has created a pizza-scented Xbox controller

No.

aport , in Is anyone using Debian Sid for gaming?

I use regular bookworm with steam/Mesa/proton installed as flatpak

Works great, 10/10

lal309 OP ,

Are you running into system access limitations? For example, mesa or proton needing to access system files, services or whatever.

c10l ,

You can give flatpaks permissions for those. Flatseal is a great GUI for that if that’s your thing.

ono , (edited ) in Is anyone using Debian Sid for gaming?

I do my gaming on Bookworm with a handful of extras, and it works very well.

There is a certain group of people who insist that only the distros with the latest packages are good for gaming. Those people are wrong in most cases.

Unless you have a very new GPU (released less than a year ago), your games are not likely to get any benefit from the latest kernel.

Unless your games require the very latest Vulkan features and you run them without Steam, Flatpak, or any other platform that provides its own Mesa, you’re not likely to get any benefit from a distro providing the latest version of it.

Practically everything else that games need is comparable across all the major distros, so choose one that makes you happy, not one that some shill claims is best for gaming. Even Debian Stable, contrary to the undeserved bashing it often gets by a certain kind of gamer, is generally excellent for gaming.

lal309 OP ,

This is encouraging. I do have somewhat older hardware but you are right. Even updating the kernel for update sake in other distros don’t seem to bring me visible value other than just updating to the lasers available.

Privatepower42 ,

@ono bookworm?

ono ,

Bookworm is the name of the current Debian Stable release. The next one will be called Trixie.

yote_zip , (edited ) in Is anyone using Debian Sid for gaming?
@yote_zip@pawb.social avatar

I’ll do you one better: I’m using Debian Stable for gaming and there’s nothing bad to report. Based on my experience I’d recommend that you use Stable first, unless you feel you really need Sid. I previously ran Arch Linux, but after switching to Stable and manually sourcing a few critical cutting-edge applications through e.g. Flatpak, it feels the exact same. I don’t feel like running the entire system as bleeding edge is a good idea when you can just run a couple dozen things as cutting-edge instead.

If you plan on using Sid instead of Stable, most of the following will not apply:

  • Lutris has its own Deb repo if you need the latest updates, or it’s available as a Flatpak.
  • If you use Flatpak Lutris and want to use MangoHud, you’ll need to install the Flatpak version with flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud (I don’t think it shows up in the normal store)
  • The one gotcha I’ve found regarding Debian Stable and gaming is that Mesa will fall out of date as the release cycle goes on and probably won’t be backported. The solution is that running games via Flatpak (Lutris, Steam, etc.) uses Flatpak’s Mesa instead, which is cutting-edge. You can also try to compile a local Mesa version with this script, and you can manually trigger games to use this version instead of the system version. It does work, but it’s more complicated and a little bit more messy.
  • I use the Xanmod “Main” kernel for a more recent kernel that isn’t too bleeding-edge - it stays on the previous Linux kernel version until a few point releases have come out.
  • CoreCtrl is available as a bookworm-backport. I manually backported it myself but it looks like it’s official now.
  • I’m running Wayland and KDE, with no issues to report (even with gaming)
  • I’ve manually compiled Libstrangle for FPS limiting, but I’ve found that I can use MangoHud to transparently limit FPS as well, by using the following environment variable: MANGOHUD_CONFIG=fps_limit=YOURFPSHERE,fps=0,frame_timing=0,cpu_stats=0,gpu_stats=0,background_alpha=0. When I want MangoHud to act as normal, I switch it to MANGOHUD_CONFIG=readcfg which uses my normal config instead. Notably, Libstrangle cannot be used with Flatpak Lutris, so FPS limiting will need to be done with MangoHud if you want to limit Linux games. DXVK games can be limited with DXVK_FRAME_RATE as well, if that’s all you need.
  • I make heavy use of Flatpaks for any user applications that I need to keep more modern
  • If it’s not available as a Flatpak, I tend to use Homebrew to keep any other critical applications up-to-date (usually some CLI tools)
  • I use cargo through rustup to keep some rust programs updated
  • I use deb-get with a couple programs that aren’t on any real repos in order to get updates
  • I’ve compiled a couple backports by following this guide in a stock Debian Stable VM, then copying the .deb files back out to my main system. So far this has been super easy, but I don’t want to do this unless I have to.
  • If a program needs to be manually compiled, I try to install it using checkinstall. checkinstall basically fake-runs an installation and notes where everything goes, then stuffs it all into a .deb for you for a proper installation that can be uninstalled later. It’s a little buggy and doesn’t always work, but if it does it’s preferable. I rarely am forced to compile something that actually needs to be installed to system, but I’ve used it a few times with good success.
  • (Do not make a FrankenDebian)

I can’t think of anything else regarding Debian Stable that I’ve done at the moment. Anything else has just worked as I’m used to on a bleeding-edge distro like Arch Linux. Debian’s large package base has really helped me with obscure programs that I used to need to compile manually with Arch Linux.

lal309 OP ,

This looks like a detailed write up. I need to sit down and digest this information (currently out and about). I’ll come back to you with questions I’m sure.

yote_zip ,
@yote_zip@pawb.social avatar

Most of it is relating to getting the stability benefits of Debian Stable while keeping your system modern like Sid (not necessarily just for gaming). Keep in mind that Sid is inherently volatile/unstable and a lot more prone to breakage, so I wouldn’t recommend going that route unless you feel you have a real usecase, as you might find yourself needing to manually fix problems every so often on a Sid install. For a typical gaming workload I don’t feel like Sid is required, and with just a couple tweaks (Flatpak Steam/Lutris + newer kernel version mainly) you can get Stable to perform the same role cleanly. You can always upgrade into Sid later if you feel like you really can’t handle Stable’s older native packages.

Also, idk if it was explicit enough but the point of the original post is that yes, Debian is great for gaming, even with Stable. I would base your distro decision on literally any factor besides gaming, because if Debian Stable can do it then every distro can do it. You mentioned annoyance with Red Hat in your original post, so a strong selling point of Debian is that it’s a community distro. Arch Linux is also a great community distro that’s bleeding edge like Debian Sid.

Debian is generally easy to use but it’s still a tiny bit more DIY than most popular distros - if you find Debian too annoying to set up you can always try Linux Mint/Linux Mint Debian Edition, which is a very reputable Debian-based distro.

lal309 OP ,

Very valid points. Since the RedHat announcement, I’ve migrated all my home servers to Debian so I thought “why not switch over my gaming rig as well”. As I thought about which district to use I came to the realization that I don’t want another situation where I’m using a distro based on another distro and that other distro decides to do something that affects the distro I’m using and blah blah. So then that leaves me with using the base (Debian, Arch, etc.) to avoid what I just mentioned.

I’ve been using Linux for quite some time so I can usually handle some break/fix. I haven’t tried Linux Mint yet but again, I rather just go straight to the base and go from there.

Still want to read your post tho. I’ve got Sid setup and ready to go and I do want to see how much breakage it introduces as I continue to use it. If it’s a bit too much, I’ll give stable a try.

yote_zip ,
@yote_zip@pawb.social avatar

I don’t want another situation where I’m using a distro based on another distro and that other distro decides to do something that affects the distro I’m using and blah blah. So then that leaves me with using the base (Debian, Arch, etc.) to avoid what I just mentioned.

Yeah this is generally where I’m at as well. There’s no point tying yourself indefinitely to a downstream distro/maintainer because they configured some stuff that takes 1-3 hours to do yourself. Downstream distros may also break some stuff or configure things poorly, so it’s just better to get it from upstream and follow their guidance.

Linux Mint gets a special mention even though it’s derivative, just because it’s a solid and reputable distro with a long history of being sane and easy to use. If I’m recommending Linux to a new person they always get Linux Mint as an answer.

lal309 OP ,

Also a very valid point!

lal309 OP ,

Out of curiosity, are you running Steam/Proton/etc on Flatpaks because the normal packages are too outdated in stable or because the dependencies for them are too outdated?

Also are you not running into issues where the flatpaks can’t talk to each other? For example, installing a proton version on the steam path. Since flatpaks are isolated and have limited access to the system, wouldn’t I run into issues there?

yote_zip , (edited )
@yote_zip@pawb.social avatar

I run Flatpaks for gaming mainly because I want cutting edge Mesa (which is inherently used while running games from Flatpaks). It’s not necessary right now since Bookworm was just released and Mesa is not that old, but as a long-term plan I think this is more consistent. I don’t think Steam will have a problem keeping up to date without Flatpak, but Lutris is probably best kept cutting-edge via external Deb repo or Flatpak. In general Flatpaks are pretty terrific and I recommend using them for a lot of things nowadays anyway (I even used a lot of them on Arch Linux). There’s really no performance cost anymore, and most Flatpaks are configured seamlessly from the start so you don’t need to worry much about access issues.

Flatpaks can generally access anything they want, but you might have to allow that access manually, depending on how the Flatpak is initially configured (Flatseal makes this super easy). Usually this just means you’ll need to allow read-only or read/write access to specific directories where your personal files live. The biggest problem that Flatpaks have is that they absolutely can’t access /usr (and /usr/bin by extension), and this can make things like running mangohud %command% or strangle 60 %command% more or less impossible. You can actually still access stuff via /run/host/usr/bin from inside a Flatpak if you give it host permissions but things run this way usually get very confused and don’t work correctly. You can also try to use flatpak-spawn to do some interesting things from within the “sandbox”, but its usecases are limited in my experience. Notably you can cut off internet access from a game that’s being run, but flatpak-spawn also currently has a bug/oversight which wipes out the environment variables for the spawned process, which usually causes some havoc.

There are also “portals” that hook into Flatpak, which I don’t know nearly enough about. If you use KDE for example, when you “open” a file using a Flatpak’d program, KDE will swap in a native file dialog and let you pick a file from anywhere even if the Flatpak doesn’t have access, and then it grants a temporary one-time access to that file to the program. For example I disallow Discord from accessing practically everything, but I can still upload files from anywhere on my system to a Discord channel with the KDE file portal.

In terms of Proton versions and Wine versions etc, there’s no issues here. I usually use ProtonUp-Qt to install different versions, and Steam/Lutris/Bottles will have no issues accessing these even if they’re Flatpak’d.

Edit: Also, you can theme Flatpaks like this. You’ll need your system themes to be installed to ~/.themes and ~/.icons in order for Flatpak programs to access them, and then you can set default global overrides for the theming environment variables and access to ~/.themes etc. using Flatseal. This will allow all programs to use your themes without individual configuration.

lal309 OP ,

Okay, on this thread alone a lot of people are suggesting to go stable (including yourself) so now I’m thinking you guys must know something I don’t. Truthfully, I only really need a few things for the games that I run like a recent kernel (XanMod maybe?) Wine staging, steam, nvidia drivers, lutris, bottles and proton (through ProtonUp-Qt). As long as I can run those things on recent versions, I think going stable would be fine too.

yote_zip ,
@yote_zip@pawb.social avatar

The advent of Flatpaks have really made Debian Stable into a serious contender for desktop Linux, and Debian 12 is a remarkably good release even by Debian’s standards. Bookworm has received a lot of praise since its release, and I think people (like myself) are starting to reconsider what a desktop Linux can look like.

It does take a little bit of extra setup to get more cutting-edge stuff for the applications you use most often, but after sourcing everything and stuffing all the individual updating mechanisms into an update script, you’ll get the best of both worlds - stable base and rolling user applications. If nothing else you should try Stable first before resorting to Sid - you may be inheriting Sid’s volatility without a proper usecase. If you don’t run Debian Stable or Debian Sid/Arch Linux, you’ll probably want to go somewhere in the middle like OpenSUSE Tumbleweed, which is cutting-edge with extensive testing baked-in.

lal309 OP ,

I’m going to give stable a try and see how far I get with gaming and go from there. I’ve never run straight Debian as a desktop it’s always been on servers so my experience there is limited.

I’m curious as to the update script you are talking about. Care to point me to an example? Wouldn’t flatpak update do the trick for everything running in flatpaks? And apt update/upgrade for the rest?

yote_zip ,
@yote_zip@pawb.social avatar

Wouldn’t flatpak update do the trick for everything running in flatpaks? And apt update/upgrade for the rest?

Yeah exactly. An update script just runs all these updates in a single command

this is what mine looks like (apparently lemmy does not like &&'s so take care with the & bits):___ bash debupdate() { echo -e “##======================== Nala upgrades ============================##” sudo deb-get update 1> /dev/null # fetch deb-get repos ahead of time just for timing purposes sudo nala upgrade # nala is better than apt echo -e “##======================== Flatpak upgrades =========================##” flatpak update echo -e “##======================== deb-get upgrades =========================##” sudo deb-get upgrade echo -e “##======================== Rust upgrades ============================##” export CARGO_PROFILE_RELEASE_LTO=true export RUSTFLAGS=“-C target-cpu=native” rustup update && cargo install-update -a # this is a custom cargo package: https://crates.io/crates/cargo-update - take care as this doesn’t inherently recompile with the same flags you originally installed with echo -e “##======================== Homebrew upgrades ========================##” brew update && brew upgrade echo -e “##======================== yt-dlp upgrades ==========================##” # I let yt-dlp manage itself $HOME/Applications/yt-dlp/yt-dlp -U echo -e “##======================== Antidote upgrades ========================##” # antidote is a zsh plugin manager antidote update sudo -u root zsh -ci ‘antidote update’ echo -e “##======================== Upgrades Finished ========================##” }

lal309 OP ,

Ah okay fair enough! Thanks for sticking to the conversation. I will rebase everything to stable and goes that a try for awhile!

drspod ,

How do you manage kernel updates when running a custom kernel? Do you have to regularly check for security patches that you need to apply? It seems like something you could easily forget about without the benefit of an auto-update checker reminding you.

yote_zip ,
@yote_zip@pawb.social avatar

I’m not sure what type of auto-update checker you’re referring to but with Xanmod it’s still installed from a Debian repo and updates with the rest of your system, so if you use e.g. KDE’s Discover software center it will still alert you when it finds that the Xanmod kernel can be updated. Personally I just update everything whenever I reboot my system and at least once a week otherwise. There is usually nothing to update with Debian, so this isn’t a big deal.

As for security patches I might need extra guidance on that - since Xanmod is inherently built from mainline Linux source I don’t think it needs security patches? Kernels like LTS Linux or Debian Stable’s still want the newest security patches from new kernel source code, so those have to be manually extracted from the newer kernel source and backported into the old codebase. With something like Xanmod there’s nothing to backport because it’s always got the newest source and all the current security updates. You can think of Xanmod like linux-zen on Arch Linux - it’s just a fork of the original kernel with a couple extra tunings.

Edit: Actually from my understanding, linux-zen from Arch Linux is equivalent to the Liquorix kernel, if you want to use that instead of Xanmod. I don’t really have a strong preference between the two.

drspod ,

I see what you mean, thanks. I had assumed you would be compiling it from source yourself and for some reason it didn’t occur to me that there are separate repos for alternate kernels.

urist ,
@urist@lemmy.blahaj.zone avatar

Excellent write up. I just wanted to add I am also using Debian stable (bookworm) and it’s going great. I use steam and I’m playing Baldur’s gate with no issues. I have a nvidia 1070.

(my home server is arch btw)

hogart , in Is anyone using Debian Sid for gaming?
@hogart@feddit.nu avatar

I’m as new on Linux as one can get. Installed Nobara a week ago on my laptop. Steam Deck got me to wanna try Linux on my PCs. Claims to install a lot of what I would need in its package. Seems to work so far. Not based on Debian tho.

lal309 OP ,

I was running Nobara and had a rock solid setup. My problem was more related to the upstream changes by RedHat. Haven’t tried SteamOS

hogart ,
@hogart@feddit.nu avatar

What are those? Just trying to dip my toes and understand small bits and taking it slow. Thanks in advance.

lal309 OP ,

Nobara is an rpm base distro so this link goes over the changes I’m referring to. Nothing wrong with Nobara, it’s just a matter of principles for me

www.theregister.com/2023/…/red_hat_centos_move/

superbirra , in Is anyone using Debian Sid for gaming?

I use sid as my daily driver with official debiam steam packages etc, everything is really smooth since long time so if you want to try you should :)

lal309 OP ,

Excellent! This is my current setup as well.

eleanor , in Is anyone using Debian Sid for gaming?

I’ve been using Trixie (Current testing, next stable) for gaming for a couple weeks. Everything (gaming wise) works the same as it did when I was on Arch.

lal309 OP ,

The only Trixie relate software I have was Wine staging as I couldn’t find “Sid” specific instructions. The documentation said unstable so I just assumed the Trixie instructions were also applicable to Sid.

richardisaguy , in Is anyone using Debian Sid for gaming?
@richardisaguy@lemmy.world avatar

You could use distrobox for gaming, make an arch one and game from there without worrying about dependencies

InvertedParallax , in Is anyone using Debian Sid for gaming?

Yes? ;)

Lxc arch with glx /devs passthrough, runs steam and steam games beautifully.

This is my workflow though, I have an lxc for work/development, an lxc for everything really, once you fit it in its just second nature.

The debian host is there for wm more than anything.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines