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.

Presi300 , in Best Desktop Distro for Gaming?
@Presi300@lemmy.world avatar

I’d go with nobara, it’s stable, yet not too old and has a lot of gaming oriented optimizations and should work well with Nvidia graphics cards.

kariboka , in Best Desktop Distro for Gaming?

Garuda ftw

cyberpunk007 , in Horizon Zero Dawn 1080p Ultra with FSR2 - 5900HX, 6800M - NixOS

Don’t know much about this game but tbh this looks rough by today’s standards. In my opinion, looks worse than the witcher 3 OG from 2025 or whatever. Maybe I’m missing the point? I don’t know what the latter acronyms are in the title.

theragu40 ,

5900HX: mobile Radeon CPU 6800M: mobile Radeon GPU

This game looks roughly equivalent to TW3 because it is roughly contemporary with TW3. (2015 vs 2017). HZD was well known for being a very pretty game in motion when it came out, though this video doesn’t really do it justice to be honest.

I imagine the point of the video is seeing the framerates on mobile hardware in Linux.

solariplex , in Steam Flatpak or running steam from Bazzite distrobox container. Which one is better for gaming ?

To my knowledge there’s less overhead to running graphical applications through flatpak.

Source: a small test I did months ago

AProfessional ,

There is zero graphics overhead.

frizop , in Steam Flatpak or running steam from Bazzite distrobox container. Which one is better for gaming ?

I think the answer is don’t unless you must. Native seems to work 100x better for me

ProtonBadger , (edited )

Well that's a massive difference you're experiencing. For me Native and Steam work the same.

aairey , in Steam Flatpak or running steam from Bazzite distrobox container. Which one is better for gaming ?

No issues running it in Flatpak so far for light gaming.

raptir , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

What GPU do you have? Honestly any of them could have a better driver setup out of the box on Ubuntu.

raptir ,

And just to say - it’s not that you couldn’t fix it, but installing the proprietary drivers for an Nvidia card or updating mesa for AMD or Intel would help.

qyron OP ,

An ancient one. See my post for more details, please.

Willdrick , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

I have Debian on a secondary laptop and it’s rock solid. I’m really tempted to go debian on my main rig but keep the gaming stuff as flatpaks for more frequent updates

qyron OP ,

Debian was my daily driver for years. For fun I mostly ran games from the repos and out of boredom learned how to run Neverwinter Nights.

It was when gaming onnlinux gained more traction I moved to a derivative but Debian is Debian and I really want to go back.

entropicdrift , in Steam Flatpak or running steam from Bazzite distrobox container. Which one is better for gaming ?
@entropicdrift@lemmy.sdf.org avatar

Flatpak is as good as native. I switched from native to flatpak with no perf differences

vividspecter , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

You don’t say what version of Debian you’re using but avoid stable on a gaming system. Debian tends to be more minimal OOTB too, and you may need to enable some non-free repos. Hardware matters too, with certain distributions having better Nvidia support in particular.

qyron OP ,

Vanilla 12, with all repositories enabled, soon to move to the testing branch for a somewhat rolling distro.

More information is available on my post.

vividspecter ,

Nouveau is certainly not perfect so that could be the issue. There is work going on it still but I wouldn’t expect miracles.

qyron OP ,

I can install the proprietary drivers myself. It will be a blast from the past, as when I started in Linux. Fun times. That concern is easy to address.

ono , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

The answer is: More conservative defaults.

My gaming system runs Debian Stable. (AMD GPU, Sony game controller, steam-devices and pipewire installed.)
Steam games work fine.
Flatpaks (e.g. emulators) work fine.
GOG games mostly work fine. The few problems I have encountered were fixed by either installing missing libraries or renaming out-of-date ones that shipped with the game.

You haven’t described your system or stated what errors you’re struggling with, and nobody can help you without that information, but chances are they can be fixed if you take the time to understand them.

Edit: BTW, You might want to check out Lutris, if it covers games that you play. There’s nothing magic about it, but some people find it useful as a time/effort saver.

qyron OP ,

Updated my post.

seaQueue , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?
@seaQueue@lemmy.world avatar

There are three issues IMO.

Another poster mentioned more conservative defaults, which certainly doesn’t help compatibility.

There’re also issues with any non-free software that might be a dependency of the game you want to run.

And finally Debian has a focus on stability, so it takes much more time for software updates to filter their way through the debian ecosystem before they’re released.

Roll all of that together and you’ve got a system that’s anywhere up to a year or two behind the released versions of things your games need to run, and isn’t necessarily motivated to improve the situation.

Flatpak Steam and similar systems should be mostly fine, until you need a fix that’s just recently been rolled into the Linux kernel or your DE or your GPU software stack. If you want the most compatible gaming system you really want to chase current releases of everything in the kernel/library/DE/GPU driver stack and that’s just not feasible on Debian unless you’re building a ton of your own packages on top of Sid. I did that for a while and eventually just switched to Arch instead.

qyron OP ,

I’ll be moving to the testing branch soon, so I’ll get more frequent updates but the errors I’m getting don’t seem to be related with outdated or missing dependencies.

just_another_person , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

Try Fedora 38 and enjoy that different type of pain.

Use an Ubuntu derivative geared towards gaming maybe. Ubuntu stock is made generic to perform as best for core features on as many hardware configurations as possible. There’s also a TON of tools and scripts out there that can tune a default install for you to make it perform better for gaming.

qyron OP ,

I ran Mint for about six years but Debian is my first love. It’s a harsh and cruel mistress but it has a mystique I never found on other distros.

agent_flounder ,
@agent_flounder@lemmy.world avatar

Or use Nobara and probably quite a bit less pain; meanwhile, stability for me has been …not as good as mint … But I havent tried to track it down either so maybe it’s just something simple.

aruser , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

From your report, what command are you using to launch Stardew Valley? It appears to be a bad shell interpretation. Are you using sh or bash? What’s the first line of the “start.sh” script? What’s your “echo $SHELL”?

I’ve been using debian testing for years for my gaming PC, for laptops and debian stable for servers. I’m very happy with it!

seaQueue ,
@seaQueue@lemmy.world avatar

IIRC debian defaults to using dash for /bin/sh, the problem could be as simple as pointing these scripts at /bin/bash instead.

sugar_in_your_tea ,

Yup, looks like a bash vs dash issue, which is why I always set my shebang to be explicit about the shell I’m using.

qyron OP ,

I was using sh but when using bash start.sh it gave a completely diferent pront, regardless not running. Copied the entire prompt on another reply.

“echo $shell” returns *bash : echo : command not found

sugar_in_your_tea , in What makes Debian so different from its derivatives that gaming on it is almost an heroic task to achieve?

As others said, it looks like the issue is the startup script expects bash shell, but Debian defaults to dash as its default shell. If you’re running these scripts directly, run them like this instead:


<span style="color:#323232;">bash path/to/script
</span>
qyron OP ,

Using that command, the error returned was different.

Running Stardew Valley

/StardewValley: line 7: sw_vers: command not found

NoFpsCap: This feature is not available

SetGameMode( ‘titleScreenGameMode (0)’ )

load preferences (); begin - languageCode=

No usable version of libssl was found

./StardewValley: line 27: 1142 Aborted ./“StardewValley” $@

sugar_in_your_tea ,

sw_vers: command not found

I think this is a macOS-specific command. Did you download the macOS version by mistake?

qyron OP ,

Removed the previously installed, downloaded fresh from GOG, reinstalled.

Same output.

sugar_in_your_tea ,

Huh, have you seen this thread? It looks like precisely your issue.

qyron OP ,

Thank you!

OneCardboardBox ,

I think your problem is the libssl version.

Seems like Stardew Valley is built against an old version that isn’t shipped with most distros anymore. In fact, based on the forum posts, I’d be surprised if you could actually get it to work on Ubuntu anymore.

There’s a comment by ssh-mitm in this thread that might help you with getting the right libssl version without breaking your system. …stardewvalley.net/…/no-supported-version-of-libs…

qyron OP ,

I’m going to pin that for later but the “Don’t break Debian” mantra instantly came to mind, even more when I have a laptop with Mint running the game with no issues.

At some point, the game designer will have to update the game, or it will be lost for newer systems.

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