Auto Install for Mandrake Linux
Prev Next

wacom

This option is used to define none, one, or more graphical Tablet devices (WACOM)

'wacom' => [


'<device>'

],

Descriptions:

'<device>' - the device that the tablet is attached to, without the '/dev/' part. eg. ttyS0.

There may be up to 4 tablets defined.

An interesting feature, when XFree86-4 is used, is the ability to use both a regular mouse device and a Wacom graphics tablet. See the following references for more details:



http://www.linuxdoc.org/HOWTO/Wacom-Tablet-HOWTO.html

http://www.linuxdoc.org/HOWTO/mini/Wacom-USB-mini-HOWTO.html

http://www.lepied.com/xfree86



Examples:

No tablets installed use:

'wacom' => [],

A tablet attached to a serial port:

'wacom' => [


'ttyS1'

],

A tablet attached via USB:

'wacom' => [


'input/event0'

],

Related Option Entries:

mouse, X




PrevHome Next
useSupermount   X