tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Couple minor native Xorg bugs



On Thu, Oct 23, 2008 at 01:03:45PM -0400, Jared D. McNeill wrote:
> +#ifdef __NetBSD__
> +     defPtr.inp_option_list =
> +         xf86addNewOption(defPtr.inp_option_list, xstrdup("Protocol"),
> +                          xstrdup("wsmouse"));

BTW: we should bring over this change from our xfree tree:

---8<---
RCS file: 
/cvsroot/xsrc/xfree/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c,v
[..]
revision 1.3
date: 2004/07/19 15:17:07;  author: martin;  state: Exp;  lines: +1 -5
Redo previous completely different: get rid of the "disable emulate3Buttons
on first middle button press" wholesale. It does not make sense at all
since we multiplex multiple mice into one wsmouse device and this logic
would need to distinguish the pre-multiplexed devices.

XXX - maybe this should check for the wsmouse protocol? I don't know - and
the xfree people chose not to be helpful at all.

Fixes PR xsrc/26188.
--->8---

This is my number one anoyance with current pkgsrc xorg: use a notebook with
touchpad via emulate3buttons, then connect a 3 button with scroll wheel mouse
temporarily and use the third button - after unplugging the external mouse,
you can't emulate button 3 any more.

Martin


Home | Main Index | Thread Index | Old Index