1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-02 20:57:22 +01:00
2024-11-10 11:04:05 +05:30

13 lines
881 B
Plaintext

---
title: Windows Troubleshooting
description: "Troubleshooting common issues with Upscayl on Windows"
---
- [Set the app to performance mode](https://youtube.com/watch?v=sxvs6qYHJmc) and make sure you have the right redistributables.
- Try [DirectX repair](http://blog.csdn.net/vbcom/article/details/6962388).
- [Disable switchable graphics](https://nvidia.custhelp.com/app/answers/detail/a_id/5182/~/unable-to-launch-vulkan-apps%2Fgame-on-notebooks-with-amd-radeon-igpus) if you can.
- [Enable hardware-accelerated GPU scheduling](https://www.howtogeek.com/756935/how-to-enable-hardware-accelerated-gpu-scheduling-in-windows-11) if you can.
- Run [VulkanCapsViewer](https://github.com/SaschaWillems/VulkanCapsViewer). See if your GPU supports Vulkan.
- Reinstall graphics drivers.
#### Credits
Thanks to @[JZeravik](https://github.com/JZeravik) for the switchable graphics tip.