i patched the xorg-server package to set the "AllowEmptyInput" "false" because usb keyboards + mice's freeze without it.
diff -ur xorg-server-1.5.3/hw/xfree86/utils/xorgconfig/xorgconfig.c /root/xorg-server-1.5.3/hw/xfree86/utils/xorgconfig/xorgconfig.c --- xorg-server-1.5.3/hw/xfree86/utils/xorgconfig/xorgconfig.c 2008-11-05 17:52:17.000000000 +0100 +++ xorg-server-1.5.3/hw/xfree86/utils/xorgconfig/xorgconfig.c 2008-12-24 10:01:07.309136108 +0100 @@ -1934,6 +1934,10 @@ "\n" "Section \"ServerFlags\"\n" "\n" +"# By default USB-Keyboards and Mices are frozen due to \"true\"\n" +"\n" +"Option \"AllowEmptyInput\" \"false\"\n" +"\n" "# Uncomment this to cause a core dump at the spot where a signal is \n" "# received. This may leave the console in an unusable state, but may\n" "# provide a better stack trace in the core dump to aid in debugging\n"
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
