Angenommen, Sie haben eine serielle Microsoft Maus an COM1 und eine PS/2 Maus, dann sieht der GPM-Aufruf so aus:
gpm -t ms -m /dev/ttyS0 -M -t ps2 -m /dev/psaux
Geben Sie bei der Konfiguration von X als Maustyp Mousesystems und als Device /dev/gpmdata an.
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "InputFashion" "Mouse" Option "Name" "WHEEL MOUSE (PS/2)" Option "Protocol" "imps/2" Option "Vendor" "A4-Tech" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[2]" Option "Device" "/dev/input/mice" Option "Name" "Optical USB" Option "Protocol" "imps/2" Option "Vendor" "Microsoft" Option "ZAxisMapping" "4 5" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[2]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection