Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 16:12:28 +0000
From:      "Dieter BSD" <dieterbsd@engineer.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Attempting to get an X11 server running
Message-ID:  <20110630161230.288950@gmx.com>

next in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110630161230.288950>