Touchpad not working
llewelly at xmission.com
llewelly at xmission.com
Mon Mar 22 10:02:21 PST 2004
"Pratik Mehta" <pmehta at 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.
More information about the freebsd-mobile
mailing list