syscons.4 (0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96) | syscons.4 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87) |
---|---|
1.\" 2.\" Copyright (c) 1999 3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 487 unchanged lines hidden (view full) --- 496.Pp 497The following lines will set the default colors. 498The normal text will be green on black background. 499The reversed text will be yellow on green background. 500Note that you cannot put any white space inside the quoted string, 501because of the current implementation of 502.Xr config 8 . 503.Pp | 1.\" 2.\" Copyright (c) 1999 3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 487 unchanged lines hidden (view full) --- 496.Pp 497The following lines will set the default colors. 498The normal text will be green on black background. 499The reversed text will be yellow on green background. 500Note that you cannot put any white space inside the quoted string, 501because of the current implementation of 502.Xr config 8 . 503.Pp |
504.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) 505.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) | 504.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)" 505.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)" |
506.Pp 507The following lines will set the default colors of the kernel message. 508The kernel message will be printed bright red on black background. 509The reversed message will be black on red background. 510.Pp | 506.Pp 507The following lines will set the default colors of the kernel message. 508The kernel message will be printed bright red on black background. 509The reversed message will be black on red background. 510.Pp |
511.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK) 512.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED) | 511.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)" 512.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)" |
513.Pp 514The following example adds the font files 515.Pa cp850-8x16.fnt , 516.Pa cp850-8x14.font 517and 518.Pa cp850-8x8.font 519to the kernel. 520.Pp 521.Dl "options SC_DFLT_FONT" | 513.Pp 514The following example adds the font files 515.Pa cp850-8x16.fnt , 516.Pa cp850-8x14.font 517and 518.Pa cp850-8x8.font 519to the kernel. 520.Pp 521.Dl "options SC_DFLT_FONT" |
522.Dl "makeoptions SC_DFLT_FONT=cp850 | 522.Dl "makeoptions SC_DFLT_FONT=cp850" |
523.Dl "device sc" 524.\".Sh DIAGNOSTICS 525.Sh SEE ALSO 526.Xr kbdcontrol 1 , 527.Xr login 1 , 528.Xr vidcontrol 1 , 529.Xr atkbd 4 , 530.Xr atkbdc 4 , --- 35 unchanged lines hidden --- | 523.Dl "device sc" 524.\".Sh DIAGNOSTICS 525.Sh SEE ALSO 526.Xr kbdcontrol 1 , 527.Xr login 1 , 528.Xr vidcontrol 1 , 529.Xr atkbd 4 , 530.Xr atkbdc 4 , --- 35 unchanged lines hidden --- |