SuSE 8.x - 2 Mäuse - Eine AUX + eine USB ScrollMaus

Der Eintrag in der "/etc/X11/XF86Config" Datei sollte so aussehen:

Section "ServerLayout"
  Identifier "Layout[all]"
  InputDevice "Keyboard[0]" "CoreKeyboard"
  InputDevice "Mouse[1]" "CorePointer"
  InputDevice "Mouse[2]" "SendCoreEvents"
  Screen "Screen[0]"
EndSection

Section "InputDevice"
  Driver "mouse"
  Identifier "Mouse[1]"
  Option "Device" "/dev/psaux"
  Option "Protocol" "imps/2"
  Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver "mouse"
  Identifier "Mouse[2]"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "imps/2"
  Option "ZAxisMapping" "4 5"
EndSection