You are not logged in.
Pages: 1
Hi, I have two graphic cards, only one is compatible with amdgpu driver, I'm playing in wine some games, and I want to know who graphic card I'm using. How can I know this?
lspci -k -d ::03xx
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8610G]
Subsystem: Hewlett-Packard Company Device 216c
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]
DeviceName: SUN (6660)
Subsystem: Hewlett-Packard Company Device 216c
Kernel driver in use: amdgpu
Kernel modules: radeon, amdgpu
P.d thank you a lot arch community, you help me a lot in this "Linux Journey".
Offline
Hello!
If you run a 3D app this way, wine should include the name of the active card in console or log file output:
WINEDEBUG=+wgl wine your_3d_app.exe
WINEDEBUG=+wgl wine your_3d_app.exe &> wine.log
I am unfamiliar with selecting the card, but there may be useful references to DRI_PRIME in the forum or https://wiki.archlinux.org/title/PRIME# … rs_-_PRIME
P.S. : you're welcome! The community has been great to me as well, and should be able to help if I could not.
Last edited by espresso (2025-04-07 07:42:55)
Offline
Pages: 1