mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
vainfo: add page (#20352)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user