Re: cannot paste anymore with the mouse :( : new Infos

From: charly (spam_at_yahoo.fr)
Date: 01/14/04


Date: Wed, 14 Jan 2004 13:52:46 +0100

After some more Google in the news group, I found a thread which was
really useful and will try tonight :

gpm.conf:

device=/dev/psaux
responsiveness=
repeat_type=raw
type=imps2
append=""

xf86config-4:

Section "InputDevice"
  Identifier "mouseSolution1"
  Driver "mouse"
  Option "CorePointer"
  Option "Device" "/dev/gpmdata"
  Option "Protocol" "ExplorerPS/2"
  Option "Emulate3Buttons" "false"
  Option "ZAxisMapping" "9 10"
  Option "Buttons" "10"
EndSection

Section "InputDevice"
  Identifier "mouseSolution2"
  Driver "mouse"
  Option "CorePointer"
  Option "Device" "/dev/gpmdata"
  Option "Protocol" "ImPS/2"
  Option "Emulate3Buttons" "false"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "8"
EndSection