Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2008 14:00:52 -0200
From:      JoaoBR <joao@matik.com.br>
To:        freebsd-stable@freebsd.org
Cc:        Matthieu Bollot <mattboll@penia.org>
Subject:   Re: synaptics problem
Message-ID:  <200802101400.52897.joao@matik.com.br>
In-Reply-To: <1202649881.4600.6.camel@localhost>
References:  <1202334536.6146.10.camel@sarah.penia.org> <1202516060.1296.12.camel@localhost> <1202649881.4600.6.camel@localhost>

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

On Sunday 10 February 2008 11:24:41 Matthieu Bollot wrote:
> 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-virtualscrollin
>g-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


hi

for me using sysmouse and synaptics never did well, and what is satisfying for 
my case, is this with virtualscrolling perfectly working on all laptops I 
tried


        Identifier      "whatever"
        Driver          "mouse"
        Option          "Device"                "/dev/psm0"
        Option          "Protocol"              "auto"



-- 

Joćo







A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br



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