From 4d60e02b27d54f8a35075c00d0f59cc1f96b9359 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 5 Oct 2025 17:34:22 -0400 Subject: refactor: mpv settings to try and fix tearfree fullscreen bug bug: https://bugs.freedesktop.org/show_bug.cgi?id=96847#c7 --- .config/mpv/mpv.conf | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6597e7c..088cf81 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,18 +1,24 @@ -vo=gpu +vo=xv ao=pulse hwdec=auto osd-font='Roboto Mono' sub-font='TeX Gyre Heros' sub-font-size=32 -scale=bilinear +correct-downscaling=no +cscale-antiring=0 cscale=bilinear +deband=no +dither-depth=no +dither-depth=no dscale=bilinear scale-antiring=0 -cscale-antiring=0 -dither-depth=no -correct-downscaling=no +scale=bilinear sigmoid-upscaling=no -deband=no +sws-allow-zimg=yes +sws-fast=yes +sws-scaler=bilinear +zimg-dither=no +zimg-scaler=bilinear sub-auto=all autofit-larger=96%x92% autofit-smaller=240x240 -- cgit v1.2.3