An open API service indexing awesome lists of open source software.

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

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`