galister / WlxOverlay

A simple OpenVR overlay for Wayland and X11 desktops
GNU General Public License v3.0
127 stars 6 forks source link

The video menu does nothing. #21

Closed VRcontrib closed 1 year ago

VRcontrib commented 1 year ago

As of WlxOverlay v1.4.0-rc5, the video menu doesn't do anything on my system. When I select the buttons in the menu, the colors and brightness do not change at all. I've checked that they do not change on the SteamVR overlay, WlxOverlay, and multiple games (VRChat, Beat Saber, H3VR, Synth Riders, Electronauts, and a Test Project in Godot).

Using X11 Arch Linux SteamVR 1.26.7 WlxOverlay 1.4.0-rc5

I will test on beta SteamVR soon and report if it works properly or not here.

Thank you, A VRContrib Contributor

galister commented 1 year ago

All the video tab does is change the HMD color gain settings in SteamVR:

HmdDisplayColorGainR_Float
HmdDisplayColorGainG_Float
HmdDisplayColorGainB_Float

(OVRAS does the same)

If it doesn't work then it's due to SteamVR not supporting it for your specific setup. As far as I'm aware, it's not supported with linux-vulkan-async enabled, and also not supported anymore on Windows.

ghost commented 1 year ago

Thanks! It's very unfortunate that it isn't supported very well :(. Could you please consider adding that to the project wiki so future users who encounter this issue are aware of it?

Thank you, A VRContrib Contributor