Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 19.2

378 bytes added, 11:22, 8 January 2020
/* Airtop3 serial COM ports */
$ sudo apt install mint-meta-codecs i965-va-driver gstreamer1.0-vaapi vainfo
</pre>
Then run vainfo command, you should see list of supported profiles, for example on Airtop2Airtop3:
<pre>
$ vainfo
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Kaby Coffee Lake - 2.1.0
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
* Compatible with the most popular video formats
$ sudo apt install mpv youtube-dl
For example, Airtop2 Airtop3 with GeForce GTX 1060 Quadro RTX 4000 is capable to play 4K UHD using CUDA video decoding without significant system load:
<pre>
$ mpv -fs --hwdec=cuda ~/Videos/jellyfish/jellyfish-140-mbps-4k-uhd-hevc-10bit.mkv
Or the same content directly from the youtube:
<pre>
# NOTE: need to install fixed youtube-dl package
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/y/youtube-dl/youtube-dl_2019.09.28-1_all.deb
$ sudo dpkg -i youtube-dl_2019.09.28-1_all.deb
</pre>
<pre>
$ mpv -fs --hwdec=cuda https://www.youtube.com/watch?v=j4oBg8capW8
AV: 00:00:29 / 00:00:29 (99%) A-V: 0.000 Cache: 0s+0KB
</pre>
 
== Airtop3 Serial COM ports ==
 
* to configure Airtop3's Serial COM ports please visit the application note:<br> [[Application note - Airtop3 serial port configuration in Linux]]
[[category:Airtop]]
[[category:Software]]
[[category:Linux]]
1,586
edits