Fix: Not Detecting Dedicated GPU in Applications


Have you ever come across an issue where your application is not detecting the dedicated GPU?😣 Running your application with integrated GPU(iGPU) will affect the performance significantly if it is a GPU demanding app. This may result in lagging, stuttering or even to crash all at once. You can solve this issue by doing the following stepsπŸ‘‡

Go to settings>system>display>graphics settings
Or search for “graphics settings
If your application is a universal app (downloaded from windows store), select that. Otherwise select the classic app and browse to the target executable file.
Select “high performance GPU” and save. Also add the target file in your graphics driver as a profile. Please note that if your application is for productivity (photo/video editing, 3D rendering etc), enable the OpenGL Tripple buffering option in driver.
Once you done all that, you are good to goπŸ‘. Now check the application settings again and you should see that your GPU is now detected! 😎
Hope this helped you to solve the issue. If you have any queries regarding this top, feel free to reach me using contact formπŸ€—. Have a good day!😊

Comments