[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Review needed for X+kbd



could somebody please review the GNU/(kFreeBSD||Hurd) parts of [1],
mostly the ˙˙hal restart˙˙ part and the keyboard configuration bits.

Please add also example for HAL-less mode on GNU/kFreeBSD.

I have in my xorg.conf:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us,cz"
        Option          "XkbVariant"     ",qwerty"
        Option          "XkbOptions"    "grp:shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psm0"
        Option          "Protocol"              "auto"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "AutoAddDevices"  "off"
EndSection

Cheers

	Petr

Reply to: