https://github.com/rahul-thakoor/drm-tools
Binaries helpful when testing DRM/KMS services
https://github.com/rahul-thakoor/drm-tools
drm graphics kms raspberry-pi vc4
Last synced: about 1 month ago
JSON representation
Binaries helpful when testing DRM/KMS services
- Host: GitHub
- URL: https://github.com/rahul-thakoor/drm-tools
- Owner: rahul-thakoor
- Created: 2022-02-01T09:34:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T09:35:17.000Z (over 4 years ago)
- Last Synced: 2025-01-29T17:14:51.106Z (over 1 year ago)
- Topics: drm, graphics, kms, raspberry-pi, vc4
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/rahulthakoor/drm-tools
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drm-tools
Dockerised binaries helpful when testing DRM/KMS services.
Image is published at [rahulthakoor/drm-tools](https://hub.docker.com/repository/docker/rahulthakoor/drm-tools)
## Tools included
- drmdevice
- kmscube
- kms-steal-crtc
- kms-universal-planes
- modeprint
- modetest
- proptest
- texturator
- vbltest
## How to use
1. Run a binary directly
`docker run --rm -it --privileged rahulthakoor/drm-tools modetest`
2. Use as a base image
`FROM rahulthakoor/drm-tools`