From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 23:12:17 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 170CF1065677 for ; Tue, 10 Feb 2009 23:12:17 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from mail-qy0-f14.google.com (mail-qy0-f14.google.com [209.85.221.14]) by mx1.freebsd.org (Postfix) with ESMTP id A5C6A8FC08 for ; Tue, 10 Feb 2009 23:12:16 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by qyk7 with SMTP id 7so363627qyk.19 for ; Tue, 10 Feb 2009 15:12:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5CTIRlTOLjPxUuCoKKWani+jJjLN/dUpfuyyKES9w7w=; b=qOMwJxRrCOJaU3UytaqBjWnOwPzHzT8z0jIYLYt+ZfXoZ5AWt6/bZwcoQi+EQh9cZ5 atZKRtV/eROrmLGY0vJgO2BmZ0Rc0EBjL0l+Toz3Hxz5ADQQMYMsYds/vWDiNotIpn2z d4UcyzZ/KSxt8Om6tin5UO8ITJY0zO60mFKj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=G1qn6LdG1raEpds4FtYqr8RM2H3ncIbpu/sdPGH0N56upnGHq7TN1roMwZvGG3bck7 j6VVT502UGfoRmx3+Vb+b+kZI8XMEzuVHWKpdWOqqGi20xKI9z3tTlPptNuXHJnmLTN9 8nW56E9bRAgQhJFCPRsr4JAgZCh2xmaNnkhK0= MIME-Version: 1.0 Received: by 10.229.81.140 with SMTP id x12mr3972463qck.35.1234305697357; Tue, 10 Feb 2009 14:41:37 -0800 (PST) In-Reply-To: <20090210215210.GB1031@laptop.piggybox> References: <20090210215210.GB1031@laptop.piggybox> Date: Tue, 10 Feb 2009 16:41:37 -0600 Message-ID: From: Matt To: Peter Harrison Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Localized keyboard under Xorg 7.4... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 23:12:17 -0000 On Tue, Feb 10, 2009 at 3:52 PM, Peter Harrison wrote: > So I've run the Xorg update. I've come across a number of problems (the biggest of which was needed to rebuilt xfce and losing all my settings). > > The one I'm having real difficulty with at the moment is using a UK keyboard layout. Previously I had this line in my xorg.conf under the "Keyboard" InputDevice section: > > Option "XkbLayout" "gb" > > This doesn't work any more, so I followed the advice in this post: > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=140908+0+archive/2009/freebsd-questions/20090208.freebsd-questions > > to put the relevant entry in /usr/local/etc/hal/fdi/policy/x11-input.fdi > > Still no joy. I get these lines in Xorg.0.log: > > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) AT Keyboard: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) AT Keyboard: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) AT Keyboard: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) AT Keyboard: XkbLayout: "us" > > I'm getting around it at the moment by getting xfce to run this at startup: > > setxkbmap gb > > But that's hardly an ideal solution. Can anyone suggest a better one? Have you tried adding the: Option "AutoAddDevices" "off" Option "AutoEnableDevices" "off" settings in the ServerFlags section of xorg.conf? That should disable the hal/dbus detections and use just the settings you have spelled out in xorg.conf (which shouldn't be too much of an issue if you already had a fully configured xorg.conf before the upgrade to 7.4). Matt > TIA. > > > Peter Harrison. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >