Mam laptopa, w ktorym jako pierwszy wskaznik jest ustawiony trackpoint, natomiast drugi, to mysz firmy Logitech na USB.
Fragment xorg.conf :
Code: Select all
Section "ServerLayout"
Identifier "Main Layout"
Screen "Screen Savage"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSectionZ gory dziekuje za pomoc.
Krzysztof
..::Milu Edit:
Wycinki z logów, plików konfiguracyjnych etc. umieszczamy w znacznikach code - to ułatwia czytanie i przejrzystość wiadomości.

