r57zone / OpenVR-OpenTrack

OpenVR driver with OpenTrack support / OpenVR драйвер, с поддержкой OpenTrack
Other
181 stars 19 forks source link

Performance issue, framerate drops with a gtx 1060 6GB #18

Closed simbake closed 5 years ago

simbake commented 5 years ago

Hi, I would first like to thank you for the work you put into this driver. I am experiencing issues where framerate seems to drop and whenever I start moving my head it seems like the lens distortion images shifts to either left or right depending on the direction I turn. I have tested the framerate using Riverturner and it reports 60fps but its not smooth. What could be the problem? I am using a GTX 1060 6GB, 16GB Ram and Xenon E3-1240 v3 @3.4GHz turbo to 3.9GHz

r57zone commented 5 years ago

Hi, is this happening in all games? For me this usually happens if the game is too demanding of resources. You can try to reduce the resolution of the render, for example, at 1280 by 720, for testing.

simbake commented 5 years ago

This happens even in the default background of steamvr with no game loaded. The gpu load is usually around 2%. Could it be a reprojection issue? I tried downgrading the driver to 6.0 the same thing happened. There is no option to disable reprojection in steamvr beta, all there is is motion smoothing, which doesnt work.

r57zone commented 5 years ago

Is Debug mode not activated?

simbake commented 5 years ago

I finally found a fix. I removed steamvr beta and finally got an option to disable reprojection, both asynchronous and interleved. It performes better than when reprojection is on. Thanks for your support.

r57zone commented 5 years ago

It seems I understood why there were problems, I updated SteamVR Settings, try downloading it again and reinstalling.

The first reason was to render a picture of 90 frames per second, and this is not always necessary.

The second reason was in Async Reprojection, it slows down render, this is the setting in the updated SteamVR, now it is disabled by default. It can be enabled in the settings SteamVR -> Headset Window -> Settings.

simbake commented 5 years ago

Will do that, thanks.