dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[BUG] Remove WLR_DRM_NO_ATOMIC

Open Unkown000X opened this issue 9 months ago • 1 comments

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

Unkown000X avatar May 29 '25 16:05 Unkown000X

Thank you. I woll check.

mylinuxforwork avatar May 29 '25 17:05 mylinuxforwork

Removed on main branch.

mylinuxforwork avatar Jun 05 '25 19:06 mylinuxforwork