System crash installing wizardpen, with XP-pen G430

Bug #1654072 reported by Hicks
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wizardpen
Confirmed
Undecided
Unassigned
X.Org X server
New
Undecided
Unassigned

Bug Description

1.-Installed wizardpen version 8.1, Kubuntu 12.04 64 bits and privative Nvidia 367.57

2.- Adding this to my /etc/udev/rules.d/67-xorg-wizardpen.rules
#XP-pen G430
ENV{ID_VENDOR_ID}=="28bd", ENV{ID_MODEL_ID}=="0075", ENV{x11_driver}="wizardpen", ENV{ID_MODEL}="stylus"

3.- Changing /usr/share/X11/xorg.conf.d/70-wizardpen.conf to:
Section "InputClass"
   Identifier "stylus"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "UGTABLET"
   MatchTag "wizardpen"
   Driver "wizardpen"
   Option "Device" "/dev/input/by-id/UGTABLET TABLET G3 4x3"
   Option "TopX" "518"
   Option "TopY" "735"
   Option "BottomX" "32767"
   Option "BottomY" "32767"
EndSection
Section "InputClass"
   Identifier "wizardpen ignore mouse dev"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/by-id/UGTABLET TABLET G3 4x3"
   MatchVendor "UC-LOGIC|KYE Systems|Ace Cad|WALTOP|Waltop|UGTABLET"
   Driver ""
EndSection

According cat /proc/bus/input/devices

Now, when y attach my Xp-Pen, system crash.

cat /proc/bus/input/devices
I: Bus=0003 Vendor=28bd Product=0075 Version=0100
N: Name="UGTABLET TABLET G3 4x3"
P: Phys=usb-0000:00:14.0-10.4/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.0/0003:28BD:0075.0002/input/input6
U: Uniq=
H: Handlers=mouse0 event3
B: PROP=0
B: EV=1f
B: KEY=400 3f0000 0 0 0 0
B: REL=303
B: ABS=1000003
B: MSC=10

dmesg
   4.296885] usb 1-10.4: Product: TABLET G3 4x3
[ 4.296889] usb 1-10.4: Manufacturer: UGTABLET
[ 4.297109] usb 1-10.4: ep 0x81 - rounding interval to 16 microframes, ep desc says 24 microframes
[ 4.300042] input: UGTABLET TABLET G3 4x3 as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.0/0003:28BD:0075.0002/input/input6
[ 4.300309] hid-generic 0003:28BD:0075.0002: input,hidraw1: USB HID v1.00 Mouse [UGTABLET TABLET G3 4x3] on usb-0000:00:14.0-10.4/input0
[ 4.302428] hid-generic 0003:28BD:0075.0003: hiddev0,hidraw2: USB HID v1.00 Device [UGTABLET TABLET G3 4x3] on usb-0000:00:14.0-10.4/input1

Hicks (hicks1gb)
description: updated
Revision history for this message
Hicks (hicks1gb) wrote :

Solved!!!

Change content of /usr/share/X11/xorg.conf.d/70-wizardpen.conf for this:

Section "InputClass"
   Identifier "stylus"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "UGTABLET"
   MatchTag "wizardpen"
   Driver "wizardpen"
   Option "Device" "/dev/input/by-id/usb-UGTABLET_TABLET_G3_4x3-event-mouse"
   Option "TopX" "518"
   Option "TopY" "735"
   Option "BottomX" "32767"
   Option "BottomY" "32767"
EndSection
Section "InputClass"
   Identifier "wizardpen ignore mouse dev"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/by-id/usb-UGTABLET_TABLET_G3_4x3-event-mouse"
   MatchVendor "UC-LOGIC|KYE Systems|Ace Cad|WALTOP|Waltop|UGTABLET"
   Driver ""
EndSection

Now all works fine.

Revision history for this message
moassama (moassama) wrote :

i have the same problem whit a g-340 "Tablet WP4030U"
this not work for me
this directory "/dev/input/by-id/" don't have nothing about a tablet...
im using arch whit gnome driver nvidia-noveau

Ismael Luceno (ismaell)
Changed in wizardpen:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.