-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Weird black/white pixel pattern blocking fullscreen (Linux:Wayland) #2960
Comments
I found out problem is not only with videos. Just making the app fullscreen (by pressing F11) triggers the weird pixel overlay. It overlays the whole app, not just the video. |
Seems to be an electron issue. |
I think this may be due to Hardware Acceleration? In vscode, problem disappears when starting with the following flag: But this flag does not work for me with youtube-music. |
Welp. I'm stuck. Tried a bunch of Linux kernel flags I found online but nothing worked. For me, everything points to this being an electron+wayland problem. |
it could also be an issue with chromium (version 132), it's worth trying to reproduce it there.
You could also disable hw accel through the option in the top menu. Or manually edit I'm also on amdgpu and wayland (Hyprland), but I don't have this problem. Hardware acceleration never worked on chromium/electron for me, so maybe that's why I can't repro. |
Thanks for the feedback. Disabling hw accel in youtube-music through top menu or through I now tried with two new apps:
In both the problem shows up when going into fullscreen by pressing F11.
I will try to open an issue in Electron issue tracker. |
Electron issue created: electron/electron#45534 |
Preflight Checklist
YouTube Music (Application) Version
3.7.2
Checklists
What operating system are you using?
Other Linux
Operating System Version
Arch Linux
Linux mycomputer 6.13.1-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 02 Feb 2025 01:02:11 +0000 x86_64 GNU/Linux
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
Double-click on a video to make it fullscreen.
Expected Behavior
Video goes fullscreen.
Actual Behavior
Video goes fullscreen with a weird pixel pattern blocking the video.
Everything else seems to work.
Enabled plugins
I tried disabling all plugins but problem still persists.
Additional Information
Note: I am eager to troubleshoot this myself. But I honestly do not know what can cause the issue. And I fail to find good search words to use when searching the Internet for similar problems.
Any tips would be great.
Further info:
--enable-features=UseOzonePlatform --ozone-platform=wayland
--enable-features=UseOzonePlatform --ozone-platform-hint=auto
--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto
Desktop Environments:
The text was updated successfully, but these errors were encountered: