You are not logged in.

#1 2011-04-25 10:23:48

natostanco
Member
Registered: 2008-01-07
Posts: 126

[solved]hp tx2, xsetwacom?

first of all, I tried the xorg.conf from here https://wiki.archlinux.org/index.php/HP_TouchSmart_tx2
but I guess it has something wrong with input devices sine neither touchpad neither touchscreen or stylus works with it.

I want to rotate the stylus when I rotate my screen, because it has axis inverted when screen is rotated...
then I do :
xsetwacom set stylus Rotate 2
and it results in:
Cannot find device 'stylus'.

this is the list of devices:
xsetwacom --list
N-Trig Pen eraser ERASER   
N-Trig Pen cursor CURSOR   
N-Trig Pen touch TOUCH     
N-Trig Pen pad   PAD       
N-Trig Pen stylus STYLUS

so why it cant find the device?

I am using default 50-wacom.conf filee.

  GNU nano 2.2.6     File: /etc/X11/xorg.conf.d/50-wacom.conf                  

Section "InputClass"
        Identifier "Wacom class"
# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
# so for now just let it fall through and be picked up by evdev instead.
#       MatchProduct "Wacom|WALTOP|WACOM"
        MatchProduct "Wacom|WACOM|Hanwang"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
EndSection

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

Section "InputClass"
        Identifier "Wacom serial class identifiers"
        MatchProduct "WACf|FUJ02e5|FUJ02e7"
        Driver "wacom"
EndSection


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

Last edited by natostanco (2011-04-25 16:49:38)

Offline

#2 2011-04-25 16:49:07

natostanco
Member
Registered: 2008-01-07
Posts: 126

Re: [solved]hp tx2, xsetwacom?

solved, used the ID given to the stylus listed in "xinput -list"

Offline

Board footer

Powered by FluxBB