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.

gitgud , in Linux on the desktop breaks 4% for the first time on Statcounter
@gitgud@lemmy.ml avatar

🎊🎊🎊

eager_eagle , in Linux on the desktop breaks 4% for the first time on Statcounter
@eager_eagle@lemmy.world avatar
marcos ,

It’s some serious stonks. Not only the trend is very strong, it’s also breaking resistance every few years.

Anyway, those trend-breaks have a curious proximity with Microsoft pushing new Windows versions.

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

Check out CoreCtrl: gitlab.com/corectrl/corectrl

million OP ,
@million@lemmy.world avatar

Looks cool, don’t want to start using user repos for it though. Wish they had a Flatpak.

mynamesnotrick ,

I agree but its good software.

moistclump , in Wine Code Merged To Overcome A Vulkan Performance Penalty

Y’all have to understand how crazy these headlines look to us non-Linux folks. I always get excited when I see something reference wine, then it’s Linux. Then got me extra excited here while I tried to figure out what the tie is between wine and Vulcan’s, and wine and vulcans and performance, and what a penalty might be.

I had a solid 3 seconds of internal absolute wonderful thought chaos as I read this headline and pondered the possibilities.

umbrella ,
@umbrella@lemmy.ml avatar

when the post confuses me i always look at what comm im in

Fubarberry , in How up to date is the Steam Flatpak?
@Fubarberry@sopuli.xyz avatar

Steam downloads its own client updates. It’s very rare for them to need to update the flatpak itself because usually any updates can be accomplished through the built in updater.

million OP ,
@million@lemmy.world avatar

What about mesa drivers and other dependencies like Mangohud?

Fal ,
@Fal@yiffit.net avatar

There’s no way steam packages graphics drivers. That would be crazy, no?

million OP ,
@million@lemmy.world avatar

My understanding is the Mesa driver is userland so Flatpaks can include it. I just assumed Steam would include it for slower moving distros.

I am new to Flatpaks and still trying to understand, any correction is welcome.

Everyday3671 , (edited )

Mesa comes as separate flatpaks which is hidden in the GUI, and is automatically install when you install a flatpak. The system can have multiple versions of the driver installed. When Steam is ready to use a newer Mesa version, it will do it automatically.

Mangohud, on the other hand, is a flatpak you need to install manually via the command line. You should follow the instruction on their Github page for that.

P.S: In case you like a GUI for things. You should install Flatseal, which provide a GUI for configuring flatpaks.

mox ,

Components like that come from separate flatpaks (e.g. the Freedesktop Platform) or the Steam runtime (updated by Steam).

million OP ,
@million@lemmy.world avatar

Makes sense, I was wondering how that worked when I saw some of those in my list. Is that another layer to the flatpak, like a Docker layer or are Flatpaks allowed out of their sandboxes to talk to other Flatpaks?

mox , (edited )

A flatpak can name extensions that are mounted into the running container if they’re installed.

or are Flatpaks allowed out of their sandboxes

Be careful when thinking of flatpaks as sandboxes. What they confine is (by default) up to the maintainer of each flatpak, and most of the ones I have audited are very permissive.

You can mitigate this somewhat by editing the permissions of each flatpak before running it for the first time, with the command line or a GUI like flatseal. But that only goes so far, since some of the permissions are not fine-grained enough to provide meaningful sandboxing while still allowing games to run. (For example, shared memory and network access.) You might also consider creating a second linux account just for games, and logging in to that account’s desktop when installing or running them.

A Flatpak container is better than nothing, and will probably keep you safe from most programming mistakes, but I wouldn’t consider it a security/privacy sandbox by any means. If you want that, a hypervisor-based virtual machine would be better.

Fubarberry , (edited )
@Fubarberry@sopuli.xyz avatar

I’m not sure on the exact details of how it sources mesa, but you can check what version of mesa steam is using by clicking help in steam, and selecting “Steam Runtime Diagnostics”. My flatpak steam install reports that I’m using Mesa 24.0.2-arch1.1, which is the same version I get if I check glxinfo | grep Mesa. I’m assuming that means flatpak Steam is using my system’s mesa.

I do have some versions of Mesa installed through flatpak in the form of freedesktop.Platform packages, but they’re older versions than what was reported from inside steam.

million OP ,
@million@lemmy.world avatar

Great tip. It looks like the Flatpak has a newer version then even Tumbleweed, so that answers my initial question, thanks!

Kolanaki , in Discord clicks are going to game in KDE
@Kolanaki@yiffit.net avatar

alt tabs

Clicks around

Tabs back in

“Ah shit! I shot Marvin in the face!”

million OP ,
@million@lemmy.world avatar

Basically :)

WhiskyTangoFoxtrot ,

At least it might distract him from the terrible pain in all the diodes down his left side.

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

The Flatpak version can’t do libraries on multiple drives.

million OP ,
@million@lemmy.world avatar

Thanks for the heads up. That’s a shitty limitation.

vividspecter , in Wine Code Merged To Overcome A Vulkan Performance Penalty

I wonder if this will be backported to Proton? I know on the Deck they have a history of backporting fixes and improvements, and this seems like a change worth doing if there is a significant gain here.

warmaster , in Mesa NVK Vulkan Driver Now Declared Vulkan 1.3 Conformant, Mesa 24.1 To Build By Default

It would be awesome if it had opt-in telemetry, a report form, and a compatibility directory, like Proton DB.

If all the games I play, ran fine, I would switch my secondary PC to Linux in a whim.

Fisch , in Discord clicks are going to game in KDE
@Fisch@lemmy.ml avatar

Are you using Xorg or Wayland?

million OP ,
@million@lemmy.world avatar

Wayland + KDE

Fisch ,
@Fisch@lemmy.ml avatar

I thought that stuff like this couldn’t happen on Wayland by design but maybe that’s only true for keyboard inputs. Unfortunately, I have no idea how to help you but I hope that this information was at least useful to someone who knows more than me.

HouseWolf ,

It’s an issue even on Windows, Some games just like to hog your mouse inputs even when you tab out of the program. Worse is a few games I’ve played that locked my mouse to the middle of the screen when I alt tabbed so I couldn’t click on anything!

Max_P ,
@Max_P@lemmy.max-p.me avatar

I would guess both the game and discord are xwayland and since it all happens on that side that happens.

Seems like a similar thing to the xeyes trick to check if an app is really running on native Wayland: if the eyes don’t move, mouse events aren’t going to an xwayland client.

million OP ,
@million@lemmy.world avatar

The game is under Steam proton, so I would expect that to use Wayland; unless all that stuff is XWayland?

Max_P ,
@Max_P@lemmy.max-p.me avatar

It’s all xwayland. Wayland support in Wine/Proton is barely usable yet. Even Valve’s gamescope, although a Wayland compositor/client, still only exposes xwayland by default.

million OP ,
@million@lemmy.world avatar

Good to know, thanks for the clarification.

imecth , in Discord clicks are going to game in KDE

As a fix, you can run the game through gamescope which should sandbox the game.

million OP ,
@million@lemmy.world avatar

Good suggestion; haven’t dived into the world of Gamescope yet.

smpl , in Discord clicks are going to game in KDE
@smpl@discuss.tchncs.de avatar

You should submit a bug report to your distro. If the window in focus doesn’t grab the pointer, that should be a bug.

million OP ,
@million@lemmy.world avatar

I am tempted to wait as I should be getting Plasma 6 soonish (on Tumbleweed)

visor841 ,

I’m in a similar boat. I’ve got a bunch of small Wayland niggles, but I’m waiting to investigate them until after I switch to Tumbleweed when it gets Plasma 6 (I’m currently on Kubuntu).

million OP ,
@million@lemmy.world avatar

Really enjoying Tumbleweed so far. The extra testing cycle they do versus Arch has a measurable effect on stability and need to fiddle with things after a routine system upgrade.

FilterItOut , in How I feel every time checking the box

I actually had to downgrade proton for dragon’s dogma recently. Black screen on the 8+ versions.

scrubbles OP ,
@scrubbles@poptalk.scrubbles.tech avatar

I had to downgrade it to play anything on my ultrawide, some really weird stuff happening in 9.0 with multiple monitors. It can’t detect mouse input on the right 1/3 of my screen. Very glad they let us choose versions

SquishyPandaDev , in How I feel every time checking the box
@SquishyPandaDev@yiffit.net avatar

Why do I have to click this box? Why isn’t the default option. I just want to click on a Windows game and then install. I’m I alone on this?

brbposting ,

I would guess to help excuse [compatibility] errors. Make you cognizant of the experimental nature, perhaps head you off before complaining to the developers.

RobotZap10000 ,

You can enable such an option in the settings

Dagamant ,

thats what I did. I just check steam deck compatibility before hitting install

Molecular0079 ,

There’s no way to set it as default completely. You can set it as default for titles that Valve hasn’t explicitly overriden, but if Valve decides that a certain game works with Proton 8 or Hotfix, it will automatically install those. I really wish there was a way to force Experimental in all cases.

sugar_in_your_tea , in How I feel every time checking the box

Wait until she hears about the wonderful world of emulators.

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