syscons.4 (1ee774f614e70c52baafdf8b7e9013b545d36f2b) | syscons.4 (aa3d547d095ff07fdc39ffc5ae4c371844b504ab) |
---|---|
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: --- 12 unchanged lines hidden (view full) --- 21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ 28.\" | 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: --- 12 unchanged lines hidden (view full) --- 21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ 28.\" |
29.Dd September 11, 2009 | 29.Dd September 10, 2009 |
30.Dt SYSCONS 4 31.Os 32.Sh NAME 33.Nm syscons , 34.Nm sc 35.Nd the console driver 36.Sh SYNOPSIS 37.Cd "options MAXCONS=N" --- 18 unchanged lines hidden (view full) --- 56.Cd "options SC_KERNEL_CONS_REV_ATTR=_attribute_" 57.Cd "options SC_DFLT_FONT" 58.Cd "makeoptions SC_DFLT_FONT=_font_name_" 59.Cd "device sc" 60.Pp 61In 62.Pa /boot/device.hints : 63.Cd hint.sc.0.at="isa" | 30.Dt SYSCONS 4 31.Os 32.Sh NAME 33.Nm syscons , 34.Nm sc 35.Nd the console driver 36.Sh SYNOPSIS 37.Cd "options MAXCONS=N" --- 18 unchanged lines hidden (view full) --- 56.Cd "options SC_KERNEL_CONS_REV_ATTR=_attribute_" 57.Cd "options SC_DFLT_FONT" 58.Cd "makeoptions SC_DFLT_FONT=_font_name_" 59.Cd "device sc" 60.Pp 61In 62.Pa /boot/device.hints : 63.Cd hint.sc.0.at="isa" |
64.Cd hint.sc.0.vesa_mode=0x103 | |
65.Sh DESCRIPTION 66The 67.Nm 68driver provides multiple virtual terminals. 69It resembles the SCO color console driver. 70.Pp 71The 72.Nm --- 350 unchanged lines hidden (view full) --- 423.\"underline cursor 424.\".It Dv 6 425.\"blinking underline (aka destructive) cursor 426.\".El 427.\".It bit 6 (QUIET_BELL) 428.\"This option suppresses the bell, whether audible or visual, 429.\"if it is rung in a background virtual terminal. 430.It 0x0080 (VESAMODE) | 64.Sh DESCRIPTION 65The 66.Nm 67driver provides multiple virtual terminals. 68It resembles the SCO color console driver. 69.Pp 70The 71.Nm --- 350 unchanged lines hidden (view full) --- 422.\"underline cursor 423.\".It Dv 6 424.\"blinking underline (aka destructive) cursor 425.\".El 426.\".It bit 6 (QUIET_BELL) 427.\"This option suppresses the bell, whether audible or visual, 428.\"if it is rung in a background virtual terminal. 429.It 0x0080 (VESAMODE) |
431This option puts the video card in the VESA mode specified by 432.Pa /boot/device.hints 433variable 434.Va vesa_mode 435during kernel initialization. | 430This option puts the video card in the VESA mode specified by higher 43116 bits of the flags during kernel initialization. |
436Note that in order for this flag to work, the kernel must be 437compiled with the 438.Dv SC_PIXEL_MODE 439option explained above. 440A list of the available mode can be obtained via 441.Xr vidcontrol 1 . 442.\"Note also that the ``copy-and-paste'' function is not currently supported 443.\"in this mode and the mouse pointer will not be displayed. --- 123 unchanged lines hidden --- | 432Note that in order for this flag to work, the kernel must be 433compiled with the 434.Dv SC_PIXEL_MODE 435option explained above. 436A list of the available mode can be obtained via 437.Xr vidcontrol 1 . 438.\"Note also that the ``copy-and-paste'' function is not currently supported 439.\"in this mode and the mouse pointer will not be displayed. --- 123 unchanged lines hidden --- |