-
-
Notifications
You must be signed in to change notification settings - Fork 360
Add a way to re-enable hardware acceleration on Linux #883
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
Comments
why was it disabled in the first place ? EDIT: never mind, found it in there: c1cae32 why did they released it ? it's barely usable without gpu accel |
i wonder if the blackscreen issue came at some point
|
I noticed the UI being weirdly laggy lately and came here to confirm my suspicion as the inclusion of the flag to disable hw acceleration went past me when I upgraded the client. Recompiling the client without the flag being set, I can't reproduce the blackscreen issue people have been reporting. Hardware acceleration just works as expected. Looking at the issues linked in c1cae32 it seems only to affect nvidia users using the proprietary drivers. |
Agree it's not really ideal to impose hardcoded sub-par performance on every user just because some users might be affected, especially when the cause isn't even known (except for Nvidia doing Nvidia things). I think the alternate workaround of forcing to run under XWayland would have been better in this case. It is also not ideal, but better for the overall userbase then just disabling GPU rendering entirely. |
Is your feature request related to a problem? Please describe.
With the latest update hardware acceleration is forced off which results in the UI being extremely laggy while using a custom theme. I never had the black screen bug this was intended to fix.
Describe the solution you'd like
A launch option or setting to re-enable acceleration. The way it's been implemented the only way to enable it is to edit main.cpp and recompile it without the hard-coded
--disable-gpu
flag.The text was updated successfully, but these errors were encountered: