How could I disable hardware acceleration on Github Desktop? #169161
-
Select Topic AreaBug BodyI've been experiencing issues with hardware acceleration on my system after a Windows update, and I could only fix it by disabling hardware acceleration. Is there anyway I could disable hardware acceleration on GitHub Desktop? There's no settings option for it, and I tried a CMD Prompt command that Google suggested "set GITHUB_DESKTOP_DISABLE_HARDWARE_ACCELERATION=1" which did not work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Hey @KianGhk1530 👋 Yeah, this kind of issue can pop up after system updates can happen some times. GitHub Desktop doesn’t currently expose a setting in the UI to disable hardware acceleration, but you might try launching it with the environment variable set before the app starts. Try this in PowerShell or Command Prompt before launching GitHub Desktop: setx GITHUB_DESKTOP_DISABLE_HARDWARE_ACCELERATION 1 Then restart your computer or log out and back in, and open GitHub Desktop again to see if the changes take effect. If that still doesn’t work, you might want to open an issue on the GitHub Desktop repo](https://github.com/desktop/desktop/issues) so the dev team can take a closer look. Hope that helps!🙂 |
Beta Was this translation helpful? Give feedback.
Hey @KianGhk1530 👋
Yeah, this kind of issue can pop up after system updates can happen some times. GitHub Desktop doesn’t currently expose a setting in the UI to disable hardware acceleration, but you might try launching it with the environment variable set before the app starts.
Try this in PowerShell or Command Prompt before launching GitHub Desktop:
Then restart your computer or log out and back in, and open GitHub Desktop again to see if the changes take effect.
If that still doesn’t work, you might want to open an issue on the GitHub Desktop repo](https://github.com/desktop/desktop/issues) so the dev team can take a closer look.
Hop…