-
Notifications
You must be signed in to change notification settings - Fork 269
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
Element not Rendering Graphics #1029
Comments
I still need help w/ this, I'm not able to use Element at all until it's resolved. I wonder, would turning off hardware acceleration be a working temporary stopgap? I can't see any of the menus, so I can't change the setting graphically, but is it represented in a config file? Thanks. |
In my case at least, using |
try running with |
Thanks for the tip @pbsds, this is no longer an issue for me, but it might be helpful in the future to have that command. |
W/ the build of Mesa Canonical ships & also the current build of Mesa from |
this helped me with my issue, but why is this neccessary now? It worked fine before. I am on debian testing. |
I've had issues with multiple electron applications, where the fix was the same. Could be an electron update thing |
Is |
@InklingGirl brave is based on Chromium, Electron is also based on Chromium. |
Maybe an even upperstream issue then? Who knows, but for reference: |
If anyone is still experiencing, I may reopen
Since @sascha-wi is still experiencing, I'll reopen this. |
So uhh did anyone file an Electron/chromium issue for that? |
I can also confirm that with the flag |
On nixos i modify the desktop entry with an override: nixpkgs.config.packageOverrides = pkgs: {
element-desktop = pkgs.element-desktop.overrideAttrs (old: {
desktopItem = old.desktopItem.override (old: {
exec = "element-desktop --disable-gpu --in-process-gpu %u";
});
});
}; |
I found a solution in another issue that fixed the white screen for me: Delete the contents of edit: Ah, I just saw that this is also mentioned in joepie91's link to nixpkgs. |
Worked for me aswell. |
Was using Element last night without issue, this morning Element started showing this issue, additionally chrome wasn't rendering correctly. Reinstalling chrome would fix the problem with chrome but as soon as I opened element up it would return. removing the contents of ~/.config/Element/GPUCache as recommend above seems to have fixed both the issue with element and it's strange interaction with my browser. |
Same here. Yesterday's update from https://packages.element.io/debian caused the white window again, removal of Maybe Element should empty that directory on startup or after an update as a temporary solution until the real reason is found and fixed? |
Chrome has its own cache directories. You could try to empty them or at least GPUCache the next time (maybe after a backup):
(Source) |
So today nothing works anymore? regardless how I start element-desktop it shows basically just black background? Edit: can we finally get a fix for this mess? |
With AMD videocard element-nightly not started on wayland. log not success start was:
|
For the record, i've switched to the following electron flag, which at least give be a smidgen of performance:
|
FTR, this is not an issue on nixos 23.11: no workaround needed and i get hardware acceleration finally. This can maybe be closed |
Just because you have no issues on your OS doesn't mean the issue can be closed. |
Steps to reproduce
Open Element as per standard on a GNOME desktop, but the window proceeds to flash & goes on to not render anything but a text cursor at the bottom of it.
Even the topbar icon is caught up in this, as it briefly renders on launching the program & then visually disappears (while still being clickable).
Outcome
What did you expect?
For Element to render correctly.
What happened instead?
On opening, the window proceeds to flash & go on to not render anything but a text cursor at the bottom of it.
Operating system
Ubuntu 22.04.2 LTS (Jammy Jellyfish) OS w/ GNOME 42.5 DE on Wayland window server
Application version
Can't see, but latest
How did you install the app?
https://packages.element.io/debian/ i.e. the first-party Deb repo for Element, via
apt
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: