Skip to content

Commit

Permalink
wiki(linux): Fix Flatpak link; + troubleshooting (alvr-org#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-personified-devil authored and failboat committed Aug 17, 2024
1 parent 67cac15 commit 514f78a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Since nightly releases can be unstable, always use matching versions for PC and

### Flatpak

For Flatpak users, refer to the instructions [here](https://github.com/alvr-org/ALVR/wiki/Flatpak)
For Flatpak users, refer to the instructions [here](https://github.com/alvr-org/ALVR/wiki/Installing-ALVR-and-using-SteamVR-on-Linux-through-Flatpak)

## Advanced usage

Expand Down
16 changes: 16 additions & 0 deletions wiki/Linux-Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,19 @@ This might be caused by [[PERF] Subpar GPU performance due to wrong power profil
### Fix

Using CoreCtrl is highly advised (install it using your distribution package management) and in settings set your GPU to VR profile, as well as cpu to performance profile (if it's old Ryzen cpu).

## OVR Advanced Settings

Disable the OVR Advanced Settings driver and don't use it with ALVR.
It's incompatible and will produce ladder-like latency graph with very bad shifting vision.


## Bindings not working/high cpu usage due to bindings ui

Steamvr can't properly update bindings, open menus, and possibly eats too much cpu.

This issue is caused by SteamVR's webserver spamming requests that stall the chromium ui and causes it to use a lot of cpu.

### Fix

Apply the following patch: `https://github.com/alvr-org/ALVR-Distrobox-Linux-Guide/blob/main/patch_bindings_spam.sh`

0 comments on commit 514f78a

Please sign in to comment.