Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can switch to the AMDGPU driver which does, however this driver is experimental. But from my experience AMDGPU on this older hardware is stable and runs without issues.
To enable AMDGPU on your hardware you have to set a kernel parameter.
Edit /etc/default/grub and add radeon.cik_support=0 amdgpu.cik_support=1 to GRUB_CMDLINE_LINUX_DEFAULT. Like so;
Then run the following command and restart your system.
After rebooting run the following command to check if it is indeed using AMDGPU.
vkcube is likely working because you have an Intel CPU with a intergrated GPU. You likely have a 4000 series Intel CPU more specifically, which have very basic and incompletely Vulkan support.
After switching to AMDGPU ensure that the machine is actually trying to run games on your GPU and not in the Intel HD graphics.
I used this tool https://github.com/aejsmith/vkdevicechooser to force Vulkan applications to run on my M230 (Rebranded HD 8550). I managed to run DOOM 2016 through DXVK on my old M230.
For OpenGL applications you can simply add DRI_PRIME=1 %command% to the game launch options in Steam to force it on the dedicated GPU.
Thank so much for the detailed explanation, I'm going to do the steps that you have mentioned to use amdgpu driver.
But I can say one thing, I don't have a Intel CPU, the laptop CPU is a A10 from AMD, but I suppose that this iGPU can launch vulkan in the same way that Intel HD does.
Thank you again,
Kind Regards,
As you said, I changed the driver for my HD8670M to amgpu using the grub commands, but after this, I cannot login in my X session, the probem was the iGPU (it needs the radeon driver). But searching, using your comment as a base explanation, I found this:
https://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/open-source-amd-linux/1016835-terascale-and-southern-islands-enable-amdgpu-without-blacklisting-radeon
I copied the link in order to help other people with my same problem.
I hope this post helps other people ;)
Thanks a lot again Omega
Kind Regards,