> That is incorrect.  Don't set AllowEmptyInput, just turn off AutoAddDevices.
> http://www.wonkity.com/~wblock/docs/html/aei.html

I reduced the config file to:

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

Section "Module"
        Disable  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

and now the mouse works as expected.  After more
debugging, got it to see the keysymdb and now the
keyboard works as well.

Thank you!

Now to see if I can get this wimpy rage xl to do 1920x1080.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to