-
Notifications
You must be signed in to change notification settings - Fork 68
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
Linux transparency broken unless the GPU is disabled #149
Comments
I suggest that you check out this comment left on one of the issues you mentioned: electron/electron#25153 (comment)
It seems to work for me, which is excellent, seeing that I want to be able to take full advantage of GPU rendering inside transparent framed windows. Let me know if this does/doesn't work for you — equally, it would be handy if there was no workaround (ie. transparency works out of the box) of course. (Running Electron 14.0.1 on Debian 10 GNU/Linux with picom compositor and Nvidia drivers) |
I tried that option but when I was using the Electron |
Huh, very strange. Have you tried using this flag when running the |
See electron/electron#28834 and electron/electron#25153
Disabling the GPU will completely break fullscreen visualization.
IMO, until Electron fixes this, visualizations should not work fullscreen on Linux.
Bug introduced when upgrading Electron to 11 (cf. a0dc9e9)
The text was updated successfully, but these errors were encountered: