From owner-freebsd-ports@FreeBSD.ORG Tue Sep 17 17:43:29 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D3EF8D2; Tue, 17 Sep 2013 17:43:29 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D930E2664; Tue, 17 Sep 2013 17:43:28 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id t60so5372730wes.22 for ; Tue, 17 Sep 2013 10:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=xEgsXYMwQjmEnmCojgjVl5/uvEvJeyXpTkWcLqN8ieQ=; b=PdrRqeKstL/mXeGITLUebMo917/1kK/CK72/aa7O0K/KTwri6k6el2YRf2Yjd7Dimj zKzq4P5BpzgW2EpWiZkbvv5VD0JpLTQGTwBngwLzMw9kYCElzLdOK57RrRgk+L2aL6Ek V76motBKMOMIVz8aT/Ke7tM8MQ/XMYiaYddZIWrkYzATRxXjAdadozZ6Acd7oS5MMr2w QPn09HLCJk1BR0S2hi8GDtW5bnQvqTqgu143GhumVC7VnffyLlvDX72SRRUxTs4qJRyH qKbTj1xSlLK2NiNWNMopyf14T7aYHSGkgdZCUZtv5E+OugFqtMBq4yxJ1eHE+rNAJlFI K/vg== X-Received: by 10.180.183.180 with SMTP id en20mr3505929wic.18.1379439807324; Tue, 17 Sep 2013 10:43:27 -0700 (PDT) Received: from [172.16.0.2] (tx97.net. [85.198.160.156]) by mx.google.com with ESMTPSA id gp9sm6035891wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Sep 2013 10:43:26 -0700 (PDT) Message-ID: <523894AF.90608@gmail.com> Date: Tue, 17 Sep 2013 20:43:11 +0300 From: Vitaly Magerya User-Agent: Thunderbird MIME-Version: 1.0 To: Matthieu Volat Subject: Re: [CFT] Update of xorg libraries and MESA References: <522DC3EB.4060607@freebsd.org> <522DE093.9080504@freebsd.org> <5236C259.3020100@gmail.com> <20130916090354.GW33103@ithaqua.etoilebsd.net> <5236F136.5030905@gmail.com> <3DE81815-D203-44BF-A1C0-BF9921EF57BC@alkumuna.eu> In-Reply-To: <3DE81815-D203-44BF-A1C0-BF9921EF57BC@alkumuna.eu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, x11@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 17:43:29 -0000 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.