Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/vt.7i
          +++ new/usr/src/man/man7i/vt.7i
        1 +.\" Copyright 2020 Peter Tribble.
   1    2  .\" Copyright (c) 2017, Joyent, Inc.
   2    3  .\" Copyright (c) 2008 Sun Microsystems, Inc.  All Rights Reserved.
   3    4  .\" The contents of this file are subject to the terms of the
   4    5  .\" Common Development and Distribution License (the "License").
   5    6  .\" You may not use this file except in compliance with the License.
   6    7  .\"
   7    8  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    9  .\" or http://www.opensolaris.org/os/licensing.
   9   10  .\" See the License for the specific language governing permissions
  10   11  .\" and limitations under the License.
  11   12  .\"
  12   13  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   14  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   15  .\" If applicable, add the following below this CDDL HEADER, with the
  15   16  .\" fields enclosed by brackets "[]" replaced with your own identifying
  16   17  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17      -.Dd October 29, 2017
       18 +.Dd February 17, 2020
  18   19  .Dt VT 7I
  19   20  .Os
  20   21  .Sh NAME
  21   22  .Nm vt
  22      -.Nd Solaris virtual console interface
       23 +.Nd illumos virtual console interface
  23   24  .Sh SYNOPSIS
  24   25  .In sys/kd.h
  25   26  .In sys/vt.h
  26   27  .Sh DESCRIPTION
  27   28  The virtual console device driver \(em also known as virtual terminal
  28   29  .Pq Sy VT
  29   30  \(em is a layer of management functions that provides facilities to
  30   31  support and switch between multiple screen faces on a single physical device.
  31   32  .Pp
  32   33  VT's are accessed in the same way as other devices.
↓ open down ↓ 267 lines elided ↑ open up ↑
 300  301  on
 301  302  .Pa /dev/vt/#
 302  303  (where "#" represents 2 to 6) in addition to the system
 303  304  console running on
 304  305  .Pa /dev/console .
 305  306  Normally Xorg uses the seventh virtual console
 306  307  .Pq Pa /dev/vt/7 .
 307  308  To switch from consoles to Xserver (which normally
 308  309  picks up the first available virtual console), use [ Ctrl + ] Alt + F7 .
 309  310  .Bd -literal -offset indent
 310      -# svcs  | grep login
      311 +# svcs | grep login
 311  312  online         17:49:11 svc:/system/console-login:default
 312  313  online         17:49:11 svc:/system/console-login:vt2
 313  314  online         17:49:11 svc:/system/console-login:vt3
 314  315  online         17:49:11 svc:/system/console-login:vt4
 315  316  online         17:49:11 svc:/system/console-login:vt5
 316  317  online         17:49:11 svc:/system/console-login:vt6
 317  318  .Ed
 318  319  .Pp
 319  320  .Sy console-login:default
 320  321  is for the system console, others for virtual consoles.
 321  322  .Pp
 322      -You can modify properties/disable/enable and remove/add virtual consoles using
      323 +You can manage virtual consoles using the service management facility,
 323  324  .Xr smf 5 :
 324  325  .Bd -literal -offset indent
 325  326  # svccfg -s console-login add vt8
 326  327  # svccfg -s console-login:vt8 setprop \e
 327  328    ttymon/device=astring: "/dev/vt/8"
 328  329  # svcadm enable console-login:vt8
 329  330  .Ed
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX