ho inserito le righe di comando nel file XF86Config-4 e togliendo il mouse usb ora Debian parte correttamente, solo che nn funzia il touchpad, quindi nn ho il mouse :yuppi:
Il file XF86Config-4 (nella parte di configurazione del mouse) è così:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
mentre all fine è così:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection