Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[gentoo-user] Single click is interpreted as double click

3 views
Skip to first unread message

Michael Schmarck

unread,
Jan 15, 2008, 3:40:05 AM1/15/08
to
Hello.

Yesterday, I upgraded to xorg-server 1.4 from 1.3. I also recompiled
all the x11-drivers packages, including xf86-input-mouse-1.2.3.

Today, I started Xorg 1.4 for the 1st time. When I now single click
something, the system seems to get a double click. Examples:

- In jedit, when I single click a word, the word is highlighted. This
should only happen, when a double click is done.
- In Nautilus, when I single click a folder, it is opened
- In Epiphany, when browsing for a file, I single clicked on a folder
in the "File Browse" dialog on the right hand side, where also the
files are displayed. The folder was opened right away. This should
not have happened.
- Firefox behaves just like Epiphany.

I uploaded my Xorg.conf to <http://pastebin.ca/855818>. I used the
exact same Xorg.conf with xorg-server-1.3, and there a single click
wasn't "misinterpreted".

Normally, I use Gnome with metacity as my window manager. But I also
tried a barebone twm setup, which misbehaves just like my normal
Gnome setup.

I'm using a very simple Dell branded Logitech Optical USB Mouse
via USB.

What might be broken there?

Thanks,
Michael

--
gento...@lists.gentoo.org mailing list

Sascha Hlusiak

unread,
Jan 15, 2008, 4:20:09 AM1/15/08
to

> Yesterday, I upgraded to xorg-server 1.4 from 1.3. I also recompiled
> all the x11-drivers packages, including xf86-input-mouse-1.2.3.
>
> Today, I started Xorg 1.4 for the 1st time. When I now single click
> something, the system seems to get a double click. Examples:
>
> I uploaded my Xorg.conf to <http://pastebin.ca/855818>. I used the
> exact same Xorg.conf with xorg-server-1.3, and there a single click
> wasn't "misinterpreted".
>
> I'm using a very simple Dell branded Logitech Optical USB Mouse
> via USB.
>
> What might be broken there?
Can you paste your /var/log/Xorg.0.log, too?

I think you have too many mice in your running X, there is /dev/input/mice,
which is supposed to gather all mouse data, as well as /dev/psaux (which is
included in /dev/input/mice, as far as I know). Remove the psaux device and
see if it still happens. The data is reported twice so I guess your mouse
might also move twice as fast and generate double clicks.

Maybe hotplugging is involved too, if you use hal-0.5.10.

Sascha

signature.asc

Sascha Hlusiak

unread,
Jan 15, 2008, 12:50:07 PM1/15/08
to
> > > I think you have too many mice in your running X, there is
> > > /dev/input/mice, which is supposed to gather all mouse data, as well as
> > > /dev/psaux (which is included in /dev/input/mice, as far as I know).
> >
> > You mean the Identifier "Logitech LX7" and "USB Maus", correct?
> > This used to work fine, but I'll give that a try and report back!
>
> I now commented the Logitech LX7 entry in the layout
> section of my xorg.conf and also commented out the LX7
> all together. Please see <http://pastebin.ca/855885>
> for an updated version of my xorg.conf, which I attached
> as well. I also attached a new Xorg.0.log.
Still the USB Mouse is added twice, most likely by hal/hotplugging.

hal-0.5.10 introduced support for telling xorg what to hotplug.
xorg-server-1.4 introduced support of hal hotplugging (triggered with the hal
use flag), so both together hotplug mice! See in the logfile at the end, it
says which devices are evaluated and added. To keep it short, just disable
hotplugging in xorg by adding:

Option "AutoAddDevices" "false"

to Section ServerFlags. Then good ol' xorg.conf alone is used.


Sascha

signature.asc

Sascha Hlusiak

unread,
Jan 16, 2008, 4:30:12 AM1/16/08
to
Hello,

Am Mittwoch 16 Januar 2008 08:17:52 schrieb Michael Schmarck:
> Hello again!


>
> On Jan 15, 2008 6:45 PM, Sascha Hlusiak <sascha...@arcor.de> wrote:
> > says which devices are evaluated and added. To keep it short, just
> > disable hotplugging in xorg by adding:
> >
> > Option "AutoAddDevices" "false"
> >
> > to Section ServerFlags. Then good ol' xorg.conf alone is used.
>

> I did that (see attached files), but that also was of no help :(
>
> Too bad... :/
>
> Thanks for the time you spent so far!
(==) |-->Input Device "USB Maus"
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.

What if you now change the
InputDevice "USB Maus" "SendCoreEvents"
to
InputDevice "USB Maus" "CorePointer"
?


Sascha

signature.asc

Michael Schmarck

unread,
Jan 16, 2008, 4:50:11 AM1/16/08
to

Sascha Hlusiak wrote:
>
>
> What if you now change the
> InputDevice "USB Maus" "SendCoreEvents"
> to
> InputDevice "USB Maus" "CorePointer"
> ?
>

YEAH!

That solved it. I can now single click again.

Most excellent.

Thanks a lot!

-----
--
Michael Schmarck
michael....@habmalnefrage.de
--
View this message in context: http://www.nabble.com/Single-click-is-interpreted-as-double-click-tp14834025p14875978.html
Sent from the gentoo-user mailing list archive at Nabble.com.

--
gento...@lists.gentoo.org mailing list

0 new messages