galister / wlx-overlay-s

Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR. Now with Vulkan!
GNU General Public License v3.0
100 stars 18 forks source link

Performance implications of high resolution displays #11

Closed Titaniumtown closed 4 months ago

Titaniumtown commented 4 months ago

I am experiencing extreme performance degradation when trying to display both of my 1440p displays in VR. I haven't dug into the code of the project extensively yet but my gut feeling is that maybe the resolution being displayed is too high and that the actual resolution of the display in VR should be adjusted based off of the headset resolution and the distance to the display in virtual space.

galister commented 4 months ago

Hi, what desktop are you on? Most importantly, X or Wayland?

Titaniumtown commented 4 months ago

wayland, kde

galister commented 4 months ago

@Titaniumtown can you see if you get the same slowness, as well as the mouse issue with the old wlxoverlay? https://github.com/galister/WlxOverlay

thanks

Titaniumtown commented 4 months ago

@galister I will test when I'm at home, I never used the original WlxOverlay, but I'll figure that out. I'll report back with results.

galister commented 4 months ago

@Titaniumtown please try with the latest commit

galister commented 4 months ago

much of the capture logic has been reworked, so i'll be closing this if there's no response by weekend

Titaniumtown commented 4 months ago

It works fine now. Sorry for the tardy response.