D
dhessel
Guest
I have just got centos installed and am working on getting these 2 items working properly. I have basic functionality but lack any multi-touch gestures on the screen and the 2nd button on the pen doesn't work. It is the pen for the surface pro 3. I have added the following code to my 52-wacom.conf file but I cannot get the other button to work and have no idea were to being with the touch screen. I am new to linux and have searched around a fair bit but information seems scarce. I would appreciate any advice that you can offer. Thanks.
Code:
Section "InputClass"
Identifier "Wacom N-trig Class"
MatchProduct "ID 1b96:0f04|N-trig DuoSense Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "2"
Option "Button3" "3"
EndSection