This is a tutorial for HP-Compaq TC4400 Users on Ubuntu. Note, that I'm a total beginner with Linux, so this page will contain everything I did with my Notebook called Alice :-)

2011. március 17., csütörtök

Sorting out input devices 5.

For a temporary solution, here are the codes to turn the WACOM device on and off:

~$ xinput -set-prop "Serial Wacom Tablet" "Device Enabled" 0
~$ xinput -set-prop "Serial Wacom Tablet" "Device Enabled" 1


0 in for turning it off and 1 is for turning it on.

EDIT:
in my case, when turning on the Wacom device, screen dimensions are off, so I had to add an extra line to the nautilus script:
~$ xinput -set-prop "Serial Wacom Tablet" "325" 0, 0, 24780, 18630

or

~$ xinput -set-prop "Serial Wacom Tablet" "Wacom Tablet Area" 0, 0, 24780, 18630

0 megjegyzés: