Date: 22 Mar 2004 11:02:19 -0700 From: llewelly@xmission.com To: "Pratik Mehta" <pmehta@soa.org> Cc: freebsd-mobile@freebsd.org Subject: Re: Touchpad not working Message-ID: <s3rad28ep5g.fsf@xmission.xmission.com> In-Reply-To: <s05e27d1.004@smtp.soa.org> References: <s05e27d1.004@smtp.soa.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Pratik Mehta" <pmehta@soa.org> writes:
> Hi,
>
> I have installed freebsd on my dell laptop Inspiron 5150. It seems
> that the moused daemon is running
[snip]
If you are running moused, and the mouse works on text consoles, try
putting this:
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sysmouse"
in the InputDevice section whose identifier is mouse1, in your
XF86Config.
If moused *isn't* working on text consoles, try putting this:
moused_enable="YES"
moused_flags="-3"
moused_port="/dev/psm0"
moused_type="auto"
in /etc/rc.conf, and then try the above.
The other option is to disable moused, by putting:
moused_enable="NO"
in /etc/rc.conf , and to use:
Option "Protocol" "PS/2"
Option "Device" "/dev/psm0"
in the InputDevice section whose identifier is mouse1, in your
XF86Config.
I've a Dell Inspiron 5000, and both of these methods work well for me.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s3rad28ep5g.fsf>
