Go to main content

man pages section 4: Device and Network Interfaces

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

void (4)

Name

void - null input driver

Synopsis

Section "InputDevice"
Identifier "idevname"
Driver "void"
...
EndSection

Description

VOID(4)                    Kernel Interfaces Manual                    VOID(4)



NAME
       void - null input driver

SYNOPSIS
       Section "InputDevice"
         Identifier "idevname"
         Driver "void"
         ...
       EndSection

DESCRIPTION
       void  is  an  dummy/null  Xorg input driver.  It doesn't connect to any
       physical device, and it never delivers any  events.   It  functions  as
       both  a pointer and keyboard device, and may be used as X server's core
       pointer and/or core keyboard.  It's purpose is to allow X  servers  pre
       version 1.4 to operate without a core pointer and/or core keyboard.

CONFIGURATION DETAILS
       Please  refer to xorg.conf(5) for general configuration details and for
       options that can be used with all input drivers.  This  driver  doesn't
       have any configuration options in addition to those.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------------------------+
       |ATTRIBUTE TYPE |            ATTRIBUTE VALUE             |
       +---------------+----------------------------------------+
       |Availability   | x11/server/xorg/driver/xorg-input-void |
       +---------------+----------------------------------------+
       |Stability      | Volatile                               |
       +---------------+----------------------------------------+

SEE ALSO
       Xorg(1), xorg.conf(5), Xserver(1), X(7).



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source   was   downloaded   from    https://www.x.org/releases/individ-
       ual/driver/xf86-input-void-1.4.1.tar.bz2.

       Further information about this software can be found on the open source
       community website at https://www.x.org.



X Version 11                 xf86-input-void 1.4.1                     VOID(4)