| /xorg |
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 42-j0.6.8 $ !!!!!!!!!!!!!!!!!!!!!!!!!
a very well explained xorg.conf [from Kristian Bäckström] kickus (AT) iki (Point) fi
Thanks for it!
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
# Option "Tilt" "on"
Option "Type" "stylus"
# Option "Type" "stylus"|"eraser"|"cursor"|"pad"
# sets the type of tool the device represents. This option is
# mandatory. "pad" is for Intuos 3 or Cintiq 21UX Tablet Menu
# Strip(s) only. It is required for Intuos 3 and Cintiq 21UX
# if your application supports Tablet Menu Strip features.
# "pad" is reported as a second tool in the driver. Since it
# will not move the system's cursor, IT SHOULD NOT have any
# of those core options, such as "SendCoreEvents" or
# "AlwaysCore.
Option "Device" "/dev/input/wacom"
# sets the path to the special file which represents serial
# line where the tablet is plugged. You have to specify it
# for each subsection with the same value if you want to have
# multiple devices with the same tablet. This option is
# mandatory.
Option "USB" "on"
# tells the driver to dialog with the tablet the USB way.
# This option is mandatory for USB tablets.
# Option "ForceDevice" "ISDV4"
# tells the driver to dialog with the tablet the Tablet PC
# way. Tablet PC is a serial tablet using a special Wacom IV
# protocol, called ISDV4 protocol. This option is mandatory
# for Tablet PC.
# Option "DeviceName" "name"
# sets the name of the X device.
Option "Suppress" "0"
# sets the position increment under which not to transmit
# coordinates. This entry must be specified only in the
# first Wacom subsection if you have multiple devices for one
# tablet. The default value is 2. If you don't specify this
# entry or your value is less than the default vaule or
# greater than 6, the default value will be used. To disable
# suppression, the entry should be specified as 0.
# When suppress is defined, an event will be sent only when
# at least one of the following conditions is met:
#
# the change between the current X coordinate and the previous
# one is greater than suppress
(**) stylus is in absolute mode (**) WACOM: suppress value is 2 (**) Option "Tilt" "on" (**) Option "USB" "on" (**) stylus: reading USB link (**) Option "BaudRate" "9600" (**) stylus: serial speed 9600 (**) Option "SendCoreEvents" (**) cursor: always reports core events (**) cursor serial device is /dev/input/wacom (**) cursor is in relative mode (**) WACOM: suppress value is 2 (**) Option "USB" "on" (**) cursor: reading USB link (**) Option "BaudRate" "9600" (**) cursor: serial speed 9600 (**) Option "Speed" "12.0" (**) cursor: speed = 12.000 (**) Option "SendCoreEvents" (**) eraser: always reports core events (**) eraser serial device is /dev/input/wacom (**) eraser is in absolute mode (**) WACOM: suppress value is 2 (**) Option "Tilt" "on" (**) Option "USB" "on" (**) eraser: reading USB link (**) Option "BaudRate" "9600" (**) eraser: serial speed 9600 macdet@vible:~$ more /var/log/Xorg.0.log |grep -i wacom (II) LoadModule: "wacom" (II) Loading /usr/X11R6/lib/modules/input/wacom_drv.so (II) Module wacom: vendor="X.Org Foundation" (II) Wacom driver level: 47-0.7.2 $ (**) cursor device is /dev/input/wacom (**) WACOM: suppress value is 0 (**) stylus device is /dev/input/wacom (**) WACOM: suppress value is 0 (**) eraser device is /dev/input/wacom (**) WACOM: suppress value is 0 (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser) (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus) (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor) (**) Option "Device" "/dev/input/wacom" cursor Wacom X driver grabbed event device (==) Wacom USB Graphire4 tablet speed=9600 maxX=10208 maxY=7424 maxZ=511 resX=2032 resY=2032 suppress=0 tilt=disabled (==) Wacom device "cursor" top X=0 top Y=0 bottom X=16704 bottom Y=12064 (==) Wacom device "stylus" top X=0 top Y=0 bottom X=16704 bottom Y=12064 (==) Wacom device "eraser" top X=0 top Y=0 bottom X=16704 bottom Y=12064 macdet@vible:~$
DetlevLengsfeld/MeineHardware/graphire4/Konfiguration/xorg (last modified 2008-11-04 07:00:10)