To configure the system to use a standard physical mouse and another input device such as a single switch device or head tracker device, perform the following steps:
Before you connect the auxiliary input device to your system, enter the following command to list the existing devices:
ls -l /dev/usb/hid*
Connect the auxiliary device to your system.
Enter the following command again to list the new input device:
ls -l /dev/usb/hid*
Open the file /usr/openwin/server/etc/OWconfig.
Add the following lines to the OWconfig file:
# Sun Mouse module class="XINPUT" name="IMOUSE2" dev="/dev/usb/hid2" strmod="usbms" ddxHandler="ddxSUNWmouse.so.1" ddxInitFunc="ddxSUNWmouseProc";
where:
the name option starts with the string IMOUSE but is extended to form a unique string, such as IMOUSE2 or IMOUSE3, depending on the number of existing devices.
the dev option specifies the device name that you identified in Step 3.
Remove the following lines from the OWconfig file:
# Null Mouse module class="XINPUT" name="NMOUSE" ddxHandler="ddxSUNWmouse.so.1" ddxInitFunc="ddxnullmouseProc";
Restart the X Server.