aboutsummaryrefslogtreecommitdiffstats
path: root/drmtest.1
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-04-25 11:53:51 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-04-26 07:33:12 +0200
commit051747ef00510d9bea17b4494fc430133f26cf56 (patch)
tree1dbbeb6fa4d3d841991f501147d7eb4c088c4243 /drmtest.1
parente0387b0b191a55bf9e1859e8c0882666f21c16e2 (diff)
downloaddrminfo-051747ef00510d9bea17b4494fc430133f26cf56.tar.gz
meson: install drminfo & drmtest man-pages
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drmtest.1')
-rw-r--r--drmtest.148
1 files changed, 48 insertions, 0 deletions
diff --git a/drmtest.1 b/drmtest.1
new file mode 100644
index 0000000..45c7ee6
--- /dev/null
+++ b/drmtest.1
@@ -0,0 +1,48 @@
+.TH DRMTEST 1
+.SH NAME
+drmtest - show test image
+.SH SYNOPSIS
+\fBdrmtest\fP [\fIoptions\fP]
+.SH DESCRIPTION
+.BR drmtest
+renders a test image to the screen.
+.SH OPTIONS
+.TP
+.B -h
+Print usage info.
+.TP
+.BI "-c" "\ nr"
+Pick card number.
+.TP
+.BI "-o" "\ name"
+Pick output (use
+.BR "drminfo" "(1)"
+to print valid choices).
+.TP
+.BI "-s" "\ secs"
+Set sleep time. Default is 60 secs. Any key press will quit
+.B drmtest
+too.
+.TP
+.BI "-i" "\ file"
+Load and display the given image file instead of the test screen.
+Supports png and jpeg files.
+.TP
+.BI "-f" "\ fmt"
+Pick framebuffer format. Has no effect in GL mode.
+.TP
+.B -g
+Use GL mode. Creates OpenGL context using EGL and uses that instead
+of (cairo) software rendering.
+.SH "SEE ALSO"
+.BR drminfo(1),
+.SH AUTHOR
+Gerd Hoffmann
+.BR <kraxel@redhat.com>
+.SH COPYRIGHT
+Copyright (c) 2017 Gerd Hoffmann <kraxel@redhat.com>
+.P
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version.