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
- The "video game preservation service" Myrient is shutting down in March
- Discord delay global rollout of age verification to improve transparency and add more options
- Firefox 148.0 arrives with AI controls
- FINAL FANTASY VII arrives on GOG with a new edition live on Steam too
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
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)