summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man8/setvtrgb.8
blob: 4928622223a163de954fce46b4fc54d75bb77aa7 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.\" @(#)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 colors to be used by
the Linux virtual terminals.

You can choose to write the colors in decimal or hexadecimal format,
it will be detected on runtime.

Decimal
.B FILE
format 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

Hexadecimal
.B FILE
format should be exactly 16 lines of hex triplets for RED, GREEN and BLUE,
prefixed with a number sign (#). For example:
.nf
.RS
.B #000000
.B #AA0000
.B #00AA00
.B #AA5500
.B #0000AA
.B #AA00AA
.B #00AAAA
.B #AAAAAA
.B #555555
.B #FF5555
.B #55FF55
.B #FFFF55
.B #5555FF
.B #FF55FF
.B #55FFFF
.B #FFFFFF
.RE
.fi

.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.