Date: 22 Mar 2004 20:57:48 -0700 From: llewelly@xmission.com To: Doug Barton <DougB@DougBarton.net> Cc: freebsd-mobile@freebsd.org Subject: Re: Touchpad not working Message-ID: <s3rwu5cgqpv.fsf@xmission.xmission.com> In-Reply-To: <405F2862.8090405@DougBarton.net> References: <s05eb868.092@smtp.soa.org> <405F2862.8090405@DougBarton.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton <DougB@DougBarton.net> writes:
> I have the following in my /etc/rc.local so that on my Dell Latitude
> D800 if I have a USB mouse plugged in, it is the only mouse, and if I
> don't, the touchpad and stick are both active:
>
> if ! ps -ax | grep '[m]oused.*ums' >/dev/null; then
> /usr/sbin/moused -p /dev/psm0 -t auto -a 2,2 -3 -m 1=4
> fi
That looks good to me. Again, if your mouse works on text console,
could you try:
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sysmouse"
in the InputDevice section whose identifier is mouse1, in your
XF86Config.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s3rwu5cgqpv.fsf>
