Latest Comments by tuubi
Latest Steam stable update is live as Windows gets 64-bit
22 Dec 2025 at 3:19 pm UTC Likes: 3
All I'm saying that the tech is available if they want to go pure 64bit, assuming 32bit Wine is somehow the blocker.
22 Dec 2025 at 3:19 pm UTC Likes: 3
Quoting: EikeI believe even the latest Proton only provides WOW64 as an option, alongside the traditional 32bit build and libraries. They're probably still launching 32bit Windows games in a 32bit Proton/Wine prefix by default. They're definitely doing that with Proton 9 and older.Quoting: tuubiThat's because your package is not a pure WOW64 build. That's up to the package maintainer. 32bit Windows software runs on 64bit (WOW64) Wine without 32bit libraries. You can keep claiming otherwise, but I'd rather you just looked into it if you don't want to believe a random person on a forum.I guess Proton is using that?
So, a 64 bit Linux is starting a 32 bit Steam client is starting a 64 bit WOW-enabled Proton which might be starting a 32 bit Windows game?!?
All I'm saying that the tech is available if they want to go pure 64bit, assuming 32bit Wine is somehow the blocker.
Latest Steam stable update is live as Windows gets 64-bit
22 Dec 2025 at 1:38 pm UTC Likes: 3
22 Dec 2025 at 1:38 pm UTC Likes: 3
Quoting: LoudTechieThat's because your package is not a pure WOW64 build. That's up to the package maintainer. 32bit Windows software runs on 64bit (WOW64) Wine without 32bit libraries. You can keep claiming otherwise, but I'd rather you just looked into it if you don't want to believe a random person on a forum.Quoting: tuubiIf I install Wine on 64bits system it requires me manipulate my repos to also allow installing 32 bit libraries and then it installs 32 bit wine libraries.Quoting: LoudTechie32bit libraries or wine binaries are not needed in WOW64 mode. That's the whole point. Although I suppose Steam will have to ship them for older Proton builds.Quoting: tuubiBy providing 64bit and 32bit libraries(a.k.a 64 and 32 bit wine).Quoting: LoudTechie64 Bit wine can't launch 32 bit applications.Proton has included support for Wine's WOW64 mode for a while now. This shouldn't be a blocker anymore.
Those 32bit libraries make it a 32bit client.
EDIT: If I want to run 32bit or 32 bit reliant software(its technically optional, but the 32 bit stuff won't work, just like vulcan integration is optional)
Latest Steam stable update is live as Windows gets 64-bit
21 Dec 2025 at 8:34 pm UTC Likes: 4
21 Dec 2025 at 8:34 pm UTC Likes: 4
Quoting: LoudTechie32bit libraries or wine binaries are not needed in WOW64 mode. That's the whole point. Although I suppose Steam will have to ship them for older Proton builds.Quoting: tuubiBy providing 64bit and 32bit libraries(a.k.a 64 and 32 bit wine).Quoting: LoudTechie64 Bit wine can't launch 32 bit applications.Proton has included support for Wine's WOW64 mode for a while now. This shouldn't be a blocker anymore.
Those 32bit libraries make it a 32bit client.
Latest Steam stable update is live as Windows gets 64-bit
20 Dec 2025 at 11:17 pm UTC Likes: 3
20 Dec 2025 at 11:17 pm UTC Likes: 3
Quoting: LoudTechie64 Bit wine can't launch 32 bit applications.Proton has included support for Wine's WOW64 mode for a while now. This shouldn't be a blocker anymore.
Vulkan-based translation layer for Direct3D 7 on Linux, D7VK has a 1.0 release out now
15 Dec 2025 at 10:19 am UTC
BTW, you can check the version supported by your current hardware and driver with `vkgears -info |grep apiVersion` or searching vulkaninfo output for "apiVersion". Might have to install vulkan-tools or a similar package.
15 Dec 2025 at 10:19 am UTC
Quoting: tpauIf you mean https://vulkan.gpuinfo.org/ [External Link], it's just a bit confusing because it has several entries for GPUs with different driver versions. Try writing in a Maxwell GPU like "GTX 750" in the Device filter box and you'll see 1.4.312 in the "Max. API Version" field with the last available driver (the 580 series).Quoting: CatKillerin that case the linked website is inaccurate or out of dateQuoting: tpauGeforce below 20xx series... are stuck on 1.1.That's also incorrect. Kepler supports 1.2. Maxwell and up supports 1.4.
BTW, you can check the version supported by your current hardware and driver with `vkgears -info |grep apiVersion` or searching vulkaninfo output for "apiVersion". Might have to install vulkan-tools or a similar package.
Vulkan-based translation layer for Direct3D 7 on Linux, D7VK has a 1.0 release out now
14 Dec 2025 at 7:56 am UTC Likes: 4
14 Dec 2025 at 7:56 am UTC Likes: 4
Quoting: ShmerlEven GCN 1.0 cards support Vulkan 1.3 (that's from 2012 which is quite old by now) which is basically as old as it gets for Vulkan on AMD at least.You're right, even the GPUs I mentioned in my earlier post support Vulkan 1.3 according to vulkan.gpuinfo.org [External Link]. My info was outdated. So this is a non-issue for desktop (and laptop) gaming.
Vulkan-based translation layer for Direct3D 7 on Linux, D7VK has a 1.0 release out now
13 Dec 2025 at 7:41 pm UTC Likes: 2
13 Dec 2025 at 7:41 pm UTC Likes: 2
Quoting: Beta VersionThanks for the correction. But that doesn't really mean "retro DX7 games require fairly new hardware", unless they don't work at all with plain old WineD3D.Quoting: tuubiDX12 and Vulkan are contemporary standards with the same fundamental approach (both basically built on top of the design of AMD's Mantle), while DX7 was designed for old, fixed function hardware.It has nothing to do with this case. DX7 could be implemented even on Vulkan 1.0. It's just that the dev of D7VK based his work on the latest DXVK, not the one that required Vulkan 1.1. This leads to a stupid situation where retro DX7 games require fairly new hardware. Even newer than required for DX9/DX11/DX12 games when you use Proton-Sarek.
Vulkan-based translation layer for Direct3D 7 on Linux, D7VK has a 1.0 release out now
13 Dec 2025 at 4:14 pm UTC Likes: 3
I'm not saying it doesn't suck if you're still on older hardware like RDNA1/Polaris or the GTX 1000 series, but at least the requirement does make sense in this case. I'm sure it would be possible to implement less efficient "shims" in the translation layer for the required functionality, but I doubt it's high on their agenda.
13 Dec 2025 at 4:14 pm UTC Likes: 3
Quoting: Beta VersionDX7->Vulkan translation layer requires Vulkan 1.3, while you can play DX12 games on Vulkan 1.1 hardware. It's just so stupid.DX12 and Vulkan are contemporary standards with the same fundamental approach (both basically built on top of the design of AMD's Mantle), while DX7 was designed for old, fixed function hardware. In fact, DirectX 8 was the first major transition towards programmable pipelines. Makes sense that some extensions might be required to facilitate a reasonable mapping of that old tech on top of a modern graphics API.
I'm not saying it doesn't suck if you're still on older hardware like RDNA1/Polaris or the GTX 1000 series, but at least the requirement does make sense in this case. I'm sure it would be possible to implement less efficient "shims" in the translation layer for the required functionality, but I doubt it's high on their agenda.
Check out the demo for Chipmatic an upcoming mining and automation game
4 Dec 2025 at 3:56 pm UTC Likes: 2
Still, could be fun.
4 Dec 2025 at 3:56 pm UTC Likes: 2
Quoting: JarmerOMG could this possibly be the steamworld dig 3 we have never gotten? COULD IT BE? trying the demo nowBased on the trailer, I think the answer to that is probably "no". This is quite different. No platforming, no combat, no NPCs or story as far as I can see. Although the highlight list does hint at some lore to be found.
Still, could be fun.
Linux players on Steam hit an all-time high for November 2025
2 Dec 2025 at 9:26 am UTC Likes: 12
2 Dec 2025 at 9:26 am UTC Likes: 12
I am not sure if it matters any more.Of course it matters! I get to use Linux and play games. And there are thousands of native games out there. Not many big-budget ones, but I can live with that. I don't buy AAA anyway, unless it's old and cheap as chips.
There are practically no Linux games out there.
A lot of franchises that had linux(bad ones at that) ports - became windows only with proton.
I suppose it only matters for proton, there is more initiative to make proton better as result.
- Legendary, the free and open source Epic Games Launcher, has moved to a new organisation
- Godot gets a funding boost from Slay the Spire 2 devs Mega Crit
- Bazzite Linux gets some major upgrades for the April 2026 Update
- Valve dev fixes up VRAM management on AMD GPUs to improve performance
- Proton Experimental brings fixes for classic Resident Evil 1 & 2, Dino Crisis 1 & 2 and more
- > See more over 30 days here
- To wait or not to wait
- GustyGhost - Proton/Wine Games Locking Up
- tuubi - The Great Android lockdown of 2026.
- LoudTechie - Introduce Yourself!
- LoudTechie - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - 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