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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/vt.7i.man.txt
          +++ new/usr/src/man/man7i/vt.7i.man.txt
   1    1  VT(7I)                          Ioctl Requests                          VT(7I)
   2    2  
   3    3  NAME
   4      -     vt - Solaris virtual console interface
        4 +     vt - illumos virtual console interface
   5    5  
   6    6  SYNOPSIS
   7    7       #include <sys/kd.h>
   8    8       #include <sys/vt.h>
   9    9  
  10   10  DESCRIPTION
  11   11       The virtual console device driver -- also known as virtual terminal (VT)
  12   12       -- is a layer of management functions that provides facilities to support
  13   13       and switch between multiple screen faces on a single physical device.
  14   14  
↓ open down ↓ 179 lines elided ↑ open up ↑
 194  194       ioctl(2), signal(3C), wscons(7D)
 195  195  
 196  196  NOTES
 197  197       By default, there are only five virtual console instance login prompts
 198  198       running on /dev/vt/# (where "#" represents 2 to 6) in addition to the
 199  199       system console running on /dev/console.  Normally Xorg uses the seventh
 200  200       virtual console (/dev/vt/7).  To switch from consoles to Xserver (which
 201  201       normally picks up the first available virtual console), use [ Ctrl + ]
 202  202       Alt + F7 .
 203  203  
 204      -           # svcs  | grep login
      204 +           # svcs | grep login
 205  205             online         17:49:11 svc:/system/console-login:default
 206  206             online         17:49:11 svc:/system/console-login:vt2
 207  207             online         17:49:11 svc:/system/console-login:vt3
 208  208             online         17:49:11 svc:/system/console-login:vt4
 209  209             online         17:49:11 svc:/system/console-login:vt5
 210  210             online         17:49:11 svc:/system/console-login:vt6
 211  211  
 212  212       console-login:default is for the system console, others for virtual
 213  213       consoles.
 214  214  
 215      -     You can modify properties/disable/enable and remove/add virtual consoles
 216      -     using smf(5):
      215 +     You can manage virtual consoles using the service management facility,
      216 +     smf(5):
 217  217  
 218  218             # svccfg -s console-login add vt8
 219  219             # svccfg -s console-login:vt8 setprop \
 220  220               ttymon/device=astring: "/dev/vt/8"
 221  221             # svcadm enable console-login:vt8
 222  222  
 223      -illumos                        October 29, 2017                        illumos
      223 +illumos                        February 17, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX