Thank you for helping to keep GamingOnLinux civil and safe!
Please tell us why you're reporting this content. Please note we store your IP address for all reports to help prevent spam and abuse. You can also email any complaints to: [email protected].
- GOG did an AMA and here's some highlights - like how they'll continue using generative AI
- Discord is about to require age verification for everyone
- PlayStation Publishing reveal Horizon Hunters Gathering, Guerrilla's new co-op action game
- JSAUX announce a charging-friendly Steam Deck travel case
- System76 plans for COSMIC include Vulkan, HDR, gaming improvements and more
- > See more over 30 days here
- Will you buy the new Steam Machine?
- tmtvl - Small update for article comments and forum posts
- Liam Dawe - Help! Steam ignoring gamepad
- JSVRamirez - Weird thing happening with the graphics
- Ehvis - New Desktop Screenshot Thread
- scaine - 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
https://www.gamingonlinux.com/2025/01/ntsync-driver-for-improving-windows-games-on-linux-with-wine-proton-should-finally-land-in-linux-kernel-614/
The gist is that Windows has a function for a program to wait for multiple conditions and Linux doesn't. Wine first emulated that function in user space with the waits that Linux did have, but that wasn't great. But putting Windows in the kernel isn't great, either. So there have been progressing attempts to have the function working with proper performance whilst minimising the amount that having Windows games running bothers the kernel devs. ntsync is the third attempt, I think, with the first two approaches improving performance and the third improving correctness.