:


  mini-HOWTO "Wacom at Linux"   - ,
       .

     :
 http://linuxwacom.sourceforge.net/


,   wacom    ( 
     2.6   2.4)

,        .

# 
cat /dev/input/event0 # 0,1,2,3...     

# 
cat /dev/input/mouse1 #  0   ,   1,2....



    

gpm -m /dev/input/mouse1 -t imps2
  
gpm -m /dev/input/mouse1 -t wacom  #  



/*  /etc/X11/xorg.conf  */

Section "InputDevice"
Identifier    "stylus"
# 
Driver        "wacom"
Option        "Type"          "stylus"
Option        "Device"        "/dev/input/event0"
Option        "USB"           "on"

#       
Option        "EmulateWheel"  "true"
Option        "EmulateWheelButton" "1"

#     
Option        "Threshold"     "50"

#     
Option "Mode" "Absolute"
Option "KeepShape" "off"
EndSection

Section "InputDevice"
Identifier    "eraser"
#   
Driver        "wacom"
Option        "Type"          "eraser"
Option        "Device"        "/dev/input/event0"
Option        "USB"           "on"
EndSection

Section "InputDevice"
Identifier    "cursor"
#  
Driver        "wacom"
Option        "Type"          "cursor"
Option        "Device"        "/dev/input/event0"
Option        "USB"           "on"
EndSection


Section "ServerLayout"
    . . .
    InputDevice "Mouse1"    "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

###### Wacom ##########
#   InputDevice "Mouse2" "SendCoreEvents"
    InputDevice    "cursor"    "SendCoreEvents"
    InputDevice    "stylus"    "SendCoreEvents"
    InputDevice    "eraser"    "SendCoreEvents"
###### Wacom ##########

EndSection



wacdump /dev/input/event0



File --) Preferences --) Input devices --) Extended devices

  cursor,stylus,eraser  "Screen"


   "Brush with pressure"
    

Pressure: + Size

   ""
    

Pressure: + Opacue


Last-modified: Tue, 10 Jan 2006 13:27:38 GMT
: