Guest User

10-wacom.conf

a guest
Aug 30th, 2011
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ozox@ozox-laptop:~$ cat /usr/lib/X11/xorg.conf.d/10-wacom.conf
  2. Section "InputClass"
  3. Identifier "Wacom class"
  4. MatchProduct "Wacom|WACOM"
  5. MatchDevicePath "/dev/input/event*"
  6. Driver "wacom"
  7. Option "KeepShape" "on"
  8. EndSection
  9.  
  10. Section "InputClass"
  11. Identifier "Wacom serial class"
  12. MatchProduct "Serial Wacom Tablet"
  13. Driver "wacom"
  14. Option "ForceDevice" "ISDV4"
  15. EndSection
  16.  
  17. # N-Trig Duosense Electromagnetic Digitizer
  18. Section "InputClass"
  19. Identifier "Wacom N-Trig class"
  20. MatchProduct "HID 1b96:0001"
  21. MatchDevicePath "/dev/input/event*"
  22. Driver "wacom"
  23. EndSection
Advertisement
Add Comment
Please, Sign In to add comment