My laptop has two GPUs: an integrated intel and a Radeon HD 8550M. The latter is from Radeon HD 8000 series. According to the manual of the open source Radeon driver, these series are supported by the driver. I want to use the Radeon GPU, but the integrated GPU is being used by ubuntu and the applications, and I don't know how to activate the Radeon. Thanks.
Asked
Active
Viewed 986 times
1 Answers
3
just type in console:
DRI_PRIME=1 application name

Kyrylo
- 31
-
Please elaborate your answer and explain what actually doing this command line. – pa4080 Apr 07 '17 at 06:49
-
Now, the application reports that it's using the AMD GPU, but when it opens its OpenGL window, the system freezes. – apadana Apr 07 '17 at 21:29