summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-11-30 15:33:11 +0200
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-11-30 15:33:11 +0200
commitd8db8461d47ac76b4e6d661c72328624a589327b (patch)
treef35337b14fb073832b933b4b5dc537c72cf50259 /README.md
parentd4dbf8e19d8a094dd8ab9e9e9dcfddcfcf04693c (diff)
README: add notes about test tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24cf75f..363be9a 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@ libkms++ is a C++11 library for kernel mode setting.
Also included are simple test tools for KMS and python wrapper for libkms++.
+## Test tools
+
+- kmsprint - print information about DRM objects
+- testpat - set modes and show test pattern on crtcs/planes
+- kmsview - view raw images
+- db - simple double-buffering test
+- kmscube - rotating 3D cube on crtcs/planes
+
## Dependencies:
- libdrm