マウスの問題は解決。XF86Configファイルの変更部分を参考までに以下添付する:
<USB MOUSE + TOUCH PAD>
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
EndSection
Section "InputDevice"
Identifier "USB Mice"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "AlwaysCore"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
<--------- TOUCHPAD
InputDevice "USB Mice" "AlwaysCore"
<--------- USB
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|