From 7635edb0ae9d8561b231cd09ea4818c346c68f3a Mon Sep 17 00:00:00 2001 From: librewish Date: Tue, 3 Nov 2020 20:41:17 +0530 Subject: [PATCH] disable gpu-hq profile in mpv.conf --- etc/skel/.config/mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/mpv/mpv.conf b/etc/skel/.config/mpv/mpv.conf index c8021b5..1b1e282 100644 --- a/etc/skel/.config/mpv/mpv.conf +++ b/etc/skel/.config/mpv/mpv.conf @@ -54,7 +54,7 @@ fs=yes # Specify high quality video rendering preset (for --vo=gpu only) # Can cause performance problems with some drivers and GPUs. -profile=gpu-hq +#profile=gpu-hq # Force video to lock on the display's refresh rate, and change video and audio # speed to some degree to ensure synchronous playback - can cause problems