From c0324d85ea9546b353d1d34a370bd7dbd7677904 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 29 Oct 2017 21:04:31 +0000 Subject: libre laptop --- libre.txt | 8 ++++++++ libre/mpv.conf | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 libre.txt create mode 100644 libre/mpv.conf 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 -- cgit v1.2.3