Mouse + TouchPad no X11
Dica publicada em Linux / Configuração
Mouse + TouchPad no X11
Primeiro substitua a linha abaixo dentro da Section "ServerLayout":
#InputDevice "Mouse0" "CorePointer"
pelas linhas:
#InputDevice "Mouse0" "CorePointer"
pelas linhas:
InputDevice "Mouse1" "CorePointer"
InputDevice "usbmouse" "SendCoreEvents"
InputDevice "usbmouse" "SendCoreEvents"
Depois comente as seguintes linhas:
#Section "InputDevice"
#Identifier "Mouse0"
#Driver "mouse"
#Option "Protocol" "auto"
#Option "Device" "/dev/mouse"
#EndSection
#Identifier "Mouse0"
#Driver "mouse"
#Option "Protocol" "auto"
#Option "Device" "/dev/mouse"
#EndSection
e acrescente as linhas abaixo:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "usbmouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxis Mapping" "4 5"
EndSection
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "usbmouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxis Mapping" "4 5"
EndSection
Pronto, seu mouse USB e o seu touchpad do laptop estará funcionado quando você entrar novamente no XWindow.
mais isso ae.... continue contribuindo conosco aqui no site..
falows brother
abraços!!!