logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

setvtrgb.8 (1032B)


  1. .\" @(#)man/man8/setvtrgb.8 1.0 Mar 3 12:32:18 CST 2011
  2. .TH SETVTRGB 8 "3 Mar 2011" "kbd"
  3. .SH NAME
  4. setvtrgb \- set the virtual terminal RGB colors
  5. .SH SYNOPSIS
  6. .B setvtrgb
  7. [\fI\,options\/\fR]
  8. .I vga|FILE|\-
  9. .SH DESCRIPTION
  10. The
  11. .I setvtrgb
  12. command takes a single argument, either the string
  13. .B vga
  14. , or a path to a file
  15. containing the red, green, and blue colors to be used by the Linux virtual terminals.
  16. If you use the
  17. .B FILE
  18. parameter,
  19. .B FILE
  20. should be exactly 3 lines of 16
  21. comma-separated decimal values for RED, GREEN, and BLUE.
  22. To seed a valid
  23. .B FILE
  24. :
  25. .RS
  26. .B "cat /sys/module/vt/parameters/default_{red,grn,blu} > FILE"
  27. .RE
  28. And then edit the values in
  29. .B FILE
  30. .SH OPTIONS
  31. .TP
  32. \fB\-C\fR, \fB\-\-console\fR=\fI\,DEV\/\fR
  33. the console device to be used;
  34. .TP
  35. \fB\-h\fR, \fB\-\-help\fR
  36. Prints usage message and exits.
  37. .TP
  38. \fB\-V\fR, \fB\-\-version\fR
  39. Prints version number and exists.
  40. .SH AUTHOR
  41. The utility is written by Alexey Gladkov, Seth Forshee, Dustin Kirkland.
  42. .SH DOCUMENTATION
  43. Documentation by Dustin Kirkland.