Bug 4469
Summary: | Sync problems with wheel mouse on ps2 port | ||
---|---|---|---|
Product: | Drivers | Reporter: | Tom Watson (tsw) |
Component: | Input Devices | Assignee: | Dmitry Torokhov (dmitry.torokhov) |
Status: | REJECTED DUPLICATE | ||
Severity: | low | CC: | vojtech |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.11.7 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Tom Watson
2005-04-10 21:07:41 UTC
More info (from my current experience): It seems that the KVM switch I'm using does a reset to the mouse (there are a bunch of bytes you send to the mouse to do that), and this reset puts the mouse in "non scroll" mode. Given that the upstream consumer of the mouse data wants the data in "scroll mode", it consumes the data in that mode. This causes all sorts of things like clicks in the (0,0) location and the like. The 2.4 kernels when switching to/from various virtual consoles sent the proper mouse commands if the mode on the mouse was different. I believe (I have no real data) that the mouse stayed in the same mode from a text console to the graphics console, and as a result the mouse re-definition commands were not sent (my loss!!). If there was some way (insert prayer words to proper diety here) just to have a key sequence to reset the mouse to the proper mode currently in use, I would consider the problem solved. At the moment it seems that the common usage is ALT-F1 thru ALT-F6 specify text consoles (I assume this is configurable). The key combination ALT-F7 selects the graphics console (X window). Maybe the last combination (ALT-F12) could be set aside to re-configure the mouse. Just random thoughts. Thanks for listening. |