While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Linux and open source getting age checking exemptions could be problematic
- Steam Deck stock returns but there's a big price increase
- Dusklight the reimplementation of The Legend of Zelda: Twilight Princess gets a major update
- Proton-CachyOS adds low latency layer and Discord rich presence support
- Flathub moves to ban nearly all apps and submissions made with generative AI
- > See more over 30 days here
- New Desktop Screenshot Thread
- Hamish - Fully native alternative to ProtonDB
- ProfessorKaos64 - Restrict way kernel-level-anti-cheat is installed.
- PlayingOnLinuxphone - Are Mac computers good and stable?
- PlayingOnLinuxphone - Terminal trick - progress indicator in the task manager…
- Shmerl - See more posts
Anticheat check - which competitive games actually work on Linux?
How to give Valve feedback when Proton games have issues on Linux / SteamOS
I recently switch to Linux Mint 19 from Windows 10.
I own a laptop ASUS X550DP which has A10-5750 with integrated graphic Radeon HD 8650G and discrete graphic cards AMD Radeon HD 8670M 2GB.
When I am using windows 10, I have AMD software Catalyst center to switch between Radeon HD 8650G and Radeon HD 8670M. I can't find such option in Linux OS.
Can someone here teach me how to switch graphic card usage in Linux OS?
Any little help are very appreciated.
Kind regards and thanks.
xrandr --listprovidersDRI_PRIME=[NUM_OF_dGPU_RETURNED_ABOVE]steam[More information.](https://wiki.archlinux.org/index.php/PRIME)
xrandr --listprovidersProviders: number : 2
Provider 0: id: 0x76 cap: 0x9, Source Output, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:ARUBA @ pci:0000:00:01.0
Provider 1: id: 0x3f cap: 0x4, Source Offload crtcs: 0 outputs: 0 associated providers: 1 name:HAINAN @ pci:0000:01:00.0
DRI_PRIME=1 glxinfo | grep "OpenGL renderer"OpenGL renderer string: AMD HAINAN (DRM 2.50.0, 4.15.0-46-generic, LLVM 8.0.0)
I use my DRI_PRIME=1 which should be discrete card, and normal run to test the benchmark,
here is the result using normal run
https://imgur.com/FojlUx6
and here is using
DRI_PRIME=1 steam steam://run/203160to run tomb raiderhttps://imgur.com/sae3Q9j
Note : I do let my laptop to cooldown between the tests.
Am I doing something wrong in terminal?
I have try to run Tomb Raider benchmark too in Windows using high performance setting, and the result is even worse than in Linux Mint 19.
Even though I am not sure if DRI_PRIME really did change my graphic card usage, seems like this is what my laptop can do.
Second question, can I automatically active DRI_PRIME=1 in all application without doing any setting or running terminal after a reboot? If yes, please guide me.
Thanks everyone here for the help.
Verify you have amdgpu installed (which will be if you have mesa installed. [Here](https://www.reddit.com/r/linuxmint/wiki/index/graphics#wiki_how_to_install_amd_mesa_18.x.2B_drivers.28mint_18.x.2F19.x_only.29) are instructions for installing the latest mesa on Linux Mint) and test booting with the below kernel parameters.
radeon.si_support=0 amdgpu.si_support=1Should it work better, you can make this permanent by appending this to your kernel parameters in /etc/default/grub and updating grub.
Source:
[Arch Wiki](https://wiki.archlinux.org/index.php/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support)