blob: 3b8cefe5452871f449e926d3922981862e7bacf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
.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.
.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.
|