Ron,

   > Now I need to get X to start. Anybody got an xorg.conf for a usb
   > mouse? I'm getting nowhere as I have no corepointer ... kernel sees
   > the USB mouse as shown be dmesg.

Changing the device to /dev/input/mice should do it:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "PS/2"
EndSection

- Chris.
-- 
Chris Ball   <[EMAIL PROTECTED]>    <http://blog.printf.net/>

_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to