From owner-freebsd-mobile@FreeBSD.ORG Fri May 25 21:49:08 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 728D116A421; Fri, 25 May 2007 21:49:08 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 257DC13C448; Fri, 25 May 2007 21:49:08 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id CDA22192972; Fri, 25 May 2007 23:34:03 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180128843; bh=FPnnHm7NFZU/TZ6bY5s+kDJBGck=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=CpcrzkMss2OGbYcxHOU2YtCPGLTcvELiZCyagLhhLLLXXWL5oRFD 7ycjsI1BenZ6RqprzVXlPxHpfOxFyH3mSIVaPLUj6xY9N8hG5XEwvhOkUzCB2e0CE19 7JpA+vWKg X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id oLpS9wohYeFB; Fri, 25 May 2007 23:34:00 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 877A4192960; Fri, 25 May 2007 23:33:58 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 2896E511C2; Fri, 25 May 2007 23:33:58 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l4PLXs4G017624; Fri, 25 May 2007 23:33:54 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Fri, 25 May 2007 23:33:52 +0200 User-Agent: KMail/1.9.6 References: <20070523071200.GA53716@freebsd.csie.nctu.edu.tw> <20070524080159.GA78077@freebsd.csie.nctu.edu.tw> <4657535C.1080406@FreeBSD.org> In-Reply-To: <4657535C.1080406@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705252333.53650.dejan.lesjak@ijs.si> Cc: Ying-Chieh Liao , Doug Barton , Edward Shabotinsky , freebsd-mobile@freebsd.org Subject: Re: xorg 7.2 with FreeBSD 6.2 on T41 keyboard failure X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 21:49:08 -0000 On Friday 25 May 2007 23:21:32 Doug Barton wrote: > Ying-Chieh Liao wrote: > > ok, I got this fixed by defining a env var > > XKEYSYMDB=/usr/local/share/X11/XKeysymDB > > everything goes well now > > D'oh, should have read further in the thread, sorry. This solution > works for me if I set the environment variable in the shell before > typing 'startx', but doesn't work if I just put it in my xinitrc file. > Weird. > > Anyone on the x11 team want to comment on this one? Well... With modular ports we install some files in /usr/local/share/X11 and some in /usr/local/lib/X11. In this particular case, the server expects them to be in /usr/local/lib/X11. I'm not decided on whether we should move all in lib or modify default search path in server. Having them in lib mirrors previous location in /usr/X11R6 (where also mergebase script will move any custom app-defaults for example), but having such files in share feels a bit more intuitive... Dejan