Created
May 2, 2020 16:51
-
-
Save toymak3r/88099386285f32edda32fd22014bf941 to your computer and use it in GitHub Desktop.
Use AMD Radeon on linux with some app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
xrandr --setprovideroffloadsink 1 0 | |
DRI_PRIME=1 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment