Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-31 00:22:26 +00:00
parent 175e6fa7c5
commit 30cc3ddcd1
148 changed files with 228 additions and 183 deletions

29
tldr/vainfo Normal file
View File

@@ -0,0 +1,29 @@
---
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`