LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vainfo

Display VA-API video acceleration info

TLDR

Show VA-API info for the default device
$ vainfo
copy
Show info for a specific DRM device
$ vainfo --display drm --device [/dev/dri/renderD128]
copy
Show VA-API info via X11 display
$ vainfo --display x11
copy
Show VA-API info via Wayland display
$ vainfo --display wayland
copy

SYNOPSIS

vainfo [--display type] [--device path] [options]

DESCRIPTION

vainfo displays information about the Video Acceleration API (VA-API) support available on the system. It queries the GPU driver and reports which video encoding and decoding profiles are supported, such as H.264, HEVC, VP9, and AV1.The output includes the VA-API driver name, version, and a list of supported profiles with their entry points (encoding, decoding, video processing). This information is essential for diagnosing hardware video acceleration issues and verifying that the correct VA-API driver is loaded for the GPU.

PARAMETERS

--display TYPE

Display backend type: drm, x11, or wayland.
--device PATH
DRM device path (e.g., /dev/dri/renderD128). Only used with --display drm.
-a, --all
Show all supported attributes for each profile/entrypoint pair.
--help
Show help.

INSTALL

sudo apt install vainfo
copy
sudo dnf install libva-utils
copy
sudo pacman -S libva-utils
copy
sudo apk add libva-utils
copy
sudo zypper install libva-utils
copy
nix profile install nixpkgs#libva-utils
copy

CAVEATS

Requires VA-API drivers installed (e.g., intel-media-driver, mesa-va-drivers). Output is GPU and driver specific. Part of the libva-utils package.

HISTORY

vainfo is part of libva-utils, providing information about VA-API (Video Acceleration API) support.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid