libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.3k stars 1.84k forks source link

AMD discrete laptop GPU RX 5600M not used #12117

Open derekdubs opened 3 years ago

derekdubs commented 3 years ago

First and foremost consider this:

Description

I have a Dell G5 with a 4800H cpu (with integrated graphics) and a RX 5600M discrete graphics card. Retroarch will not use the discrete graphics card. Disabling the integrated graphics causes retroarch to crash when starting up or when loading a game depending on the video driver.

Expected behavior

retroarch to use discrete GPU

Actual behavior

Retroarch uses integrated gpu

Steps to reproduce the bug

Use retroarch with hybrid Amd laptop gpu

Bisect Results

Today

Version/Commit

You can find this information under Information/System Information

Environment information

briaguya-ai commented 2 years ago

Does your discrete GPU show up as an option in the video output settings?

LibretroAdmin commented 2 years ago

With which graphics API? Only OpenGL doesn't allow you to select the device, but d3d10/d3d11/d3d12/vulkan should let you do this.