Replies: 1 comment
-
|
Looks like this is a pretty well-reported set of problems: https://github.com/microsoft/vscode/issues?q=is%3Aissue%20state%3Aopen%20label%3Aeditor-gpu Thanks for the report! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
When running Positron on Ubuntu ARM (Vivobook S15 with Snapdragon X Elite), the application opens but displays severe graphical glitches (flashing colors, corrupted UI).
If I launch Positron with
--disable-gpu --disable-gpu-compositing, it works perfectly — so it seems related to GPU rendering on ARM.Environment
positron --disable-gpuExpected behavior
Normal UI rendering with hardware acceleration enabled.
Additional context
This hardware is part of the Snapdragon X Elite platform. The GPU driver (msm/adreno) is working under Mesa, and OpenGL is functional (
glxgearsOK).It seems Electron’s GPU backend may not yet handle this combination properly.
Beta Was this translation helpful? Give feedback.
All reactions