1SETVTRGB(8) System Manager's Manual SETVTRGB(8)
2
3
4
6 setvtrgb - set the virtual terminal RGB colors
7
9 setvtrgb -h|-V|vga|FILE|-
10
12 The setvtrgb command takes a single argument, either the string vga ,
13 or a path to a file containing the red, green, and blue colors to be
14 used by the Linux virtual terminals.
15
16 If you use the FILE parameter, FILE should be exactly 3 lines of 16
17 comma-separated decimal values for RED, GREEN, and BLUE.
18
19 To seed a valid FILE :
20 cat /sys/module/vt/parameters/default_{red,grn,blu} > FILE
21
22 And then edit the values in FILE
23
24
26 -h Prints usage message and exits.
27
28 -V Prints version number and exists.
29
30
32 The utility is written by Alexey Gladkov, Seth Forshee, Dustin Kirk‐
33 land.
34
35
37 Documentation by Dustin Kirkland.
38
39
40
41Set Virtual Terminal RGB Colors 3 Mar 2011 SETVTRGB(8)