Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320559 - x11-drivers/xf86-input-wacom-0.10.4: X-Server doesn't seem to recognize an wacom intous 4 correctly anymore
Summary: x11-drivers/xf86-input-wacom-0.10.4: X-Server doesn't seem to recognize an wa...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 13:57 UTC by Arne
Modified: 2010-09-22 07:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/make.conf (make.conf,2.00 KB, text/plain)
2010-05-19 13:58 UTC, Arne
Details
/etc/udev/rules.d/60-wacom.rules (60-wacom.rules,6.93 KB, text/plain)
2010-05-19 13:59 UTC, Arne
Details
/etc/hal/fdi/policy/10-linuxwacom.fdi (10-linuxwacom.fdi,773 bytes, text/plain)
2010-05-19 14:00 UTC, Arne
Details
/etc/X11/xorg.conf (xorg.conf,1.41 KB, text/plain)
2010-05-19 14:00 UTC, Arne
Details
/var/log/Xorg.0.log (Xorg.0.log,16.45 KB, text/plain)
2010-05-19 14:01 UTC, Arne
Details
hal-device (hal-device-output.txt,150.14 KB, text/plain)
2010-05-19 20:13 UTC, Arne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arne 2010-05-19 13:57:39 UTC
The cursor can be moved by stylus or eraser correctly until I touch the tablet with it to click. After this the cursor doesn't move anymore until I take the stylus out of the operating distance of my tablet once. Right and middle mouse click also does not work.

Reproducible: Always

Steps to Reproduce:
The tablet first worked fine with x11-drivers/linuxwacom-0.8.4_p1, but I unintended updated to xorg-server-1.7.6 so I installed xf86-input-wacom.
Downgrading to xorg-server-1.6.5-r1 and linuxwacom also didn't helped.
Comment 1 Arne 2010-05-19 13:58:37 UTC
Created attachment 232083 [details]
/etc/make.conf

My /etc/make.conf file
Comment 2 Arne 2010-05-19 13:59:20 UTC
Created attachment 232085 [details]
/etc/udev/rules.d/60-wacom.rules
Comment 3 Arne 2010-05-19 14:00:18 UTC
Created attachment 232087 [details]
/etc/hal/fdi/policy/10-linuxwacom.fdi
Comment 4 Arne 2010-05-19 14:00:56 UTC
Created attachment 232089 [details]
/etc/X11/xorg.conf
Comment 5 Arne 2010-05-19 14:01:28 UTC
Created attachment 232091 [details]
/var/log/Xorg.0.log
Comment 6 Rafał Mużyło 2010-05-19 18:24:07 UTC
One more thing is missing: output of hal-device for the touchpad.
Comment 7 Arne 2010-05-19 20:13:01 UTC
Created attachment 232145 [details]
hal-device

37: udi = '/org/freedesktop/Hal/devices/usb_device_56a_b9_noserial_if0_logicaldev_input'
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  input.device = '/dev/input/event13'  (string)
  input.product = 'Wacom Intuos4 6x9'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_56a_b9_noserial_if0'  (string)
  info.subsystem = 'input'  (string)
  info.product = 'Wacom Intuos4 6x9'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input13/event13'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_56a_b9_noserial_if0'  (string)
  input.x11_driver = 'evdev'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_56a_b9_noserial_if0_logicaldev_input'  (string)
  info.category = 'input'  (string)
  info.capabilities = { 'input', 'input.tablet' } (string list)
  linux.device_file = '/dev/input/event13'  (string)
Comment 8 Rafał Mużyło 2010-05-19 23:06:59 UTC
Well, line 'input.x11_driver = 'evdev'' says that it's not
wacom driver is used, so this bug seems INVALID.

Check the order of parsing of fdi files.
Comment 9 Arne 2010-05-22 14:36:01 UTC
Thank you for that hint.
I found the problem in /etc/hal/fdi/policy/10-x11-input.fdi file, which I copied from the minimal instalation disc. In that file evdev and/or mouse is loaded for all kind of tabletts.
Comment 10 Ondrej Filip 2010-09-12 19:48:07 UTC
I had the same issue, but my hal fdi file has same number and I just commented out x11_driver line. System chose wacom and it worked. My tablet is Genius F610 if anyone bumps in this issue.

Comment 11 Rémi Cardona (RETIRED) gentoo-dev 2010-09-22 07:01:19 UTC
Can anyone reproduce the issue with newer versions of the driver?

Thanks