On Monday, May 18, 2020 8:22:52 PM CEST [email protected] wrote: > On 05/18 09:58, Matt Connell (Gmail) wrote: > > On 2020-05-18 09:40, tastytea wrote: > > > Another solution is to modify the priority yourself, with `renice > > > --priority 15 $(pidof blender)` for example. The priority can be from > > > -20 (very high priority) to 19 (very low priority). > > > > According to the man page for renice, there is a --gpu flag that can be > > used (today I learned) that the OP may want to try as well. > > If it is a load/performance problem, why is only > firefox/internet-video affected?
firefox might be using GPU-offloading for the video playback (decoder in GPU) where MPV might not use the GPU for decoding and is only CPU-bound. -- Joost

