Aaron Zang wrote:
> On Sparc, I guess most likely you are running Xsun server. 

Heh, you must not have read much of Martin's other e-mails 8-)

> The configurations might be different.

Xsun has similar support, but it's in OWconfig instead of xorg.conf.
(The Xorg code to push streams modules was actually originally done
 based on the code I'd written for Xsun several years earlier.)

For historical curiosity seekers, the OWconfig equivalent would be:

# sun Keyboard module
class="XINPUT" name="IKBD2"
        dev="/dev/usb/hid2" strmod="usbkbm"
        ddxHandler="ddxSUNWkbd.so.1"
        ddxInitFunc="ddxSUNWkbdProc";

# sun Mouse module
class="XINPUT" name="IMOUSE2"
        dev="/dev/usb/hid3" strmod="usbms"
        ddxHandler="ddxSUNWmouse.so.1"
        ddxInitFunc="ddxSUNWmouseProc";

More details that I posted a couple years back are at:
http://mail.opensolaris.org/pipermail/xwin-discuss/2006-July/001596.html

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to