mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
537 B
Plaintext
30 lines
537 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vainfo
|
|
|
|
> Display information from VA API driver .
|
|
> More information: <https://wiki.archlinux.org/title/Hardware_video_acceleration#Verifying_VA-API>.
|
|
|
|
- Show version and supported entrypoints:
|
|
|
|
`vainfo`
|
|
|
|
- Test a specific display protocol:
|
|
|
|
`vainfo --display {{wayland|x11|drm|...}}`
|
|
|
|
- Show available display protocols:
|
|
|
|
`vainfo --display help`
|
|
|
|
- Show all supported entrypoints:
|
|
|
|
`vainfo {{[-a|--all]}}`
|
|
|
|
- Display help:
|
|
|
|
`vainfo --help`
|