2026-02-18 06:55:01 -07:00
|
|
|
# vainfo
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
> Display information from VA API driver.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 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`
|