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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to