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.

turkishdelight , in Linux on the desktop breaks 4% for the first time on Statcounter

wow this is amazing!

RedIce25 , in Linux on the desktop breaks 4% for the first time on Statcounter

I’ll join them when steamos 3.0 hopefully releases…

sugar_in_your_tea ,

Why not join now? It’s really easy to get Linux with Steam set up, and you can use Big Picture mode to get the same SteamOS experience.

So just pick a popular distro, install drivers (if NVIDIA; kernel includes AMD drivers), install Steam, and then play!

giddy , in How up to date is the Steam Flatpak?
@giddy@aussie.zone avatar

Related question - steam flatpak or deb?

million OP ,
@million@lemmy.world avatar

What distro are you on?

giddy ,
@giddy@aussie.zone avatar

Ubuntu 23.10

million OP ,
@million@lemmy.world avatar

The Flatpak is probably going to move faster but the trade off is it is harder to configure some things until you get a handle on Flatpaks.

Up to you ultimately.

bigmclargehuge , in Steam's February Survey: AMD CPUs & GPUs Continue To Dominate For Linux Gamers
@bigmclargehuge@lemmy.world avatar

I played on Linux with NVidia for a few years. Was overall okay-ish but I definitely had issues. Just switched to a 7600XT and it’s like putting on glasses when I didn’t know I had poor vision. Everything just works, wayland is seamless and smooth in a way X11 just never was, DX12 games run faster than they did on Windows.

SimplyTadpole , in Steam's February Survey: AMD CPUs & GPUs Continue To Dominate For Linux Gamers
@SimplyTadpole@lemmy.dbzer0.com avatar

Sounds about right, I had nothing but bad experiences with Nvidia on Linux.

My experiences with AMD are far from perfect and I still have some bizarre issues nobody else has , but it was still a pretty big improvement.

wonderfulvoltaire , in Xbox (series X) Wireless Controller is not discoverable by bluetoothctl (or any other bluetooth managers) - Arch Linux
@wonderfulvoltaire@lemmy.world avatar

I’ve had consistently good experiences with USB dongles like gulikit for example.

greyjedi OP ,

Yeah, at this rate I’m probably just going to get a USB wireless adapter since it’s not playing nice with my bluetooth

wonderfulvoltaire ,
@wonderfulvoltaire@lemmy.world avatar

If it makes you feel any better I had to install windows because my dad refuses to use his phone to print anything.

Chewy7324 , in Help using Mangohud / Gamemode with Flatpak version of Lutris and Steam

Flatpak apps don’t have access to your system packages, so you need to install mangohud as flatpak. Once it’s installed it’s available to Steam flatpak and can be enabled like system mangohud in system Steam.

github.com/flightlessmango/MangoHud?tab=readme-ov…

Edit: Switching from system Steam to flatpak Steam is simple and it’s always possible to switch between them. Just make sure to give flatpak Steam access to the existing SteamLibrary through flatseal.

Personally I have my SteamLibrary at ~/Games/SteamLibrary and give flatpak Lutris/Steam access to ~/Games.

million OP , (edited )
@million@lemmy.world avatar

Yeah chalk this up to me needing to read that manual.

I took the instructions there and replaced the Steam flatpak with Lutris and it worked - though Mangohud is not reading my existing config even though it has access according to Flatseal.

It’s weird to me that Flatpaks cans interact with other Flatpaks but not system packages. I would assume sandboxing would prevent both of those cases.

Fisch ,
@Fisch@lemmy.ml avatar

Wait, you can change the location of the Steam library?

Chewy7324 ,

It’s possible to have Steam libraries at multiple locations.

z3rOR0ne , in Recommended tools for monitoring CPU / GPU temps?

I just use btop, and even though they recently added GPU diagnostics, there’s also nvtop.

For GUI tools, there’s cpu-x and for Nvidia GPUs, there’s gwe, but I honestly barely use them in preference of btop and nvtop.

muhyb ,

I use btop + nvtop in tmux as well. Though btop recently added a GPU section, not detailed as nvtop but does the job if you only want to run btop.

const_void , in FurMark 2.1.0 benchmarking tool is now available for Linux

Awesome. I used this pretty often when overclocking CPUs and GPUs. It really generates stress.

Chewy7324 ,

Agreed. It’s great to see a gpu stresstesting tool making it to Linux. For the cpu there’s a few with stress-ng and mprime/prime95.

vardogor ,
@vardogor@mander.xyz avatar

i like s-tui

Chewy7324 ,

Thanks for the recommendation. I’ve usually used GTKStressTesting, which is based on stress-ng. But a tui tool is more useful for e.g. headless use.

A_Random_Idiot ,

Generates stress both for the hardware and the user, lol.

NoLifeGaming , in Steam Audio Open Source Release

Is this what’s used in the steam deck?

Confetti_Camouflage ,
@Confetti_Camouflage@pawb.social avatar

No, this is for game developers to make it easier to add more realistic sound propagation to their games, particularly for virtual reality games.

okamiueru , in if this succeeds, WMR headsets might be made Linux compatible and this will turn out to have been on-topic

When not even Valve can muster enough motivation, I wouldn’t hold my breath on Microsoft.

F04118F OP ,

Valve actively maintains SteamVR and put in a lot of work for Linux compatibility. Doing that while open sourcing the software is hard. It adds work.

However, open sourcing an abandoned piece of software costs virtually nothing, and can be a big image boost.

DAMunzy ,

You’re wrong about open sourcing abandoned software being easy.

Atemu ,
@Atemu@lemmy.ml avatar

Valve actively maintains SteamVR and put in a lot of work for Linux compatibility

You have never used SteamVR on Linux, have you?

Luci ,
@Luci@lemmy.ca avatar

Are you sure about this?

okamiueru ,

Sure? No. It was silly of me to suggest it was a question of motivation. I don’t know enough about it to make any such assumptions.

I did however give it another go earlier this year, with no success. I could try again if there is reason to think it should work. Valve is the company I respect the most when it comes to caring about Linux. Which is why it always surprised me that I couldn’t use the Vive there. Still one of the very few reasons left for dual booting.

MajinBlayze , in Installing Steam from BOTH package and Flathub? Any gotchas?

I did this for a short while and didn’t run into any issues. They have their own separate libraries, though you could change that if you wanted to though.

million OP ,
@million@lemmy.world avatar

Separate libraries as in game libraries? Meaning you have to install games twice?

If that is the case did you experiment with point them to the same library?

MajinBlayze ,

I didn’t, libraries are stored in different places in flatpak vs native install. You could probably add the normal install location in the flatpak using flat seal, but having the install directory in /home (the default for flatpak) was fine for me .

For what it’s worth, I’m using steam in flatpak in microos now, and it’s been mostly seamless

million OP ,
@million@lemmy.world avatar

Thanks for the further explanation.

A move to microos is what I am evaluating.

MajinBlayze ,

Good luck! I’ve been very happy with my microos installs. I’ve got kalpa on my desktop and aeon on my laptop. I’m following a project that uses a microos base for the Steam Deck too (which is ironic since the steam deck is what made me aware of read only root Linux and flatpak in the first place).

Chewy7324 ,

Library sharing between two instances of Steam works great. My shared ~/Games/SteamLibrary works well in Steam flatpak and Steam native, and I’ve done that for years.

million OP ,
@million@lemmy.world avatar

Since I installed native first I wonder if I can point the flatpak version to that. I actually have no idea where it is but I assume it’s outside of the home directory.

Might make more sense to move it into home like you are saying for more seamless flatpak compatibility.

Chewy7324 ,

I also had to add ~/Games to the flatpak sandbox with flatseal to allow Steam flatpak to access my library.

Steam settings should show the path to where your library is located.

million OP , (edited )
@million@lemmy.world avatar

Follow up, have both the Flatpak version and package steam up and running. Moved my game library to ~/Games/Steam. I added ~/Games/Steam:rw (and later ~/Games/Steam:create) to my Flatpak permissions and tried to install a game that already existed to make Flatpak Steam realize it was there, Steam instead gives me a “Disk Write Error”. Did you hit this at all, any idea what it may be?

EDIT: Fix it, or it magically fixed itself. I removed the Steam library and re-added it and that seemed to make it happy.

Chewy7324 ,

Great to hear it works! I’ve also had issues with the SteamLibrary not being detected a few times over the years, but that also happened on SteamOS so I guess it’s a bug.

eodur , in Hyprfreeze just reached v1.0.0 - Suspend a game process (and other programs) in Hyprland

This is very cool. I didn’t know about hyprland or game scope, so thanks for that too. My Linux gaming experience is about to get waaay better.

kugmo , in New Manjaro Linux Gaming Handheld from OrangePi
@kugmo@sh.itjust.works avatar

Yeah we all know Manjaro is ass but a 16:10 screen that’s 120hz is cool. I’d get one if it had adaptive sync. When I saw OrangePi I thought I’d be an ARM device using box86/64 to run Steam games, as inefficient as that sounds.

sic_semper_tyrannis OP ,

I thought the same thing but looked out of curiosity and was presently surprised. Glad it wasn’t a Rokchip of some kind or it wouldn’t be so powerful

zecg , in Helldivers 2 will use a rootkit anti-cheat, nProtect GameGuard
@zecg@lemmy.world avatar

I loved the first one and both magickas enough that I’d buy it first day otherwise. I’just have to play one of 700 other games in my library for a few years until they decide it’s not worth it anymore.

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