Bug 12508 - mouse dead with X41 Tablet PC with Xserver 1.4
Summary: mouse dead with X41 Tablet PC with Xserver 1.4
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/Mouse (show other bugs)
Version: 7.3 (2007.09)
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL: http://bugs.debian.org/cgi-bin/bugrep...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 03:11 UTC by Brice Goglin
Modified: 2007-09-21 11:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Brice Goglin 2007-09-21 03:11:45 UTC
Reported by Ben Goodrich on the Debian BTS. He's using Xorg 7.3. He tried mouse git master, it didn't help. Log and config available at the URL above. He says:

Hello,

Today I updated to the new xserver and xorg in unstable, but the mouse is not working on my X41 Tablet PC laptop. I can see the pointer, but it does
not move or click. Information about the hardware can be found here:

http://thinkwiki.org/wiki/Category:X41_Tablet

In particular, it has the kind of mouse that is a small red trackball in the middle of the keyboard, rather than a trackpad. I have never had any problems with the mouse before.

I can send more info, but I don't know what to send at this point beyond all the information that comes automatically at the bottom of this.

It is possible that there is some sort of conflict with the ability of a Tablet PC to use the stylus as a mouse, but I commented out wacom in /etc/modules and commented out the stylus and eraser-related lines in xorg.conf.
Comment 1 Peter Hutterer 2007-09-21 04:08:38 UTC
the log in the debian bugzilla has the line 
"(**) USB Mouse: doesn't report core events"
after some warning in the log 
(WW) Duplicate core pointer devices.  Removing core pointer attribute from "USB
Mouse"

so no core events are sent from this device, hence 99% of all apps won't notice the device is there.

Swap the line in ServerLayout to
	InputDevice	"USB Mouse"		"SendCoreEvents"
Comment 2 Ben Goodrich 2007-09-21 11:09:29 UTC
Peter Hutterer's suggestion to 

Swap the line in ServerLayout to
        InputDevice     "USB Mouse"             "SendCoreEvents"

fixed the mouse issue. This bug can be closed.

Thanks,
Ben


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.