From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 10:49:56 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 9B99D106568C for ; Wed, 11 Feb 2009 10:49:56 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from smtprelay-virgin.hostedemail.com (smtprelay-virgin0139.hostedemail.com [64.99.136.139]) by mx1.freebsd.org (Postfix) with ESMTP id 536648FC0C for ; Wed, 11 Feb 2009 10:49:56 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay08.hostedemail.com (Postfix) with SMTP id 4702D22E3AE8; Wed, 11 Feb 2009 10:49:55 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2, 0, 0, 6ee469e596dc7141, bac5299263adec61, peter.piggybox@virgin.net, datahead4@gmail.com:peter.piggybox@virgin.net:questions@freebsd.org, RULES_HIT:355:379:599:601:946:960:966:967:973:980:988:989:1260:1261:1277:1312:1313:1314:1345:1359:1437:1516:1518:1519:1534:1542:1593:1594:1595:1596:1711:1730:1747:1766:1792:2196:2199:2393:2525:2551:2553:2559:2564:2682:2685:2857:2859:2895:2910:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3318:3355:3622:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:4362:4385:4470:4605:4648:4860:5007:6114:6261:7679:7903:8501:8599:8957:9010:9025:9388, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:, MSBL:none, DNSBL:none Received: from laptop.piggybox (client-86-25-234-21.mcr-bng-011.adsl.virginmedia.net [86.25.234.21]) by omf13.hostedemail.com (Postfix) with ESMTP; Wed, 11 Feb 2009 10:49:54 +0000 (UTC) Received: from laptop.piggybox (localhost [127.0.0.1]) by laptop.piggybox (8.14.3/8.14.2) with ESMTP id n1BAnt2i001010; Wed, 11 Feb 2009 10:49:55 GMT (envelope-from peter@laptop.piggybox) Received: (from peter@localhost) by laptop.piggybox (8.14.3/8.14.3/Submit) id n1BAntt6001009; Wed, 11 Feb 2009 10:49:55 GMT (envelope-from peter) Date: Wed, 11 Feb 2009 10:49:55 +0000 From: Peter Harrison To: Matt Message-ID: <20090211104955.GA1001@laptop.piggybox> References: <20090210215210.GB1031@laptop.piggybox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: questions@freebsd.org, Peter Harrison 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: Wed, 11 Feb 2009 10:49:57 -0000 Tuesday, 10 February 2009 at 16:41:37 -0600, Matt said: > 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 Thanks for this Matt, that was the answer - I hadn't figured how to get hal turned off for xorg. Thanks again, Peter Harrison. > > > 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" > >