Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2008 14:24:41 +0100
From:      Matthieu Bollot <mattboll@penia.org>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: synaptics problem
Message-ID:  <1202649881.4600.6.camel@localhost>
In-Reply-To: <1202516060.1296.12.camel@localhost>
References:  <1202334536.6146.10.camel@sarah.penia.org> <20080207203657.45d87889@nexus6.bluepex.com> <1202516060.1296.12.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

> > 
> > I have another sugestion to your synaptics:
> > 
> > http://people.freebsd.org/~dumbbell/synaptics/
> > 
> > This patch make synaptics work with moused and, for me, it's awesome !
> > The only matter is to emulate middle button you need to tap with 3
> > fingers.
> > 
> > best regards,
> > 

Hi all,
It seems that the current synaptics driver doesn't work with xorg 1.4,
but with the patch it isn't necessary for virtual scrolling and "3 tap
clic" for middle clic.

If somebody else has the problem :
- apply this patch
http://people.freebsd.org/~dumbbell/synaptics/psm-synaptics-virtualscrolling-c.patch
- compile kernel
- xorg.conf : use the default way with moused.
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

best regards,
Matthieu




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1202649881.4600.6.camel>