1. Section "InputDevice"
  2. Driver "wacom"
  3. Identifier "cursor"
  4. Option "Device" "/dev/ttyS0"
  5. Option "Type" "cursor"
  6. Option "ForceDevice" "ISDV4"
  7. Option "Mode" "Absolute"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11. Driver "wacom"
  12. Identifier "stylus"
  13. Option "Device" "/dev/ttyS0"
  14. Option "Type" "stylus"
  15. Option "Button2" "3"
  16. Option "ForceDevice" "ISDV4"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. Driver "wacom"
  21. Identifier "eraser"
  22. Option "Device" "/dev/ttyS0"
  23. Option "Type" "eraser"
  24. Option "ForceDevice" "ISDV4"
  25. EndSection
  26.  
  27. Section "ServerLayout"
  28. Identifier "X.org Configured"
  29. InputDevice "stylus"
  30. InputDevice "eraser"
  31. EndSection