Installation guide
■
If you are using the GNOME Display Manager, follow these steps:
a. Log in to a session as superuser.
b. At the prompt, type svcadm disable application/gdm2-login.
c. Log in again as superuser.
■
If you are using dtlogin, follow these steps:
a. In the dtlogin window, click Options and select Command Line Login.
b. Log in as superuser.
6. Create a new xorg.conf le.
# /usr/X11/bin/Xorg -configure
The command creates the le xorg.conf.new in the root (/) directory.
7. Copy the new conguration le to the /etc/x11 directory and rename the le xorg.conf.
# cp /xorg.conf.new /etc/X11/xorg.conf
8. Modify the congurations in the le:
■
In the ServerLayout section, add an input device for Mouse1 after the line InputDevice
"Mouse0""CorePointer". See the following example:
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:
Sun Java Desktop System
Solaris 10 5/08 Release Notes • April 2008102