mplayer -vo help
выдал массу вариантов, какой из них наиболее оптимальный для ATI SI на открытых драйверах?
$ mplayer -vo vaapi The\ Fellowship\ of\ the\ Ring\ \(2001\).mkv
....
libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
[vo_vaapi] vaInitialize(): unknown libva error
Error opening/initializing the selected video_out (-vo) device.
$ echo ${LIBVA_DRIVER_NAME}
vdpau
$ echo ${VDPAU_DRIVER}
radeonsi
$ sudo -E vainfo
libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
vaInitialize failed with error code -1 (unknown libva error),exit
Или же:
$ mplayer -vo xv The\ Fellowship\ of\ the\ Ring\ \(2001\).mkv
...
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
$ sudo -E xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
ТТХ:
$ uname -srvm
Linux 3.10.10-1-ARCH #1 SMP PREEMPT Fri Aug 30 11:30:06 CEST 2013 x86_64
$ sudo lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz Edition]
$ cat /etc/X11/xorg.conf.d/20-radeon.conf
Section "Device"
Identifier "ATI Radeon HD7870"
Driver "radeon"
Option "AccelMethod" "EXA"
EndSection
$ yaourt -Ss mplayer | grep installed
community/mplayer-vaapi 36265-4 [installed]
$ yaourt -Syua
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxfr is up to date
Foreign packages: / 9 / 9
Можно ли как-то малой кровью получить аппаратное ускорение или... не готово для десктопа? :(