You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing open and closed issues.
Regression?
I don't know, I started using Hyprland only recently
System Info and Hyprland Version
System/Version info
❯ Hyprland --version
Hyprland 0.47.0 built from branch at commit 2a478c30cab89c8c608936ca966155da5b16728d ().
Date: 2025-01-27
Tag: v0.47.0, commits:
built against:
aquamarine 0.7.1
hyprlang 0.6.0
hyprutils 0.4.0
hyprcursor 0.1.11
hyprgraphics 0.1.1
no flags were set
Linux <redacted> 6.12.7 #1-NixOS SMP PREEMPT_DYNAMIC Fri Dec 27 13:02:20 UTC 2024 x86_64 GNU/Linux
System is a Zephyrus G14 2024 with an NVIDIA GeForce RTX 4070 Max-Q / Mobile GPU. It's running on a 4K monitor (3840x2160) at 240Hz with 1.333333 scaling.
Description
When setting the vrr property to 2 and rebuilding config (NixOS), if I switch between workspaces quickly, there is an obvious pink flash artifacting seen. If I disable vrr by setting to 0, the issues goes away. See video clip for example.
WARNING FOR EPILEPTICS: Video clip contains quick flashing changes on screen.
How to reproduce
Set vrr property to 2
Reload the config
Quickly switch between workspaces with open clients.
Set vrr to 0 to eliminate issue.
Attach not paste
I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam
Looks like one workspace has a fullscreen app and pink artifacts are caused by quick vrr on-off toggling.
Might be fixed with #9226 for regular fullscreen apps.
Looks like one workspace has a fullscreen app and pink artifacts are caused by quick vrr on-off toggling. Might be fixed with #9226 for regular fullscreen apps.
Thanks for your reply. I have two clients on WS1 and nautilus on WS2. Will check out your issue linked.
ensureVRR gets called every time workspace changes but doesn't return early when vrr is in correct state already. resetExplicitFences and other stuff might be the cause of this issue. resetExplicitFences shouldn't be called without waiting for existing fences.
Already reported ? *
Regression?
I don't know, I started using Hyprland only recently
System Info and Hyprland Version
System/Version info
System is a Zephyrus G14 2024 with an
NVIDIA GeForce RTX 4070 Max-Q / Mobile
GPU. It's running on a 4K monitor (3840x2160
) at 240Hz with1.333333
scaling.Description
When setting the
vrr
property to2
and rebuilding config (NixOS), if I switch between workspaces quickly, there is an obvious pink flash artifacting seen. If I disablevrr
by setting to0
, the issues goes away. See video clip for example.WARNING FOR EPILEPTICS: Video clip contains quick flashing changes on screen.
How to reproduce
vrr
property to2
vrr
to0
to eliminate issue.Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
PXL_20250129_224409426.mp4
The text was updated successfully, but these errors were encountered: