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

Bug#482396: Several bugs with select, cut&past and mouse keyboard combinations



On Thu, May 22, 2008 at 14:58:03 +0200, Klaus Ethgen wrote:

> Section "InputDevice"
>    Identifier	"Trackpoint"
>    Driver		"mouse"
>    Option		"CorePointer"
>    Option		"Device"		"/dev/input/mouse1"
>    Option		"Protocol"		"IMPS/2"
>    Option		"Emulate3Buttons"	"false"
> EndSection
> 
> Section "InputDevice"
>    Identifier	"USB Maus"
>    Driver		"mouse"
>    Option		"Device"		"/dev/input/mice"
>    Option		"Protocol"		"IMPS/2"
>    Option		"ZAxisMapping"		"4 5"
>    Option		"Emulate3Buttons"	"false"
>    Option		"SendCoreEvents"	"true"
> EndSection
> 
You want to remove the first mouse section here.  Otherwise X will get
the events for your trackpoint twice (once through /dev/input/mouse1,
and then again through /dev/input/mice).

Cheers,
Julien



Reply to: