diff options
Diffstat (limited to 'ion')
-rw-r--r-- | ion/video-acceleration.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ion/video-acceleration.txt b/ion/video-acceleration.txt new file mode 100644 index 0000000..85de357 --- /dev/null +++ b/ion/video-acceleration.txt @@ -0,0 +1,7 @@ +- tl;dr, playback still seams broken, $ vdpauinfo fails to find a lib +- it is weird how vaapi relies on vdpau backend, hmm +- at least with sw rendering compton doesn't tear + +$ pacman -S libva-vdpau-driver libvdpau-va-gl vdpauinfo +$ ln -s /usr/lib/vdpau/libvdpau_va_gl.so.1 /usr/lib/vdpau/libvdpau_i965.so +$ LIBVA_DRIVER_NAME=vdpau mpv --hwdec=vaapi --vo=vaapi |