diff --git a/Quality of Life.md b/Quality of Life.md index ad893ca..48b598b 100644 --- a/Quality of Life.md +++ b/Quality of Life.md @@ -3,4 +3,5 @@ ### Video player In my experience, VLC works best. Changing video output to X11 video output (XCB) reduces CPU usage by 10% on my Thinkpad P53. See [this link](https://forum.qubes-os.org/t/vlc-video-playback-cpu-usage-improvement/23363). + If you want to use MPV, make sure that `--vo=x11 --profile=sw-fast` is passed as arguments. See [this link](https://forum.qubes-os.org/t/improving-video-playback-speed/21906).