[DIGImend-users] No feedback with UC Logic monitor
Brought to you by:
spb_nick
From: Takumi V. <tru...@gm...> - 2016-02-06 01:14:21
|
My monitor that recently arrived is a little weird. I had a bunch of issues with what screen x/kde wanted to use for a while, but after a bunch of fiddling and reinstalling kubuntu 15, finally got things to at least be consistent. The monitor comes on and works great as a monitor, doing everything it seems like it's supposed to do (the fact multiple monitors are the only place kde 5 supports virtual desktops is a little odd to me, but I'm not complaining :p) but its input device doesn't seem to do anything no matter what I do. That is, nothing I do with the pen causes anything to happen. I tried installing the latest digimend deb package and I can manually get the hid-uclogic module to come up with modprobe but I don't even know if it's working. I also put a configuration file at /etc/X11/xorg.conf.d. I tried xinput --map-to-output but that didn't seem to do anything. xinput --test for either of the input devices has never produced anything though the input devices and a mysterious unlabelled usb device are all recognised. Any advice? $ cat /etc/X11/xorg.conf.d/52-uclogic.conf # note: I have no idea if what I put in this file is "right" Section "InputClass" Identifier "Graphics tablet" MatchIsPointer "on" MatchProduct "UC-Logic" MatchDevicePath "/dev/input/event*" Driver "evdev" # Apply custom Options below. EndSection #Section "InputClass" # Identifier "Graphics tablet pen" # MatchIsTablet "on" # MatchProduct "UC Logic" # MatchDevicePath "/dev/input/event*" # Driver "evdev" # # Apply custom Options below. #EndSection $ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ UC-Logic 12" Tablet Monitor id=11 [slave pointer (2)] ⎜ ↳ UC-Logic 12" Tablet Monitor id=12 [slave pointer (2)] ⎜ ↳ Atmel Atmel maXTouch Digitizer id=14 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPad id=17 [slave pointer (2)] $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 008: ID 048d:8386 Integrated Technology Express, Inc. Bus 001 Device 005: ID 03eb:8858 Atmel Corp. Bus 001 Device 012: ID 0cf3:3004 Atheros Communications, Inc. Bus 001 Device 007: ID 1bcf:2c66 Sunplus Innovation Technology Inc. Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 009: ID 17e9:03c2 DisplayLink Bus 001 Device 006: ID 5543:004a UC-Logic Technology Corp. Bus 001 Device 004: ID 0101:0cec Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub $ less /proc/bus/input/devices I: Bus=0003 Vendor=5543 Product=004a Version=0111 N: Name="UC-Logic 12" Tablet Monitor" P: Phys=usb-0000:00:14.0-2.1.2/input0 S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.0/0003:5543:004A.0005/input/input9 U: Uniq= H: Handlers=mouse1 event8 B: PROP=0 B: EV=1b B: KEY=c03 70001 0 0 0 0 B: ABS=1000003 B: MSC=10 I: Bus=0003 Vendor=5543 Product=004a Version=0111 N: Name="UC-Logic 12" Tablet Monitor" P: Phys=usb-0000:00:14.0-2.1.2/input1 S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.1/0003:5543:004A.0006/input/input10 U: Uniq= H: Handlers=mouse2 event9 B: PROP=0 B: EV=17 B: KEY=1f0000 0 0 0 0 B: REL=143 B: MSC=10 $ uclogic-probe M 55 00 43 00 2D 00 4C 00 6F 00 67 00 69 00 63 00 P 31 00 32 00 22 00 20 00 54 00 61 00 62 00 6C 00 65 00 74 00 20 00 4D 00 6F 00 6E 00 69 00 74 00 6F 00 72 00 S 64 0C 03 AA 4B B0 38 03 00 FF 07 D0 07 S 65 04 03 20 A0 S 6E 04 03 31 00 S 79 18 03 46 00 34 00 30 00 31 00 20 00 53 00 65 00 72 00 69 00 65 00 73 00 S 7A 08 03 01 00 00 00 00 00 S 7B 0C 03 48 00 4B 00 20 00 4F 00 6E 00 |