Linux gets Nvidia Reflex and AMD Anti-Lag on any GPU
Linux gets Nvidia Reflex and AMD Anti-Lag on any GPU
https://www.notebookcheck.net/Linux-gets-Nvidia-Reflex-and-AMD-Anti-Lag-on-any-GPU.1299086.0.html
Publish Date: 2026-05-17 20:15:00
Source Domain: www.notebookcheck.net
ⓘ AMD (edited), Larry Ewing (Tux mascot)
AMD’s Radeon Anti-Lag 2 now runs on Linux, and better than on Windows in select titles.
The low_latency_layer project from Korthos Software allows AMD Anti-Lag 2 and Nvidia Reflex to be used on any GPU, effectively making both technologies hardware-agnostic for Linux users.
Big news for Linux gamers, especially eSports players: Nvidia Reflex 2 and AMD Anti-Lag 2 can now be used in a hardware-agnostic manner, meaning that these proprietary technologies can now be used on GPUs from opposing vendors, including Intel GPUs, thanks to Korthos Software’s low_latency_layer. Even better, some benchmarks reflect these technologies actually working better than the native Windows versions, taking a pain point of Linux gaming and turning it into a genuine strength. Setting it up does require some basic knowledge of how to use a Linux terminal, including installing packages and making a build directory, but the instructions on Korthos’ GitHub page for the project should make that process a simple matter.
Korthos Software benchmarks of Counter-Strike 2 and AMD Anti-Lag 2.
It’s a truly impressive feat from Korthos Software—or specifically, Nicolas James, the only known developer of low_latency_layer. In a statement made to Phoronix, Nicolas James stated that the project was started earlier this year “because I was frustrated with the state of Anti-Lag 2 on Linux. If you’re not aware, the Mesa AL2 implementation had some issues with stability and was disabled by default. On top of this, I tested the latency improvement of the Mesa implementation and found that it wasn’t doing as much as the proprietary version on Windows. I like my FPS games and my AMD machine but I love Linux, and it seemed like they weren’t compatible.”
He continues, “After AL2 was working, I noticed there was nothing stopping a similar implementation of the Nvidia equivalent […] They are just device extensions that any Vulkan layer can intercept….