Re: thinkpad and synaptics

2012-12-17 Thread David Demelier
If you plan to use the Xorg synaptics driver you *must* remove moused_enable from rc.conf, Xorg can't use the synaptics mouse if the moused already sits on the /dev/psm0 device. This is not really well documented, tough. I've sent a PR to document pkg-message for xf85-input-synaptics but it has ne

Re: thinkpad and synaptics

2012-12-17 Thread Zoran Kolic
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" > EndSect

Re: thinkpad and synaptics

2012-12-17 Thread Ramiro Caso
On 12/17/12 12:25, Zoran Kolic wrote: works for me on head, amd64, lenovo ideapad b450: [tiger@laptop]:~%dmesg | grep psm psm0: 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 Done that.

Re: thinkpad and synaptics

2012-12-17 Thread Zoran Kolic
> works for me on head, amd64, lenovo ideapad b450: > > [tiger@laptop]:~%dmesg | grep psm > psm0: 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 Done that. > xorg.conf: > Sectio

Re: thinkpad and synaptics

2012-12-16 Thread paranormal
On Sun, 2012-12-16 at 16:18 +0100, Zoran Kolic wrote: > > > Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. > > > > Shouldn't it be "hw.psm.synaptics_support" instead? > > Yes. It was typo. > People simply report success in having vertical scroll > on thinkpads. Whatever I

Re: thinkpad and synaptics

2012-12-16 Thread Sergey V. Dyatko
On Sun, 16 Dec 2012 06:40:53 +0100 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. > Changing InputDevice in xorg.conf si

Re: thinkpad and synaptics

2012-12-16 Thread CeDeROM
Yea scrolling touchpad is a nice option, I want it too on my Dell Latitude 4310 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: thinkpad and synaptics

2012-12-16 Thread Zoran Kolic
> > Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. > > Shouldn't it be "hw.psm.synaptics_support" instead? Yes. It was typo. People simply report success in having vertical scroll on thinkpads. Whatever I tried out, failed. Frankly, every link I found did not look similar

Re: thinkpad and synaptics

2012-12-16 Thread Ramiro Caso
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? Changin

thinkpad and synaptics

2012-12-15 Thread Zoran Kolic
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" "Co