Date: Fri, 25 May 2007 23:33:52 +0200 From: Dejan Lesjak <dejan.lesjak@ijs.si> To: freebsd-x11@freebsd.org Cc: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>, Doug Barton <dougb@freebsd.org>, Edward Shabotinsky <evs@telod.net>, freebsd-mobile@freebsd.org Subject: Re: xorg 7.2 with FreeBSD 6.2 on T41 keyboard failure Message-ID: <200705252333.53650.dejan.lesjak@ijs.si> In-Reply-To: <4657535C.1080406@FreeBSD.org> References: <20070523071200.GA53716@freebsd.csie.nctu.edu.tw> <20070524080159.GA78077@freebsd.csie.nctu.edu.tw> <4657535C.1080406@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705252333.53650.dejan.lesjak>