mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 08:46:21 +00:00
18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# drm_info
|
|
|
|
> Dump information about DRM devices.
|
|
> More information: <https://manned.org/drm_info>.
|
|
|
|
- Dump DRM information:
|
|
|
|
`drm_info`
|
|
|
|
- Dump DRM information in [j]SON format:
|
|
|
|
`drm_info -j`
|