From 409ca8073a5e4b42c5f75f3fa5d9be5cdab83c2e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 16 Aug 2009 16:31:27 -0700 Subject: [PATCH] usbd - Do not start moused by default when a usb mouse is connected * Because it interferes with X. Better for X to just attach directly to the usb mouse. --- etc/usbd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/usbd.conf b/etc/usbd.conf index 064d95006d..28fbbe87d0 100644 --- a/etc/usbd.conf +++ b/etc/usbd.conf @@ -44,9 +44,10 @@ device "Handspring Visor" # The entry below starts moused when a mouse is plugged in. Moused # stops automatically (actually it bombs :) when the device disappears. # +# (default disabled as this confuses X) device "Mouse" devname "ums[0-9]+" - attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on" +# attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on" # The fallthrough entry: Nothing is specified, nothing is done. And it isn't # necessary at all :-). Just for pretty printing in debugging mode. -- 2.41.0