-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: abnormally high GPU usage on Vulkan with r_fbo 1 #257
Comments
Try to disable |
Timedemoing |
And for reference, same system but on Windows: |
Well, there is no platform-specific code in Vulkan/OpenGL renderers so it all depends from driver optimizations for a specific platform |
Right, so this issue is likely in Nvidia linux vulkan drivers then. Would be nice to have someone with AMD or Intel to do a similar test, just to confirm. |
When running with Vulkan renderer, specifically on Linux (Windows seems to work fine), effects that require
r_fbo 1
seem to cause abnormally high GPU load. OpenGL renderer can achieve same FPS with much less GPU usage, and when running timedemos, the performance on Vulkan is significantly worse. I am running with GTX 1080 Ti, I don't unfortunately know anyone with AMD GPU who runs Linux to verify if they experience the same issue. @ensiform confirmed he experiences this as well, though he's on Nvidia GPU as well.Notable settings in these comparisons:
Vulkan:
OpenGL:
I went back to the earliest version available on releases (2021-03-28), and the issue persisted there too. When turning off FBO, Vulkan performs better compared to OpenGL, as one might expect.
The text was updated successfully, but these errors were encountered: