Set what GPU should Linux app run in: ===================================== In the command line (or in the desktop file for each app), add this before the program: To use Intel GPU: DRI_PRIME=0 To use NVIDIA GPU: DRI_PRIME=1 exsample: DRI_PRIME=0 ffmpeg source: https://askubuntu.com/questions/596855/choose-which-gpu-to-use-for-each-application Date: January 27th, 2022