Cobra Forum

Other Discussion and Support => Assistive Technology & Accessibility => Topic started by: kalpana on Nov 14, 2023, 04:23 AM

Title: Wacom: xsetwacom set "dev" rotate not working
Post by: kalpana on Nov 14, 2023, 04:23 AM
Hello, I am running ubuntu 10.10 on a HP compaq tc4400 tablet laptop.

The tablet pen is functioning as expected but the xsetwacom set rotate command is not.

eg:
sidion@tablet:~$ xsetwacom get "Serial Wacom Tablet stylus" rotate
1
sidion@tablet:~$ xsetwacom set "Serial Wacom Tablet stylus" rotate 0
sidion@tablet:~$ xsetwacom get "Serial Wacom Tablet stylus" rotate
1

I have tried both numerical values eg: 0, 1, 2, 3 and word values: NONE, CW, CCW

It also seems that other assignments via xsetwacom are not working:

sidion@tablet:~$ xsetwacom get "Serial Wacom Tablet stylus" Button1
1
sidion@tablet:~$ xsetwacom set "Serial Wacom Tablet stylus" Button1 2
sidion@tablet:~$ xsetwacom get "Serial Wacom Tablet stylus" Button1
1


Also the gui program wacomcpl does not list any devices.
Any assistance in this problem would be greatly appreciated.

for reference:
sidion@tablet:~$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=10 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=11 [slave pointer (2)]
⎜ ↳ Serial Wacom Tablet eraser id=12 [slave pointer (2)]
⎜ ↳ Serial Wacom Tablet stylus id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
↳ HP WMI hotkeys

sidion@tablet:~$ xsetwacom list dev
SynPS/2 Synaptics TouchPad touch
Serial Wacom Tablet eraser eraser
Serial Wacom Tablet stylus stylus

sidion@tablet:~$ cat /usr/share/X11/xorg.conf.d/50-wacom.conf
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
#Option "Button2" "2"
#Option "Button3" "3"
Option "KeepShape" "on"
EndSection

Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
Option "ForceDevice" "ISDV4"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection