thinkpad and synaptics

Sergey V. Dyatko sergey.dyatko at gmail.com
Sun Dec 16 17:01:18 UTC 2012


On Sun, 16 Dec 2012 06:40:53 +0100
Zoran Kolic <zkolic at 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 at laptop]:~%dmesg | grep psm
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0

[tiger at 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 at laptop]:~%grep mouse /etc/rc.conf 
mousechar_start="3"
#moused_enable="YES"

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


-- 
wbr, tiger


More information about the freebsd-stable mailing list