GOK: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== How to set up two mice on one box ==
Gnome Onscreen Keyboard, for users with severe motor difficulties
'''For Solaris10'''
== '''How to set up two mice on one box''' ==
:'''A. For sparc:'''
:'''For Solaris10'''
:*1. Enable the XKB extension of xsun server(How to).
::*A. [[For Sparc]]
:*2. Run "ls -l /dev/usb/hid*" to see what the existing device names are.
::*B. [[For x86]]
:*3. Attach the additional input device(the second mouse, usb physical interface) to the machine.
:'''[[For Linux]]'''
:*4. Run "ls -l /dev/usb/hid*" to see what the newly attached device names are. Note at the end of each symlink line it will list whetherit is a keyboard or a mouse(here we attached the mouse).
== '''[[Setup GOK preferences in Solaris]]'''==
:*5. Backup the original file /usr/openwin/server/etc/OWconfig.
:*6. Edit the file /usr/openwin/server/etc/OWconfig, add lines of the following form to OWconfig, one for each device, and each with aunique name beginning with "IMOUSE" or "IKBD":


    For Keyboard:
== Test Aim ==
    # sun Keyboard module
    class="XINPUT" name="IKBD2"
                dev="/dev/usb/hid3" strmod="usbkbm"    #"hid*" here is as same as which you got from step3.
                ddxHandler="ddxSUNWkbd.so.1"
                ddxInitFunc="ddxSUNWkbdProc";


    For Mouse:
== Tester Notes ==
    # sun Mouse module
    class="XINPUT" name="IMOUSE2"                      #"IMOUSE*" is determined by the amount of mice which have been attached to your machine.
                dev="/dev/usb/hid3" strmod="usbms"    #"hid*" here is as same as which you got from step3.
                ddxHandler="ddxSUNWmouse.so.1"
                ddxInitFunc="ddxSUNWmouseProc";
 
:*6. Add "#" before each line of "Null Mouse module" section.
 
    # Null Mouse module
    #class="XINPUT" name="NMOUSE"
    #      ddxHandler="ddxSUNWmouse.so.1"
    #      ddxInitFunc="ddxnullmouseProc";
 
:*7. Save changes and restart Xsession.

Latest revision as of 03:28, 21 June 2007

Gnome Onscreen Keyboard, for users with severe motor difficulties

How to set up two mice on one box

For Solaris10
For Linux

Setup GOK preferences in Solaris

Test Aim

Tester Notes