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
➜ wezterm [11:52:24]
wp_linux_drm_syncobj_timeline_v1#57: error 1: Timeline failed importing
11:52:28.178 ERROR wgpu_hal::vulkan::adapter > get_physical_device_surface_present_modes: ERROR_SURFACE_LOST_KHR
11:52:28.178 ERROR wgpu_hal::vulkan::adapter > get_physical_device_surface_formats: ERROR_SURFACE_LOST_KHR
11:52:28.179 ERROR env_bootstrap > panic at /builddir/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-22.1.0/src/backend/wgpu_core.rs:786:18 - !?
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <unknown>
13: <unknown>
14: <unknown>
15: <unknown>
16: <unknown>
17: <unknown>
18: <unknown>
19: <unknown>
20: <unknown>
21: <unknown>
22: <unknown>
23: <unknown>
24: <unknown>
25: <unknown>
26: __libc_start_call_main
27: __libc_start_main@@GLIBC_2.34
28: <unknown>
thread 'main' panicked at /builddir/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-22.1.0/src/backend/wgpu_core.rs:786:18:
Error in Surface::configure: Validation Error
Caused by:
Requested format Bgra8UnormSrgb is not in list of supported formats: []
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
panicked at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/thread/local.rs:260:26:
thread panicked while processing panic. aborting.
Error: nu::shell::core_dumped
× External command core dumped
╭─[entry #1:1:1]
1 │ wezterm
· ───┬───
· ╰── core dumped with SIGABRT (6)
╰────
hyprland is using explicit_sync=2. this hyprland config has also broken other apps that requires gpu acceleration with vulkan. explicit_sync=0 solves this, which doesnt uses explicit sync feature.
nerdyinu
changed the title
can't use webgpu frontend with vulkan drivers asahi linux
can't use webgpu frontend with vulkan drivers when hyprland config is set to use explicit_sync
Dec 22, 2024
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Fedora Asahi Remix / Hyprland
WezTerm version
20241222_002501_eeba7ac2
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
fedora asahi remix supports vulkan backend since September
command wezterm.gui.enumerate_gpus() return this
i tried to use webgpu as frontend as stated in the document like this
but it crashes with this log
hyprland is using explicit_sync=2. this hyprland config has also broken other apps that requires gpu acceleration with vulkan. explicit_sync=0 solves this, which doesnt uses explicit sync feature.
To Reproduce
No response
Configuration
i tried to use webgpu as frontend as stated in the document like this
Expected Behavior
No response
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: