mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
add wlxoverlay-s
This commit is contained in:
parent
392c7c0083
commit
688e0d85cb
3 changed files with 43 additions and 29 deletions
18
content/docs/fossvr/wlxoverlay-s.md
Normal file
18
content/docs/fossvr/wlxoverlay-s.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
weight: 300
|
||||||
|
title: WlxOverlay-S
|
||||||
|
---
|
||||||
|
|
||||||
|
# WlxOverlay-S
|
||||||
|
|
||||||
|
- [WlxOverlay-S GitHub repository](https://github.com/galister/wlx-overlay-s)
|
||||||
|
|
||||||
|
WlxOverlay-S is a tool that lets users interact with their X11 or Wayland desktop from inside VR.
|
||||||
|
|
||||||
|
It supports a vast variety of desktop environments, and comes with a fully customizable keyboard and watch.
|
||||||
|
|
||||||
|
Please take a look at the GitHub Readme for a comprehensive guide.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
Reach out in the `wlxoverlay` room in Discord or Matrix.
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
weight: 300
|
|
||||||
title: WlxOverlay-X
|
|
||||||
---
|
|
||||||
|
|
||||||
# WlxOverlay-X
|
|
||||||
|
|
||||||
- [WlxOverlay-X GitHub repository](https://github.com/galister/wlx-overlay-x)
|
|
||||||
|
|
||||||
{{< hint danger >}}
|
|
||||||
**Warning**
|
|
||||||
|
|
||||||
WlxOverlay-X is still to be considered alpha-quality and highly experimental.
|
|
||||||
{{< /hint >}}
|
|
||||||
|
|
||||||
WlxOverlay-X is the OpenXR edition of WlxOverlay, the tool that lets users interact with their X11 or Wayland desktop from inside VR.
|
|
||||||
|
|
||||||
It supports a vast variety of desktop environments, and comes with a fully customizable keyboard.
|
|
||||||
|
|
||||||
WlxOverlay-X works on any runtime that implements EXTX_OVERLAY. Currently this is limited to Monado-based runtimes.
|
|
||||||
|
|
||||||
WiVRn users: while WiVRn supports EXTX_OVERLAY, it does no frame composition on the server side, so overlay apps can have ghosting issues.
|
|
||||||
|
|
||||||
If you are looking for an overlay for SteamVR, see [WlxOverlay](/docs/steamvr/wlxoverlay/).
|
|
|
@ -5,12 +5,32 @@ title: WlxOverlay
|
||||||
|
|
||||||
# WlxOverlay
|
# WlxOverlay
|
||||||
|
|
||||||
- [WlxOverlay GitHub repository](https://github.com/galister/WlxOverlay)
|
|
||||||
- [Getting Started Wiki](https://github.com/galister/WlxOverlay/wiki/Getting-Started)
|
|
||||||
- [Troubleshooting Wiki](https://github.com/galister/WlxOverlay/wiki/Troubleshooting)
|
|
||||||
|
|
||||||
WlxOverlay is a tool that lets users interact with their X11 or Wayland desktop from inside VR.
|
WlxOverlay is a tool that lets users interact with their X11 or Wayland desktop from inside VR.
|
||||||
|
|
||||||
It supports a vast variety of desktop environments, and comes with a fully customizable keyboard.
|
It supports a vast variety of desktop environments, and comes with a fully customizable keyboard.
|
||||||
|
|
||||||
If you are looking for an overlay for Monado / WiVRn, see [WlxOverlay-X](/docs/fossvr/wlxoverlay-x/).
|
There are currently two editions of WlxOverlay.
|
||||||
|
|
||||||
|
## WlxOverlay-S
|
||||||
|
|
||||||
|
- [WlxOverlay-S GitHub repository](https://github.com/galister/wlx-overlay-s)
|
||||||
|
|
||||||
|
WlxOverlay-S is the newer iteration of the software with major performance improvements. We recommend trying this first.
|
||||||
|
|
||||||
|
The S edition supports both Monado and SteamVR, and avoids many of the pitfalls of the previous iterations by using Vulkan instead of EGL.
|
||||||
|
|
||||||
|
## WlxOverlay Classic
|
||||||
|
|
||||||
|
- [WlxOverlay GitHub repository](https://github.com/galister/WlxOverlay)
|
||||||
|
- [Getting Started Wiki](https://github.com/galister/WlxOverlay/wiki/Getting-Started)
|
||||||
|
- [Troubleshooting Wiki](https://github.com/galister/WlxOverlay/wiki/Troubleshooting)
|
||||||
|
|
||||||
|
WlxOverlay Classic is recommended if WlxOverlay-S is not working for you.
|
||||||
|
|
||||||
|
It works well once you get it working, but the lengthy troubleshooting page speaks for itself.
|
||||||
|
|
||||||
|
It is prone to run into issues with NVidia's EGL driver, as well as GLFW specifically.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
Reach out in the `wlxoverlay` room in Discord or Matrix.
|
Loading…
Reference in a new issue