I am trying to debug the following problem..
Anyone help me figure out where to start?



Running a Thin Client scenario...
Client boots X via the command line
X -query <server>
It works perfectly on clients that use the ps2 mouse, but doesn't work
on machines with a serial mouse.  (Get a completely dead mouse and
keyboard, no lights, no numlock, Nothing in the server xdm-errors, or
the client X log.) Using both mice in configuration file as follows:

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Serial Mouse Com1"
        Driver          "mouse"
        Option          "AlwaysCore"
        Option          "Device"                "/dev/tts/0"
        Option          "Protocol"              "Auto"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
        Option          "BaudRate"              "9600"
EndSection

Section "InputDevice"
        Identifier      "Serial Mouse Com2"
        Driver          "mouse"
        Option          "AlwaysCore"
        Option          "Device"                "/dev/tts/1"
        Option          "Protocol"              "Auto"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
        Option          "BaudRate"              "9600"
EndSection
<clipped>Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "PS/2 Mouse"
        InputDevice     "Serial Mouse Com1"
        InputDevice     "Serial Mouse Com2"
EndSection


-- 
"Catch the Magic of Linux..."
--------------------------------------------------------
Michael Peddemors - Senior Consultant
LinuxAdministration - Internet Services
NetworkServices - Programming - Security
Wizard IT Services http://www.wizard.ca
Linux Support Specialist - http://www.linuxmagic.com
--------------------------------------------------------
(604)589-0037 Beautiful British Columbia, Canada

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to