From 4a3071c1caa84044c8f33b97d89455b0319a3a86 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 26 Dec 2024 04:45:00 -0700 Subject: [PATCH] Create Quality of Life.md Signed-off-by: Tommy --- Quality of Life.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Quality of Life.md diff --git a/Quality of Life.md b/Quality of Life.md new file mode 100644 index 0000000..ad893ca --- /dev/null +++ b/Quality of Life.md @@ -0,0 +1,6 @@ +## Quality of Life + +### 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).