mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-03 12:44:23 +02:00
fix: trailing spaces and markdown good practices
This commit is contained in:
parent
13360a21f0
commit
ccad3211cd
7 changed files with 24 additions and 14 deletions
|
@ -43,4 +43,4 @@ In the second terminal window, run the following command. This command will perf
|
|||
LD_LIBRARY_PATH=$(pwd) ./vrcmd --resetroomsetup
|
||||
```
|
||||
|
||||
Use `Ctrl+C` in the first terminal window to stop the SteamVR server.
|
||||
Use `Ctrl+C` in the first terminal window to stop the SteamVR server.
|
||||
|
|
|
@ -14,7 +14,7 @@ title: Quick Start
|
|||
|
||||
- AMD+AMD laptop or desktop: Amazing choice, you have nothing to do.
|
||||
- Desktop with iGPU and dGPU of different brands: Disable your iGPU in BIOS.
|
||||
- Laptop with Nvidia dGPU:
|
||||
- Laptop with Nvidia dGPU:
|
||||
- **Option 1 (Ubuntu-only)**: Try the official Ubuntu solution `prime-select nvidia`.
|
||||
- **Option 2**: Use `optimus-manager-qt` and switch to Nvidia.
|
||||
- **Option 3**: Launch steam, steamvr and all games with `prime-run` (Launch options: `prime-run %command%`)
|
||||
|
@ -66,6 +66,7 @@ The `startvr` script [here](https://gist.github.com/galister/a85135f4a3aca5208ba
|
|||
It can be used with both ALVR and wired headsets.
|
||||
|
||||
What it does:
|
||||
|
||||
- Whitelist drivers for SpaceCal and ALVR so these will never get blocked
|
||||
- Apply bindings spam patch by Plyshka
|
||||
- Setcap the compositor after a SteamVR update
|
||||
|
@ -73,6 +74,7 @@ What it does:
|
|||
- Prevent SteamVR processes from getting stuck and putting SteamVR in an inconsistent state
|
||||
|
||||
Extra steps when using with ALVR:
|
||||
|
||||
- Under `Installation` tab, register the ALVR driver
|
||||
- Under `Settings`, `Steamvr Launcher` section, set `Driver launch action` to `No action`.
|
||||
|
||||
|
@ -80,7 +82,7 @@ None: Cloud sync can get stuck and prevent SteamVR from launching. I recommend d
|
|||
|
||||
If you've installed Steam in a non-standard location, change the variable on the top of the script.
|
||||
|
||||
To use the script, simply launch it from a terminal. It will ask for sudo password in case your SteamVR has been freshly installed or updated and it needs to `setcap` the compositor.
|
||||
To use the script, simply launch it from a terminal. It will ask for sudo password in case your SteamVR has been freshly installed or updated and it needs to `setcap` the compositor.
|
||||
|
||||
ALVR-only: If you get a SteamVR error after this, Ctrl-C the script, open ALVR dashboard and launch SteamVR from there once. You then don't have to open ALVR until there's a SteamVR update.
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ It supports a vast variety of desktop environments, and comes with a fully custo
|
|||
|
||||
There are currently two editions of WlxOverlay.
|
||||
|
||||
## WlxOverlay-S
|
||||
## WlxOverlay-S
|
||||
|
||||
- [WlxOverlay-S GitHub repository](https://github.com/galister/wlx-overlay-s)
|
||||
|
||||
|
@ -25,12 +25,12 @@ The S edition supports both Monado and SteamVR, and avoids many of the pitfalls
|
|||
- [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.
|
||||
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 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.
|
||||
Reach out in the `wlxoverlay` room in Discord or Matrix.
|
||||
|
|
|
@ -93,7 +93,7 @@ For tundra tracker:
|
|||
|
||||
In which you replace `LHR-SERIAL` with your own serial number that you got from previous steps.
|
||||
|
||||
`"steamvr"` section should be merged with yours and will allow to activate both lighthouse and monado driver (while monado being primary display).
|
||||
`"steamvr"` section should be merged with yours and will allow to activate both lighthouse and monado driver (while monado being primary display).
|
||||
|
||||
Be careful with commas in JSON: trailing commas are not allowed but commas are required between entries. If your JSON is invalid, SteamVR will reset it. It's also a good idea to keep backups.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue