Bug#443503: Mouse double clicks always

2007-10-04 Thread Bernhard Sputh
Hi Mike,

I was hit by the same problem, and got it solved by adding 
`Option CorePointer' to my only InputDevice section referring to the 
device /dev/input/mice. This stopped the unwanted double clicks from 
occurring.

So try the following InputDevice section:

Section InputDevice
IdentifierGeneric Mouse
Drivermouse
OptionCorePointer
OptionDevice/dev/input/mice
OptionProtocol  ImPS/2
OptionZAxisMapping  4 5
EndSection


Hope this helps you and others fighting the same problem. 

Cheers
Bernhard





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443503: Mouse double clicks always

2007-10-04 Thread Mick Timony
Bernhard,

Thanks for the tip. It works with one mouse configured, and with the latest
xorg packages. Next time I'll reboot I'll try it with 2 mice configure (like
it was before I upgraded).

Mick

On 10/4/07, Bernhard Sputh [EMAIL PROTECTED] wrote:

 Hi Mike,

 I was hit by the same problem, and got it solved by adding
 `Option CorePointer' to my only InputDevice section referring to the
 device /dev/input/mice. This stopped the unwanted double clicks from
 occurring.

 So try the following InputDevice section:

 Section InputDevice
 IdentifierGeneric Mouse
 Drivermouse
 OptionCorePointer
 OptionDevice/dev/input/mice
 OptionProtocol  ImPS/2
 OptionZAxisMapping  4 5
 EndSection


 Hope this helps you and others fighting the same problem.

 Cheers
 Bernhard





Bug#443503: Info received (Bug#443503: Mouse double clicks always)

2007-09-29 Thread Mick Timony
I was able to fix this by downgrading to xserver-xorg from testing, and by
forcing the install of xserver-xorg-core_2%3a1.3.0.0.dfsg-12_i386.deb .

This is a serious bug, in that many X application will not work correctly,
such as Firefox menus, drop down lists in web-pages are unusable, and the
inability to close tabs. Also, Gnome or KDE menu's will not work, unless one
holds down the left-mouse button.

Thanks


Bug#443503: Mouse double clicks always

2007-09-28 Thread Mick Timony
Is there anything else can be done about this?

On 9/27/07, Mick Timony [EMAIL PROTECTED] wrote:

 Same problem here. I removed a 2nd mouse entry from my xorg.conf and
 restarted gdm and the behaviour is still bizarre.

 Here's my current mouse configuration from my xorg.conf:

 #Section InputDevice
 #IdentifierConfigured Mouse
 #Drivermouse
 #OptionCorePointer
 #OptionDevice/dev/psaux
 #OptionProtocolImPS/2
 #OptionZAxisMapping4 5
 #EndSection
 Section InputDevice
 IdentifierGeneric Mouse
 Drivermouse
 OptionSendCoreEventstrue
 OptionDevice/dev/input/mice
 OptionProtocolImPS/2
 OptionZAxisMapping4 5
 EndSection


 Running lsof on /dev/input/mice shows Xorg accessing the device twice. Is
 this correct behaviour?

 $sudo lsof /dev/input/mice
 COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
 Xorg5578 root   14u   CHR  13,63  2054 /dev/input/mice
 Xorg5578 root   15u   CHR  13,63  2054 /dev/input/mice

 Thanks

 --
 Mick Timony
 ---
 The trouble with computers, of course, is that they're very sophisticated
 idiots.

 The Doctor, in Robot
 ---




-- 
Mick Timony
---
The trouble with computers, of course, is that they're very sophisticated
idiots.

The Doctor, in Robot
---


Bug#443503: Mouse double clicks always

2007-09-27 Thread Mick Timony
Same problem here. I removed a 2nd mouse entry from my xorg.conf and
restarted gdm and the behaviour is still bizarre.

Here's my current mouse configuration from my xorg.conf:

#Section InputDevice
#IdentifierConfigured Mouse
#Drivermouse
#OptionCorePointer
#OptionDevice/dev/psaux
#OptionProtocolImPS/2
#OptionZAxisMapping4 5
#EndSection
Section InputDevice
IdentifierGeneric Mouse
Drivermouse
OptionSendCoreEventstrue
OptionDevice/dev/input/mice
OptionProtocolImPS/2
OptionZAxisMapping4 5
EndSection


Running lsof on /dev/input/mice shows Xorg accessing the device twice. Is
this correct behaviour?

$sudo lsof /dev/input/mice
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
Xorg5578 root   14u   CHR  13,63  2054 /dev/input/mice
Xorg5578 root   15u   CHR  13,63  2054 /dev/input/mice

Thanks

-- 
Mick Timony
---
The trouble with computers, of course, is that they're very sophisticated
idiots.

The Doctor, in Robot
---


Bug#443503: Mouse double clicks always

2007-09-22 Thread Jorge González González
El vie, 21-09-2007 a las 22:35 +0200, Brice Goglin escribió:
 You probably have two input devices in your xorg.conf, one listening on
 /dev/input/mice and another one on /dev/psaux. But the /dev/psaux is
 actually included in /dev/input/mice, so all events are reported twice
 duplicated. If fixing xorg.conf does not help, please send your config
 and log.
Yes, that was the problem, I wonder how one of those got there.
However leaving /dev/input/mice dind't solve completely the problem, I
had to
leave /dev/psaux to get everything working.

Thanks. Cheers.
-- 
Jorge González González [EMAIL PROTECTED]
Weblog: http://aloriel.no-ip.org
Fotolog: http://www.flickr.com/photos/aloriel




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443503: Mouse double clicks always

2007-09-21 Thread Jorge González González
Package: xserver-xorg
Version: 1:7.3+2
Severity: important

It happens since I updated all the xorg packages some days ago (17th
Sep.). I tried with PS/2 mouses and USB with the same result. I also
tried the packages in experimental. It's visible from the very moment
the system loads GDM.
-- 
Jorge González González [EMAIL PROTECTED]
Weblog: http://aloriel.no-ip.org
Fotolog: http://www.flickr.com/photos/aloriel




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443503: Mouse double clicks always

2007-09-21 Thread Brice Goglin
Jorge González González wrote:
 It happens since I updated all the xorg packages some days ago (17th
 Sep.). I tried with PS/2 mouses and USB with the same result. I also
 tried the packages in experimental. It's visible from the very moment
 the system loads GDM.
   

You probably have two input devices in your xorg.conf, one listening on
/dev/input/mice and another one on /dev/psaux. But the /dev/psaux is
actually included in /dev/input/mice, so all events are reported twice
duplicated. If fixing xorg.conf does not help, please send your config
and log.

Brice