diff options
-rw-r--r-- | libre.txt | 8 | ||||
-rw-r--r-- | libre/mpv.conf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libre.txt b/libre.txt new file mode 100644 index 0000000..d007601 --- /dev/null +++ b/libre.txt @@ -0,0 +1,8 @@ +- laptop doesn't suspend on lid close quirk + $ xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-lid-switch -n -t bool -s false + some logind fallout (still present in elogind), I remember ion had related issue + +- iwlwifi issues (disauth's from AP) + /etc/modprobe.d/iwlwifi.conf + with + options iwlwifi 11n_disable=1 swcrypto=1 diff --git a/libre/mpv.conf b/libre/mpv.conf new file mode 100644 index 0000000..53d7887 --- /dev/null +++ b/libre/mpv.conf @@ -0,0 +1,8 @@ +# install all vdpau and vaapi packages, then: +# vainfo +# pkgfile /usr/lib/dri/i965_drv_video.so +# pacman -Si libva-intel-driver + +hwdec=vaapi +vo=vaapi +af=drc=1 |