Electron and Display Server Issues
X11 Problems
Common X11 issues:
Tearing during video:
Solution: Enable compositor Or: Force vsync in GPU driver
Crashes:
Update graphics drivers
Wayland Compatibility
Enable Wayland:
bash
./Hayase.AppImage --ozone-platform=waylandIssues:
- May have flickering
- Screen sharing broken
- Some GPUs unstable
Fix: Use x11 instead:
bash
--ozone-platform=x11Electron Flags for X11/Wayland
Common flags:
bash
--ozone-platform=waylandSee full guide: GPU Acceleration
Related: GPU Acceleration | General Linux Issues