Advertisement
Guest User

Pen Tablet xorg.conf

a guest
Aug 7th, 2012
1,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement