README 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Hanvon tablet driver
  2. ====================
  3. Driver for Linux kernels which supports complete functionality of the tablet:
  4. pen coordinates, touch/float/click detection, pressure, x and y tilt, pen
  5. button. On Artmaster I four simple tablet buttons (note that the first
  6. one works only together with pen activity), and the slider button.
  7. Supported hardware
  8. ==================
  9. AM3M, AM0605, AM0806, AM1107, AM1209
  10. RL0604, RL0504
  11. GP0504, GP0605, GP0605+, GP0806, GP0906
  12. NXS1315
  13. APPIV0906
  14. AM - Artmaster I, RL - Rollick, GP - GraphicPal, NXS - Nilox
  15. APP - Art Painter Pro
  16. Installation
  17. ============
  18. Type 'make' to compile the module. New file hanvon.ko will be produced in
  19. current directory. Load the module with root permissions
  20. insmod ./hanvon.ko
  21. If everything goes right the tablet should start working immediately.
  22. Diagnostics
  23. ===========
  24. After insmod, check with dmesg, if the module was loaded properly.
  25. "USB Hanvon tablet driver" should appear in the listing.
  26. lsmod should also contain hanvon in its listing: lsmod | grep hanvon