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
On 12/16/12 02:40, Zoran Kolic 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.Shouldn't it be "hw.psm.synaptics_support" instead?> 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 > > _______________________________________________ > freebsd-stable at freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
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
As first, thanks for answer.> Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > Option "AutoAddDevices" "Off" > EndSection > > [...] > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > >In rc.conf: > > moused_enable="YES" > >in loader.conf: > > hw.psm.synaptics_support="1"OK. I know it is writen zillion times and it still does not work for me. It is thinkpad e320, amd64, 9.1, kms. I had a lot of problems regarding fonts and non working vertical scroll on the pad. What I did: put synaptics_support run moused changed xorg.conf in a million ways This xorg.conf is similar to mine. I also have psm0 in /dev/ spite I have no loader.conf option right now. I assume that installing xf86 synaptics did the job. Simply, it does not scroll, with this configuration. I might need to rest a day or two, to sleep and to read more. Best regards and, once more, thanks all for help. Zoran