PlatformNotSupported while launching zed in VNC session #36526
serpent7776
started this conversation in
Help on Linux
Replies: 2 comments 3 replies
-
I meet the similar problem with xfce + tigerVNC. > zeditor --version
Zed 0.190.6 – /usr/lib/zed/zed-editor
> zeditor --foreground
2025-06-16T20:39:15+08:00 INFO [zed] ========== starting zed ==========
2025-06-16T20:39:15+08:00 ERROR [gpui::platform::linux::x11::client] Found no xinput mouse pointers.
2025-06-16T20:39:15+08:00 INFO [gpui::platform::linux::x11::client] Compositor detection: _NET_WM_CM_S?=false, _NET_WM_CM_OWNER=false, _NET_SUPPORTING_WM_CHECK=true
2025-06-16T20:39:15+08:00 INFO [gpui::platform::linux::x11::client] x11: compositor present: true, gtk_frame_extents_supported: false
2025-06-16T20:39:15+08:00 INFO [blade_graphics::hal::init] Presentation support: "VK_KHR_wayland_surface"
2025-06-16T20:39:15+08:00 INFO [blade_graphics::hal::init] Presentation support: "VK_KHR_xcb_surface"
2025-06-16T20:39:15+08:00 INFO [blade_graphics::hal::init] Presentation support: "VK_KHR_xlib_surface"
2025-06-16T20:39:15+08:00 INFO [blade_graphics::hal::init] Enabling Vulkan Portability
2025-06-16T20:39:15+08:00 INFO [blade_graphics::hal::init] Enabling color space support
thread 'main' panicked at crates/gpui/src/platform/linux/x11/client.rs:377:47:
Unable to init GPU context: Platform(Init(ERROR_INCOMPATIBLE_DRIVER))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to get zed to start on vnc (tiger + xfce) but I am not able to open files. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Zed crashes when launched in VNC session, works fine when launched directly in X session.
Description
Steps to trigger the problem:
tigervncserver
vncviewer
Actual Behavior:
Expected Behavior:
No crash.
Possibly related:
#25899
Zed Version and System Specs
Zed: v0.186.9 (Zed)
OS: Linux X11 ubuntu 22.04
Memory: 62.5 GiB
Architecture: x86_64
GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 23.2.1-1ubuntu3.1~22.04.3
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Zed.log
Parts that seem relevant:
Beta Was this translation helpful? Give feedback.
All reactions