查了一下发现这是个bug,我编译Xorg-server的时候使用hal,所以按照Bug修复说明要:
It's how Xorg now works if you have USE=hal.
You have 3 possibilities :
1) rebuild xorg-server with USE=-hal
2) use the AutoAddDevices/AutoEnableDevices/AllowEmptyInput options in your
xorg.conf
在xorg.conf 里Section "ServerFlags"下加入一行
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
3) remove all input sections from your xorg.conf and properly set-up HAL
daemon里加入hal.
使用Arch看这里: http://wiki.archlinux.org/index.php/Xorg_input_hotplugging