fix(overlay): handle X11 display scaling across monitors

- Convert X11 coordinates to Electron DIP per screen
- Relaunch unsupported Wayland sessions with the X11 Ozone backend
This commit is contained in:
2026-08-11 18:32:30 -07:00
parent 7b0fbdf254
commit 91c6ea492f
12 changed files with 250 additions and 35 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Fixed X11/XWayland overlays being oversized and offset from mpv under fractional or mixed-monitor display scaling.