1SETVTRGB(8)                 System Manager's Manual                SETVTRGB(8)
2
3
4

NAME

6       setvtrgb - set the virtual terminal RGB colors
7

SYNOPSIS

9       setvtrgb [options] vga|FILE|-
10

DESCRIPTION

12       The  setvtrgb  command takes a single argument, either the string vga ,
13       or a path to a file containing the colors to be used by the Linux  vir‐
14       tual terminals.
15
16       You can choose to write the colors in decimal or hexadecimal format, it
17       will be detected on runtime.
18
19       Decimal FILE format should be exactly 3  lines  of  16  comma-separated
20       decimal values for RED, GREEN, and BLUE.
21
22       To seed a valid FILE :
23              cat /sys/module/vt/parameters/default_{red,grn,blu} > FILE
24
25       And then edit the values in FILE
26
27       Hexadecimal  FILE format should be exactly 16 lines of hex triplets for
28       RED, GREEN and BLUE, prefixed with a number sign (#). For example:
29              #000000
30              #AA0000
31              #00AA00
32              #AA5500
33              #0000AA
34              #AA00AA
35              #00AAAA
36              #AAAAAA
37              #555555
38              #FF5555
39              #55FF55
40              #FFFF55
41              #5555FF
42              #FF55FF
43              #55FFFF
44              #FFFFFF
45
46

OPTIONS

48       -C, --console=DEV
49              the console device to be used;
50
51       -h, --help
52              Prints usage message and exits.
53
54       -V, --version
55              Prints version number and exists.
56
57

AUTHOR

59       The utility is written by Alexey Gladkov, Seth  Forshee,  Dustin  Kirk‐
60       land.
61
62

DOCUMENTATION

64       Documentation by Dustin Kirkland.
65
66
67
68kbd                               3 Mar 2011                       SETVTRGB(8)
Impressum