[CFT] Update of xorg libraries and MESA

Vitaly Magerya vmagerya at gmail.com
Tue Sep 17 17:43:29 UTC 2013


On 09/17/2013 10:29, Matthieu Volat wrote:
> Just as a side note : I tested the devd backend and mouse & keyboard were detected.
> But what would be the best way to set the keyboard layout now?

You should add something like this to your xorg.conf:

    Section "InputClass"
        Identifier "All The Keyboards"
        MatchDevicePath "/dev/*kbd*"
        Option "XkbLayout" "us,ru"
        <-- any other kbd(4) options here -->
    EndSection

(Warning: not tested).

This should work with any backend, be it HAL or DEVD; see "INPUTCLASS"
section of xorg.conf man page for details on how it works.


More information about the freebsd-ports mailing list