Technical data

InputDevice "Mouse0""CorePointer"
InputDevice "Mouse1"
In the InputDevice section that contains the line Identifier "Mouse0", apply the
following changes:
Change Option "Device""/dev/mouse" to Option "Device""/dev/kdmouse".
Change Option "Protocol""auto" to Option "Protocol""VUID".
Add the following new Option:
Option "StreamsModule""vuid3ps2"
After you have applied the changes, the section should appear similar to the following
example:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol""VUID"
Option "Device""/dev/kdmouse"
Option "StreamsModule""vuid3ps2"
EndSection
Create a new InputDevice section after the preceding InputDevice section:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device""/dev/usb/hid1"
EndSection
Note /dev/usb/hid1 is an example path for the USB mouse. Use the path in Step 4 to
replace /dev/usb/hid1.
9. Save the le and exit.
10. Reboot the system from the appropriate command-line session:
If you are using GDM, perform the following:
a. Type svcadm enable application/gdm2-login.
b. Reboot the system.
If you are using dtlogin, reboot the system.
11. Log in to the accessible UI user's account.
12. Enable Assistive Technology Support by clicking Launch Menu => Preferences =>
Accessibility => Assistive Technology Support.
13. Log out of the system then log in to the accessible UI user's account again.
14. Open a terminal window and type the following command:
% /usr/sfw/bin/gok --select-action=switch1
15. In the GOK window, click GOK and select Preferences.
Sun Java Desktop System
Chapter 2 • Solaris Runtime Issues 99