I've had my UD-1212-R (ArtZ II 12x12) working in Ubuntu 6.06 Dapper for
a while.  I absolutely love it!  Thanks for the hard work Linux-Wacom
team!  :)

I'm using /dev/ttyS0, since this is an old serial pad, and the latest
0.7.4 driver & tools on 2.6.15-26-amd64.

My question deals with the 20 keys at the top of my pad.  According to
the old Wacom How-To, my ArtZ is an UltraPad and that old driver
supported the macro keys.  (True?)

I've tried some mapping in Gimp with the keys tab, but have not had any
success.  Theoretically, I can map macro 17 to Ctrl-S, for example, and
Gimp should save if I depress the stylus on #17.  But nothing happens...

If I use wacdump, I can see a hex byte in the string that will change
according to the button I push.  So, I *KNOW* the driver is receiving
the message. 

So, in summary:

1)  Is it possible to use these macro keys?
2)  If so, how do I do it? 

Should I configure keys for stylus or cursor?  (I've tried all 3 at once.)

Thanks!

--------------------------------------------

Here's my config info:

xorg.conf:

Section "InputDevice"
  Driver "wacom"
  Identifier "Wacom_Cursor"
  Option "BottomX" "10240"
  Option "BottomY" "7680"
  Option "Device" "/dev/ttyS0"
  Option "InputFashion" "Tablet"
  Option "Mode" "Absolute"
  Option "Protocol" "Auto"
  Option "SendCoreEvents" "on"
  Option "Tilt" "on"
  Option "Type" "cursor"
  Option "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "Wacom_Stylus"
  Option "BottomX" "10240"
  Option "BottomY" "7680"
  Option "Device" "/dev/ttyS0"
  Option "InputFashion" "Pen"
  Option "Mode" "Absolute"
  Option "Protocol" "Auto"
  Option "SendCoreEvents" "on"
  Option "Tilt" "on"
  Option "Type" "stylus"
  Option "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "Wacom_Eraser"
  Option "BottomX" "10240"
  Option "BottomY" "7680"
  Option "Device" "/dev/ttyS0"
  Option "InputFashion" "Eraser"
  Option "Mode" "Absolute"
  Option "Protocol" "Auto"
  Option "SendCoreEvents" "on"
  Option "Tilt" "on"
  Option "Type" "eraser"
  Option "Vendor" "WACOM"
EndSection

and in my ServerLayout section:

        InputDevice "Wacom_Cursor" "SendCoreEvents"
        InputDevice "Wacom_Stylus" "SendCoreEvents"
        InputDevice "Wacom_Eraser" "SendCoreEvents"
#       InputDevice "Wacom_Pad" "SendCoreEvents"





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to