Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 20:03:02 +0300
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        Zoran Kolic <zkolic@sbb.rs>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: thinkpad and synaptics
Message-ID:  <20121216200302.5a70ed70@laptop>
In-Reply-To: <20121216054053.GA1052@mycenae.sbb.rs>
References:  <20121216054053.GA1052@mycenae.sbb.rs>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Dec 2012 06:40:53 +0100
Zoran Kolic <zkolic@sbb.rs> wrote:

> Lenovo e320, 9.1, amd64.
> Installed synaptics driver and tried out almost all configurations
> available on the net. None works.
> Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev.
> Changing InputDevice in xorg.conf simply made me mad. Like this:
> 
> InputDevice "Synaptics-Touchpad" "Corepointer"
> Identifier  "Touchpad0"`
> Driver      "synaptics"
> Option      "Protocol" "psm"
> Option      "Device" "/dev/psm0"
> 
> Etc, etc.
> Should I add something more or I'm on a wrong path?
> Best regards
> 
>                                  Zoran
> 

works for me on head, amd64, lenovo ideapad b450:

[tiger@laptop]:~%dmesg | grep psm
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0

[tiger@laptop]:~%grep syn /boot/loader.conf
hw.psm.synaptics_support=1

xorg.conf:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol" "psm"
        Option      "Device" "/dev/psm0"
        Option          "SHMConfig"     "on"
        Option        "MinSpeed"              "7"
        Option        "MaxSpeed"              "9"
        Option        "AccelFactor"           "0.0015"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

[tiger@laptop]:~%grep mouse /etc/rc.conf 
mousechar_start="3"
#moused_enable="YES"

[tiger@laptop]:~%pkg info -x input-s
xf86-input-synaptics-1.5.0     X.Org synaptics input driver


-- 
wbr, tiger



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