Attempting to get an X11 server running

Dieter BSD dieterbsd at engineer.com
Thu Jun 30 16:12:34 UTC 2011


> 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.


More information about the freebsd-questions mailing list