1VOID(4) Kernel Interfaces Manual VOID(4)
2
3
4
6 void - null input driver
7
9 Section "InputDevice"
10 Identifier "idevname"
11 Driver "void"
12 ...
13 EndSection
14
16 void is an dummy/null Xorg input driver. It doesn't connect to any
17 physical device, and it never delivers any events. It functions as
18 both a pointer and keyboard device, and may be used as X server's core
19 pointer and/or core keyboard. It's purpose is to allow X servers pre
20 version 1.4 to operate without a core pointer and/or core keyboard.
21
23 Please refer to xorg.conf(5) for general configuration details and for
24 options that can be used with all input drivers. This driver doesn't
25 have any configuration options in addition to those.
26
28 Xorg(1), xorg.conf(5), Xserver(1), X(7).
29
30
31
32X Version 11 xf86-input-void 1.4.1 VOID(4)