-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Wezterm rendering is broken in master #336069
Comments
|
Seems like the workaround doesn't work for me:
|
Try disabling Wayland and fallback to xwayland. I tried the latest version from master and that didn't fix this bug. |
This comment was marked as duplicate.
This comment was marked as duplicate.
@pshirshov Setting the frontend to The workaround is to set the following in the front_end = "WebGpu",
enable_wayland = false, Frontend |
I posted a temporary workaround using WezTerm as Flake in WezTerm Issue #5990. Then it doesn't matter if Credits go to davidsierradz for figuring this out. I just described it in a little more detail. |
I have the same issue on aarch64-darwin, where no wayland is used. However, enabling |
upstream issue: NixOS/nixpkgs#336069
For me this issue got fixed on nixos-unstable without any changes to Wezterm. Maybe a mesa/driver update? |
For me wezterm is still broken using nixos-unstable (1355a0c). |
Is hardware acceleration working for you in other applications? If not that is the issue. |
I can play TF2 and other 3d games just fine, wezterm rendering still just squares, just tried current nixos-unstable. |
For me the rendering is still broken w/o webgpu and wezterm just crashes w/wegbpu |
For me on macOS it's broken like seen with OpenGL- or Software-Frontend but works with WebGpu. Cannot get it to correctly display on my NixOS VirtualBox VM (x86_64-linux) with 3D accelleration activated and VMSVGA Graphics Controller. It seems to be broken since Rust 1.80 upgrade:
I took the two upper commits from Hydra and the last one is of course your fix-merge-commit, @SuperSandro2000. Either something related broke inbetween or it is actually something around the Rust 1.80-Migration. Unfortunately however, I have no clue about Rust. 🐱 Thanks for your efforts, maintaining the package! |
Do you have a Nvidia GPU? If so, Wezterm is currently broken with Nvidia using WebGL, which is really bad for us NixOS users as long as rendering is still broken with OpenGL... See wez/wezterm#6050 |
Nope, AMD. |
I don't use NixOS, it is also broken on Darwin and my AMD Fedora machine using WebGL. |
FWIW still an issue on macOS as of 34a6264. |
It seems like wezterm has recently started planning for a release, so we might soon see a change here: wez/wezterm#6341 (Leave a 🚀 or ❤️ to support! As usual, if you want to comment/join, please read the full discussion, especially the posts by the project owner, wez ❤️ ) |
The text was updated successfully, but these errors were encountered: