summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man8/setvtrgb.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/setvtrgb.8')
-rw-r--r--upstream/opensuse-leap-15-6/man8/setvtrgb.849
1 files changed, 49 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/setvtrgb.8 b/upstream/opensuse-leap-15-6/man8/setvtrgb.8
new file mode 100644
index 00000000..8347f03b
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man8/setvtrgb.8
@@ -0,0 +1,49 @@
+.\" @(#)man/man8/setvtrgb.8 1.0 Mar 3 12:32:18 CST 2011
+.TH SETVTRGB 8 "3 Mar 2011" "kbd"
+.SH NAME
+setvtrgb \- set the virtual terminal RGB colors
+.SH SYNOPSIS
+.B setvtrgb
+[\fI\,options\/\fR]
+.I vga|FILE|\-
+.SH DESCRIPTION
+The
+.I setvtrgb
+command takes a single argument, either the string
+.B vga
+, or a path to a file
+containing the red, green, and blue colors to be used by the Linux virtual terminals.
+
+If you use the
+.B FILE
+parameter,
+.B FILE
+should be exactly 3 lines of 16
+comma-separated decimal values for RED, GREEN, and BLUE.
+
+To seed a valid
+.B FILE
+:
+.RS
+.B "cat /sys/module/vt/parameters/default_{red,grn,blu} > FILE"
+.RE
+
+And then edit the values in
+.B FILE
+
+.SH OPTIONS
+.TP
+\fB\-C\fR, \fB\-\-console\fR=\fI\,DEV\/\fR
+the console device to be used;
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Prints usage message and exits.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Prints version number and exists.
+
+.SH AUTHOR
+The utility is written by Alexey Gladkov, Seth Forshee, Dustin Kirkland.
+
+.SH DOCUMENTATION
+Documentation by Dustin Kirkland.