mirror of https://github.com/wayvr-org/wayvr.git
docs: x11 doesn't support runtime screen changes
This commit is contained in:
parent
c02edb7a43
commit
dc40d7e42b
|
|
@ -108,4 +108,6 @@ This seems to be an issue specific to Electron apps (Discord, Element, Slack, Sp
|
||||||
|
|
||||||
## X11 limitations
|
## X11 limitations
|
||||||
|
|
||||||
DPI scaling and upright screens are not supported on X11. These might display incorrectly or mess up your mouse position.
|
- DPI scaling is not supported and may cause the mouse to not follow the laser properly.
|
||||||
|
- Upright screens are not supported and can cause the mouse to act weirdly.
|
||||||
|
- Screen changes (connecting / disconnecting a display, resolution changes, etc) are not handled at runtime. Restart the overlay for these to take effect.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue