First, thanks again for the help I received on getting a Java VM on a LiveCD
configured correctly :-)

The next problem I am encountering involves mkxf86config ( version 0.9.7 ) not
detecting the mouse when it generates the xorg.conf file.


Here is what mkxf86config places in the ServerLayout section of the xorg.conf
file it generates:

Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen  0       "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
#       InputDevice     "Serial Mouse" "AlwaysCore"
# USB Mouse not detected
#No Synaptics touchpad found
EndSection


And for comparison, here is what "Xorg -configure" places in the ServerLayout
section of the xorg.conf file:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


I have tested mkxf86config on three laptop machines and it did not detect the
touchpad/mouse nor a USB mouse on any of them.


Does anyone have some ideas on what I should try next?

Thanks in advance,

Ted Kosan
[EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list

Reply via email to