92 lines
3.5 KiB
HTML
92 lines
3.5 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of SETVTRGB</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>SETVTRGB</H1>
|
|
Section: User Commands (1)<BR>Updated: July 2011<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
setvtrgb - customize the console color map
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>setvtrgb</B> vga
|
|
<P>
|
|
|
|
<B>setvtrgb</B> <I>FILE</I>|-
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>setvtrgb</B>
|
|
|
|
sets the console color map in all virtual terminals according to custom
|
|
values specified in a file or standard input. With the `vga' parameter,
|
|
it can also be used to restore the settings built into the kernel.
|
|
<P>
|
|
|
|
When invoked with a filename or `-',
|
|
<B>setvtrgb</B>
|
|
|
|
expects input as follows:
|
|
<P>
|
|
|
|
<BR> color0_r,color1_r,...,color15_r
|
|
<BR> color0_g,color1_g,...,color15_g
|
|
<BR> color0_b,color1_b,...,color15_b
|
|
<P>
|
|
|
|
where colorN_{r,g,b} is the red/green/blue portion of the respective
|
|
color in decimal notation in the 0..255 range. To pre-seed a file in
|
|
the correct format, you can use
|
|
<P>
|
|
|
|
<BR> cat /sys/module/vt/parameters/default_{red,grn,blu}
|
|
<P>
|
|
|
|
The meanings of the color values are defined as follows:
|
|
<P>
|
|
|
|
<BR> +--------+--------+---------+
|
|
<BR> | Normal | Bright | Color |
|
|
<BR> +--------+--------+---------+
|
|
<BR> | 0 | 8 | Black |
|
|
<BR> | 1 | 9 | Red |
|
|
<BR> | 2 | 10 | Green |
|
|
<BR> | 3 | 11 | Yellow |
|
|
<BR> | 4 | 12 | Blue |
|
|
<BR> | 5 | 13 | Magenta |
|
|
<BR> | 6 | 14 | Cyan |
|
|
<BR> | 7 | 15 | White |
|
|
<BR> +---------------------------+
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
setvtrgb is Copyright © 2011 Alexey Gladkov
|
|
<<A HREF="mailto:gladkov.alexey@gmail.com">gladkov.alexey@gmail.com</A>>, with portions by Dustin Kirkland
|
|
<<A HREF="mailto:kirkland@canonical.com">kirkland@canonical.com</A>> and Seth Forshee <<A HREF="mailto:seth.forshee@canonical.com">seth.forshee@canonical.com</A>>
|
|
at Canonical Ltd.
|
|
<P>
|
|
|
|
This manual page was written by Michael Schutte <<A HREF="mailto:michi@debian.org">michi@debian.org</A>> for
|
|
the Debian GNU/Linux system (but may be used by others).
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:27 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|