[BUG] Remove WLR_DRM_NO_ATOMIC
Describe the bug
This variable used to do the old drm management. And this was a good option for nvidia cards. But it is no longer needed, and even causes problems. As stated in the Hyprland Wiki, if the kernel version is 6.8 and above, this can be removed. and is not a recommended method. Even the LTS kernel is at version 6.12
env = WLR_DRM_NO_ATOMIC,1 is not recommended. If your kernel ver is >= 6.8, you can remove it.
For kernels < 6.8, this env is required.
Check your kernel version with uname -r.
https://wiki.hyprland.org/0.41.0/Configuring/Tearing/
The new wiki doesn't even mention it anymore
https://wiki.hyprland.org/Configuring/Tearing/
Steps to reproduce
Expected behavior
Removing the problematic variable
Screenshots
Distribution
Other (please specify below)
If Other, specify
Void Linux
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Thank you. I woll check.
Removed on main branch.