diff options
| author | kj_sh604 | 2025-10-05 17:34:22 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-05 17:34:22 -0400 |
| commit | 4d60e02b27d54f8a35075c00d0f59cc1f96b9359 (patch) | |
| tree | de3e903da82ed55e7ba9b046a9dcba70d871c220 | |
| parent | e7bfc0d661cf24bc105102c83b69fca19c52ff5b (diff) | |
refactor: mpv settings to try and fix tearfree fullscreen bug
bug: https://bugs.freedesktop.org/show_bug.cgi?id=96847#c7
| -rw-r--r-- | .config/mpv/mpv.conf | 18 |
1 files 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 |
