Latest Comments by Marlock
The Last of Us Part I got a juicy patch with Steam Deck improvements
10 Apr 2023 at 10:38 am UTC Likes: 3
but then again some devs will say they'll never do linux again because it's not worth the effort with so many open support tickets, etc
10 Apr 2023 at 10:38 am UTC Likes: 3
Quoting: KlaasYou maje an interesting point... i'm left wondering if "buy, try, refund if it doesn't run fine" is better for linux than "don't buy if others have issues"Quoting: LanzWe really need to start holding the developers to account for low-effort ports. Too many people will buy it anyway.But how? The Windows users will buy it anyway – most of them even if the game has an additional layer of inconvenience (AKA always online launcher) sprinkled on top.
If a huge percentage of Linux users does not buy the game due to broken promises, the developers/publisher ends up saying that it wouldn't have been worth it to spend more to satisfy such a small percentage of users.
Edit: What I should have included is that with broken promises I'm talking about the “it will run on the Steam Deck” tweet.
but then again some devs will say they'll never do linux again because it's not worth the effort with so many open support tickets, etc
The Pale Beyond sold 10% of copies on Steam Deck
31 Mar 2023 at 2:45 pm UTC
there are several takes on when and why this happens... your take for the Deck is novel to my eyes, quite interesting, and left me wondering if the same might also accounts for a portion of the non-deck linux purchase's extra weight too (after all linux users are more privacy and resource-conscious than average, so the ones that do run steam might be more prone to actually buy and play too)
we do know from previous takes that linux users tend to avoid piracy and also vote with their wallets (me included) when they see linux native titles
sheers!
31 Mar 2023 at 2:45 pm UTC
Quoting: elgatilHere goes a funny thought. Around 1% of the users who doesn't their steam client are running Linux, SD or otherwise. But how many people got steam to play some CS or pubg or other popular game but never pay anything else? Actually, probably a lot of users simply start steam because they marked the start on boot checkbox but they don't mind it at all.there is a common trend among devs that do linux-native game releases to see a higher-than-1% linux purchase share
Now, the steam deck is basically a console meant to play first and foremost, most of the people who wake the device are going to play.
So it stands to reason that people using SD are going to play and buy more than the average steam user on pc.
So maybe the weight of the steam deck in the market is far superior than our sad 1%. If other developers are having similar figures it would mean we are not negligible anymore ^^
Maybe Liam could reach to some developers to ask about sd sales and check whether this is a trend or an exception? 😁
there are several takes on when and why this happens... your take for the Deck is novel to my eyes, quite interesting, and left me wondering if the same might also accounts for a portion of the non-deck linux purchase's extra weight too (after all linux users are more privacy and resource-conscious than average, so the ones that do run steam might be more prone to actually buy and play too)
we do know from previous takes that linux users tend to avoid piracy and also vote with their wallets (me included) when they see linux native titles
sheers!
Xwayland Video Bridge created to improve Linux screen sharing
27 Mar 2023 at 10:41 pm UTC
27 Mar 2023 at 10:41 pm UTC
Quoting: ripper81358I tried it and it worked on my end with Kubuntu 22.10 and Plasma 5.27. As of now some Apps are only working with it when installed as native packages. There seems to be a problem with universal packages (Snaps and Flatpaks) in some cases.Looking at how browsers need constant and swift updates to avoid hackers,it's pretty obvious Electron apps should be using an OS-provided electron component that gets updated regardless of any effort by each electron-based app dev... but then they'd probably break all the time because those apps usually do hackish things instead of strictly adhering to standards and use browser-component version freezing as if it were a valid solution to those breakages and not a menace.
Developers of Electron based Apps should upgrade to newer Electron releases and enable pipewire. Pipewire runs on Wayland and X11. There are also other reasons besides linuxspecific stuff to keep Electron up to date. Older Electron releases have a very long list of security issues. This should have been fixed for a long time.
Xwayland Video Bridge created to improve Linux screen sharing
24 Mar 2023 at 4:33 pm UTC
It was actually barely impossible to block an app from seeing others even if you actively tried to... and that's the gaping security hole that strongly motivates the switch to Wayland.
You'll notice that the new app's dev comments on their blog that they could've even made it entirely automatic, so any app could see any other app without asking the user anything, if their solution was designed slightly different... but they chose to design it in a way that both makes things easier and still keeps you safe from silent snooping.
24 Mar 2023 at 4:33 pm UTC
Quoting: LinasThey already can (this app is in fact proof of that), but in X.org any app could see any other app (or the entire user's screen for that matter) at any time, without explicit user consent.Quoting: MayeulCWhat I mean is that there should be a way for legacy apps to continue functioning, including screen sharing. Otherwise we end up with a chicken and egg problem where people cannot switch to Wayland if their apps don't work, and apps won't support Wayland if nobody uses it.Quoting: LinasSomething like that should really be built into Wayland.I'm not sure if you mean screensharing or that video bridge? [...]
Should it be in XWayland? Maybe, but this modular solution is good as well.
It was actually barely impossible to block an app from seeing others even if you actively tried to... and that's the gaping security hole that strongly motivates the switch to Wayland.
You'll notice that the new app's dev comments on their blog that they could've even made it entirely automatic, so any app could see any other app without asking the user anything, if their solution was designed slightly different... but they chose to design it in a way that both makes things easier and still keeps you safe from silent snooping.
Xwayland Video Bridge created to improve Linux screen sharing
23 Mar 2023 at 10:34 pm UTC Likes: 2
how do you leverage xdg-desktop-portal-wlr at the moment?
23 Mar 2023 at 10:34 pm UTC Likes: 2
Quoting: minidouIf you read the details you'll see their app is a convenient GUI for a non-expert user to be able to leverage what already exists (xdg-portals, pipewire, etc) through a system tray minimalist appThe problem is that currently in the likes of Discord, MS Teams, Slack, Zoom and others that you run through Xwayland, you may end up with a black screen and no windows listed — this should solve it.I don't understand which case this will help that xdg-desktop-portal-wlr doesn't handle.
how do you leverage xdg-desktop-portal-wlr at the moment?
Zink driver for OpenGL over Vulkan gets a 10x performance boost for DOOM 2016
18 Feb 2023 at 1:41 pm UTC Likes: 2
Same thing as happens with WINE, where fixed bugs are even listed in changelogs in the version they notice a reported issue was fixed, not in the version that actually fixed it (because they often only notice a change helps game Y much later than it was made to help another issue in game X)
18 Feb 2023 at 1:41 pm UTC Likes: 2
Quoting: TheRiddickIs Zink doing performance fixing on a per Game basis? if so it may take them a few hundred years to catch up. lolThey are, but most often than not it's not really for 1 game, just a more general improvement noticed because it affects 1 game more so that is what is noticed and triggers the effort to fix/improve it
Same thing as happens with WINE, where fixed bugs are even listed in changelogs in the version they notice a reported issue was fixed, not in the version that actually fixed it (because they often only notice a change helps game Y much later than it was made to help another issue in game X)
Zink driver for OpenGL over Vulkan gets a 10x performance boost for DOOM 2016
16 Feb 2023 at 2:03 am UTC Likes: 4
Vulkan over OpenGL is very hard because it's a more flexible API that more closely resembles how a modern GPU works internally, while OpenGL is more abstracted and high-level, so it does a lot of stuff in the background for each command... easier to ask it to do X but harder to optimize (and damn hard to make it do exactly each thing you can do in vulkan without crazy wasteful workarounds). OpenGL over Vulkan isn't easy, but it sure is much much easier than that.
MacOSX and iOS also have no Vulkan support, but their Metal API is quite similar to Vulkan so there is MoltenVK to translate Vulkan to Metal... and this works quite cleanly with mostly zero overhead, the entire vulkan featureset and no big quirks.
It works so well that using Zync to provide OpenGL over Vulkan over MoltenVK over Metal works pretty much as expected when Zync is just running over Vulkan... and it is something pretty useful to have there because of OpenGL being deprecated.
For continuously developed apps like an Office Suite Apple's pressure over app devs seems reasonable (eg: making every app use the best APIs available and etc), but for gaming it's an impossible long-term proposition (because old games frequently don't even get simple updates, much less entirely rewritten).
What makes it a bit less impossible are exactly the efforts of 3rd-party opensource devs like the ones behing Zync, MoltenVK and etc.
In that realm it's hard to not admire the stuff that's modular, stackable, fully compliant to open standards, cross-platform, open to new maintainers so the torch is passed along and almost never goes out, etc.
16 Feb 2023 at 2:03 am UTC Likes: 4
Quoting: slaapliedjeHa, at this point there are too many wrappers with various names. For some reason I was thinking Zink was a macOS thing, and was surprised to see the article here initially. Since macOS doesn't actually have Vulkan support directly, I was thinking translating Vulkan to OpenGL makes more sense there.Native OpenGL support on MacOSX and iOS has been deprecated years ago (meaning they won't outright remove it but they won't improve it nor fix it when it breaks)
https://www.phoronix.com/news/Zink-macOS-OpenGL-Vulkan [External Link]
That's likely where I got that idea.
Vulkan over OpenGL is very hard because it's a more flexible API that more closely resembles how a modern GPU works internally, while OpenGL is more abstracted and high-level, so it does a lot of stuff in the background for each command... easier to ask it to do X but harder to optimize (and damn hard to make it do exactly each thing you can do in vulkan without crazy wasteful workarounds). OpenGL over Vulkan isn't easy, but it sure is much much easier than that.
MacOSX and iOS also have no Vulkan support, but their Metal API is quite similar to Vulkan so there is MoltenVK to translate Vulkan to Metal... and this works quite cleanly with mostly zero overhead, the entire vulkan featureset and no big quirks.
It works so well that using Zync to provide OpenGL over Vulkan over MoltenVK over Metal works pretty much as expected when Zync is just running over Vulkan... and it is something pretty useful to have there because of OpenGL being deprecated.
For continuously developed apps like an Office Suite Apple's pressure over app devs seems reasonable (eg: making every app use the best APIs available and etc), but for gaming it's an impossible long-term proposition (because old games frequently don't even get simple updates, much less entirely rewritten).
What makes it a bit less impossible are exactly the efforts of 3rd-party opensource devs like the ones behing Zync, MoltenVK and etc.
In that realm it's hard to not admire the stuff that's modular, stackable, fully compliant to open standards, cross-platform, open to new maintainers so the torch is passed along and almost never goes out, etc.
Valve suffers a huge leak from various games like Portal, Half-Life 2 and Team Fortress 2
17 Jan 2023 at 9:29 pm UTC Likes: 2
17 Jan 2023 at 9:29 pm UTC Likes: 2
"spark a debate" is not necessarily bad for Valve either, quite the contrary!
it doesn't even matter too much if the scrapped assets are horrible or better than the final ones, this can only increase interest in those aging games and increase their lifespan...
...unless they're Blizzard and the game assets somehow turn into extra proof of an office harassment culture, then it's a real problem for them, but so far this has never been the case with Valve AFAIK :huh:
my point is that this kind of feels like those certified 100% organic "leaks" of GPU and CPU specs one week before the official announcement
it doesn't even matter too much if the scrapped assets are horrible or better than the final ones, this can only increase interest in those aging games and increase their lifespan...
...unless they're Blizzard and the game assets somehow turn into extra proof of an office harassment culture, then it's a real problem for them, but so far this has never been the case with Valve AFAIK :huh:
my point is that this kind of feels like those certified 100% organic "leaks" of GPU and CPU specs one week before the official announcement
Valve suffers a huge leak from various games like Portal, Half-Life 2 and Team Fortress 2
16 Jan 2023 at 8:57 pm UTC Likes: 3
16 Jan 2023 at 8:57 pm UTC Likes: 3
Yeah, this is superbad for Valve... all those old and unused game resources for games that sold zillion copies or are F2P are sure to convince people to de-buy the game or play the resources without the games... lol
I just expect Valve will make fun of it and turn this into positive marketing for their games division, not that they need any help keeping people engaged
I just expect Valve will make fun of it and turn this into positive marketing for their games division, not that they need any help keeping people engaged
Valve adding a Steam feature for game transfers between PCs and Steam Decks
11 Jan 2023 at 8:42 pm UTC
11 Jan 2023 at 8:42 pm UTC
will they enable this to work between desktop clients or just desktop >> deck ?
- Horizon Chase Turbo is getting delisted after the Epic Games layoffs
- Planetary Annihilation: TITANS gets revived as the devs ask for Linux help and feedback
- AMD announced the Ryzen 9 9950X3D2 Dual Edition processor
- STALKER 2: Cost of Hope expansion announced for Summer 2026
- Steam Client Beta bring fixes for the new Linux SteamRT3 Beta
- > See more over 30 days here
- The Great Android lockdown of 2026.
- mr-victory - Proton/Wine Games Locking Up
- Caldathras - What have you been playing recently?
- Strigi - New Desktop Screenshot Thread
- Hamish - Thrustmaster TMX drivers for Linux
- Kxzrt - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck