Latest Comments by Calinou
2 Ship 2 Harkinian, another unofficial PC port of Zelda: Majora's Mask is out now
27 May 2024 at 9:04 pm UTC Likes: 2
27 May 2024 at 9:04 pm UTC Likes: 2
Quoting: massatt212is there one for mario 64?https://sm64coopdx.com/ [External Link] is my go-to option nowadays. It's geared towards multiplayer but can play singleplayer just fine too, with support for arbitrary FPS and mods.
Proton Experimental improves Halo Infinite, Call of Juarez: Gunslinger and more
17 May 2024 at 5:46 pm UTC
17 May 2024 at 5:46 pm UTC
Quoting: CatKillerIn terms of performance, negative core scaling is still a common issue in modern AAA games. A fair amount of games perform better if you only expose 8 physical cores to them at most. It's usually caused by games spawning too many threads for tasks that can only be parallelized so much, simply because you have a CPU with more than 16 threads (assuming HyperThreading).Plus they're also now limiting the CPU cores seen by Call of Juarez: Gunslinger as well to make it playable on high core-count CPUs. They did the same fix for Command & Conquer and The Covert Operations in a previous Experimental update.It's weird that this keeps cropping up as an issue. High core-count machines have been around for quite a while now, and dev machines tend to have more cores than gaming machines, so you'd think that this was the kind of thing that would be spotted and fixed by game devs themselves.
Open source NVIDIA Vulkan driver NVK gets more enhancements
27 Apr 2024 at 1:54 am UTC Likes: 1
27 Apr 2024 at 1:54 am UTC Likes: 1
Why? Turns out fixing these new extensions also fixed "an ancient 3D graphics feature in an actual game". Since it fixes issues in one game, it no doubt fixes issues in others too.While shader derivatives are a 20 year old feature, they're still pretty important for modern games (and even some non-game applications) as they're used for things like smooth line drawing (without needing expensive MSAA or non-portable GL_LINE_SMOOTH).
Minecraft v1.20.5 the Armored Paws drop update is live now
25 Apr 2024 at 5:55 pm UTC
25 Apr 2024 at 5:55 pm UTC
The armadillo timing is impressive considering the news that was published just after: https://www.gamingonlinux.com/2024/04/atari-revives-infogrames-and-acquires-totally-reliable-delivery-service/
Coincidence? ;)
Coincidence? ;)
Ubuntu 24.04 LTS (Noble Numbat) is now available
25 Apr 2024 at 5:52 pm UTC Likes: 7
25 Apr 2024 at 5:52 pm UTC Likes: 7
Every Ubuntu LTS release feels special, since it's often treated as the baseline for shipping apps that are portable across distributions. Of course, the oldest still-supported Ubuntu LTS is usually the one developers are targeting (currently 20.04), but in a few years from now, this will be Ubuntu 24.04.
While I don't use Ubuntu anymore, it's still a distro I appreciate for this reason.
While I don't use Ubuntu anymore, it's still a distro I appreciate for this reason.
Half-Life remake Black Mesa has a big upgrade with DXVK 2.3.1, optimizations and bug fixes
16 Apr 2024 at 4:40 pm UTC Likes: 4
- Slower startup times (compare `wine simple_program.exe` with `./simple_program` of a native Linux binary). This is especially the case if the WINE prefix needs to be updated following a WINE update, in which case it can take 10+ seconds.
- Larger file size – a WINE prefix isn't small, especially if you use one prefix per game. WINE updates often tend to dominate in terms of file size compared to other programs (at least if you use system WINE, but it's a similar deal with Proton). I think only LaTeX competes here in terms of large updates in distribution repositories :)
These are not dealbreakers for gaming, but a native port is still ideal when it's well-maintained.
16 Apr 2024 at 4:40 pm UTC Likes: 4
Quoting: PyrateRealistically speaking, what could be so bad if Proton became the de-facto Linux support method for all games, including games that would've had Native Linux support if the developers were generous enough? I'm a new Linux user and I've been thinking about this.There are a few practical issues with WINE/Proton that are more or less unsolvable by design:
- Slower startup times (compare `wine simple_program.exe` with `./simple_program` of a native Linux binary). This is especially the case if the WINE prefix needs to be updated following a WINE update, in which case it can take 10+ seconds.
- Larger file size – a WINE prefix isn't small, especially if you use one prefix per game. WINE updates often tend to dominate in terms of file size compared to other programs (at least if you use system WINE, but it's a similar deal with Proton). I think only LaTeX competes here in terms of large updates in distribution repositories :)
These are not dealbreakers for gaming, but a native port is still ideal when it's well-maintained.
AMD FSR 3.1 announced with Vulkan support, upscaling quality improvements
26 Mar 2024 at 3:01 am UTC Likes: 2
26 Mar 2024 at 3:01 am UTC Likes: 2
Quoting: PenglingIf a cheap desktop PC for office/multimedia use cases is your goal, I'd probably point towards prebuilt mini PCs nowadays, which are more cost-efficient than building one yourself (on top of being much smaller). These have laptop CPUs (like the 7840U or 7940HS), which are slower than high-end desktop CPUs but they benefit from the same fast IGPs as you find in these laptops.Quoting: pete910or find ways of making the hardware more affordable at a given tier rather than £1000 odd for a 80 class card which is just **** ridiculous.Oh God, tell me about it. I had originally planned to branch out a bit from portables and learn to build a desktop machine this year, but the prices, even on the more entry-level end of things (which is really all I'm aiming for), are utterly insane! :shock: I think I might have to put it off 'til next year, at this rate.
I have the money for a 4090 but be damned if I'm feeding the greed of these companies!
AMD FSR 3.1 announced with Vulkan support, upscaling quality improvements
21 Mar 2024 at 9:03 pm UTC Likes: 3
Lossless Scaling's LSFG1 does frame generation without motion vectors pretty well, but it only works on Windows. AMD's AFMF also works, but is more finnicky due to it turning itself off if too much motion occurs at a time. It also requires games to use exclusive fullscreen and doesn't seem to work with OpenGL-based games or emulators from my testing. It's too bad because AFMF's quality is generally more convincing than LSFG1 (when it doesn't turn itself off).
It'll probably take a while until we see an universal frame generation solution that works on Linux, given it needs to hook onto low-level X11/Wayland stuff.
Generating more than 1 frame per input frame is something I'd like to see as well (outside of chaining Lossless Scaling and AFMF together...). This one can be viable already for games that are forced to run at 30 FPS and nothing more, or 60 FPS on a fast GPU at relatively low resolutions. However, there's no algorithm out there that can do this in real-time currently.
21 Mar 2024 at 9:03 pm UTC Likes: 3
Quoting: LoftyLooking forward to be able to add this to any game even using Emulators to push games upto 240 FPS.Frame generation that requires engine-provided motion vectors isn't suited for emulators, unless the emulator is able to perform matrix interpolation on its end (see RT64). At this stage, you might as well have the emulator render more frames by interpolating matrices, as oppoesed to using artifact-prone frame generation solutions.
Lossless Scaling's LSFG1 does frame generation without motion vectors pretty well, but it only works on Windows. AMD's AFMF also works, but is more finnicky due to it turning itself off if too much motion occurs at a time. It also requires games to use exclusive fullscreen and doesn't seem to work with OpenGL-based games or emulators from my testing. It's too bad because AFMF's quality is generally more convincing than LSFG1 (when it doesn't turn itself off).
It'll probably take a while until we see an universal frame generation solution that works on Linux, given it needs to hook onto low-level X11/Wayland stuff.
Generating more than 1 frame per input frame is something I'd like to see as well (outside of chaining Lossless Scaling and AFMF together...). This one can be viable already for games that are forced to run at 30 FPS and nothing more, or 60 FPS on a fast GPU at relatively low resolutions. However, there's no algorithm out there that can do this in real-time currently.
Open-source Vulkan driver for NVIDIA hardware in Mesa, NVK, is now ready for prime time
2 Mar 2024 at 10:05 pm UTC Likes: 1
2 Mar 2024 at 10:05 pm UTC Likes: 1
Quoting: ShmerlI didn't know about `AMD_TEX_ANISO`, thanks :)Quoting: CalinouI remember having to run games through Zink just to be able to do that on AMD…I thought with AMD you could already do it for radeonsi:
AMD_TEX_ANISO=16
For Vulkan it's:
RADV_TEX_ANISO=16
Example:
AMD_TEX_ANISO=16 glxgears
radeonsi: Forcing anisotropy filter to 16x
...
Open-source Vulkan driver for NVIDIA hardware in Mesa, NVK, is now ready for prime time
29 Feb 2024 at 3:16 pm UTC
29 Feb 2024 at 3:16 pm UTC
Defaulting to Zink + NVK will be interesting because it's a combination that allows you to force anisotropic filtering on games that don't provide an option for it, unlike stock Mesa/Gallium3D OpenGL :)
I remember having to run games through Zink just to be able to do that on AMD…
I remember having to run games through Zink just to be able to do that on AMD…
- Linux and open source getting age checking exemptions could be problematic
- Steam Deck stock returns but there's a big price increase
- Dusklight the reimplementation of The Legend of Zelda: Twilight Princess gets a major update
- Proton-CachyOS adds low latency layer and Discord rich presence support
- Flathub moves to ban nearly all apps and submissions made with generative AI
- > See more over 30 days here
- Fully native alternative to ProtonDB
- LoudTechie - Feedback needed - future website updates
- Liam Squires-Hand - New Desktop Screenshot Thread
- Hamish - Restrict way kernel-level-anti-cheat is installed.
- PlayingOnLinuxphone - Are Mac computers good and stable?
- PlayingOnLinuxphone - See more posts
Anticheat check - which competitive games actually work on Linux?
How to give Valve feedback when Proton games have issues on Linux / SteamOS