File: setvtrgb.8

package info (click to toggle)
kbd 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,964 kB
  • sloc: ansic: 13,897; javascript: 3,038; sh: 1,973; pascal: 643; makefile: 602; lex: 532; yacc: 354; perl: 126
file content (49 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (8)
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
45
46
47
48
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.