Date: Mon, 17 Dec 2012 13:37:39 -0300 From: Ramiro Caso <ramirocaso08@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: thinkpad and synaptics Message-ID: <50CF4A53.8060701@gmail.com> In-Reply-To: <20121217152556.GA1331@faust.sbb.rs> References: <20121216054053.GA1052@mycenae.sbb.rs> <20121216200302.5a70ed70@laptop> <20121217152556.GA1331@faust.sbb.rs>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/17/12 12:25, Zoran Kolic wrote: >> 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 > Done that. > >> xorg.conf: >> Section "ServerLayout" >> Identifier "X.org Configured" >> Screen 0 "Screen0" 0 0 >> InputDevice "Mouse0" "CorePointer" >> InputDevice "Keyboard0" "CoreKeyboard" >> EndSection > Done that also. > >> 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 > This is not what I did. I put both mouse0 and Touchpad0 > into conf file. > >> [tiger@laptop]:~%grep mouse /etc/rc.conf >> mousechar_start="3" >> #moused_enable="YES" > Ah! Ah! > I put No and it made pointer frozen. > >> [tiger@laptop]:~%pkg info -x input-s >> xf86-input-synaptics-1.5.0 X.Org synaptics input driver > Done that. > Frankly, I'd like to learn exact stept you've taken. > One by one. I made all, even stupid tries, and failed > without chance to have vertical scroll in any configu- > ration. I actually attempted this configuration, and it worked fine for me, with one difference: I had to leave moused_enabled="YES" in rc.conf. FWIW, this is the configuration I had before, which also worked (although things didn't work as nicely as with the current one): In xorg.conf: 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" > Best regards > > Zoran > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50CF4A53.8060701>