6 Feb 2011 15:40
8 Feb 2011 02:09
re: libX11 and the xcb option
matthew green <mrg <at> eterna.com.au>
2011-02-08 01:09:33 GMT
2011-02-08 01:09:33 GMT
> Would it make sense to enable the xcb option in libX11? It seems that packages > are beginning to expect it, notably vlc. that seems like an good idea. i don't know when i'll have time to look at this so if someone else could that would be best. .mrg.
26 Feb 2011 12:24
inconsolata not found
Thomas Klausner <wiz <at> NetBSD.org>
2011-02-26 11:24:51 GMT
2011-02-26 11:24:51 GMT
Hi! I don't know exactly when it started, but a few weeks back my xterm switched font. I didn't really think about it then, but today I tried to track it down. My .Xdefaults has XTerm*faceName: Inconsolata and I remember that that worked at one point. I have pkgsrc/fonts/inconsolata-ttf installed, the package is called inconsolata (I'll fix that inconsistency) and /usr/pkg/lib/X11/fonts/TTF/Inconsolata.otf exists. When I run fc-cache -v, I see: ... /usr/pkg/lib/X11/fonts/TTF: skipping, existing cache is valid: 83 fonts, 0 dirs ... but "xlsfonts | grep -i consolata" comes up empty. There is no line for Inconsolata.otf in /usr/pkg/lib/X11/fonts/TTF/fonts.dir. It's not a problem with the extension, because when I rename make a link for the file to Inconsolata.ttf, I still get no entries. Ideas? Thomas
26 Feb 2011 16:51
Re: inconsolata not found
<rjs <at> fdy2.demon.co.uk>
2011-02-26 15:51:10 GMT
2011-02-26 15:51:10 GMT
Thomas Klausner wrote:
>I don't know exactly when it started, but a few weeks back my xterm
>switched font. I didn't really think about it then, but today I tried
>to track it down.
>
>My .Xdefaults has
>XTerm*faceName: Inconsolata
>and I remember that that worked at one point.
>
>I have pkgsrc/fonts/inconsolata-ttf installed, the package is called
>inconsolata (I'll fix that inconsistency) and
>/usr/pkg/lib/X11/fonts/TTF/Inconsolata.otf exists.
>When I run fc-cache -v, I see:
>...
>/usr/pkg/lib/X11/fonts/TTF: skipping, existing cache is valid: 83 fonts, 0 dirs
>...
>but "xlsfonts | grep -i consolata" comes up empty.
>There is no line for Inconsolata.otf in
>/usr/pkg/lib/X11/fonts/TTF/fonts.dir. It's not a problem with the
>extension, because when I rename make a link for the file to
>Inconsolata.ttf, I still get no entries.
Does your /etc/fonts/fonts.conf file (or local.conf) contain the following
line ?
<dir>/usr/pkg/lib/X11/fonts</dir>
Recent versions of xterm will use fontconfig.
(Continue reading)
26 Feb 2011 18:15
Re: inconsolata not found
Thomas Klausner <wiz <at> NetBSD.org>
2011-02-26 17:15:11 GMT
2011-02-26 17:15:11 GMT
On Sat, Feb 26, 2011 at 03:51:10PM +0000, rjs <at> fdy2.demon.co.uk wrote:
> Does your /etc/fonts/fonts.conf file (or local.conf) contain the following
> line ?
>
> <dir>/usr/pkg/lib/X11/fonts</dir>
Yes.
<dir>/usr/X11R7/lib/X11/fonts</dir>
<dir>/usr/pkg/lib/X11/fonts</dir>
<dir>~/.fonts</dir>
Thomas
26 Feb 2011 18:32
Re: inconsolata not found
<rjs <at> fdy2.demon.co.uk>
2011-02-26 17:32:35 GMT
2011-02-26 17:32:35 GMT
Thomas Klausner wrote: >On Sat, Feb 26, 2011 at 03:51:10PM +0000, rjs <at> fdy2.demon.co.uk wrote: >> Does your /etc/fonts/fonts.conf file (or local.conf) contain the following >> line ? >> >> <dir>/usr/pkg/lib/X11/fonts</dir> > >Yes. I have slightly different resources to the ones you listed in the original post. I'm using: XTerm.vt100.faceName: inconsolata XTerm.vt100.faceSize: 9 Robert Swindells
26 Feb 2011 22:32
Re: inconsolata not found
Thomas Klausner <wiz <at> NetBSD.org>
2011-02-26 21:32:54 GMT
2011-02-26 21:32:54 GMT
On Sat, Feb 26, 2011 at 05:32:35PM +0000, rjs <at> fdy2.demon.co.uk wrote: > I have slightly different resources to the ones you listed in the original > post. > > I'm using: > > XTerm.vt100.faceName: inconsolata > XTerm.vt100.faceSize: 9 I've tried these as well, no change. When I set another typeface, it works (I tried with one that was listed in xlsfonts output). I think that the cause is rather that inconsolata isn't in the fonts database. Do you see it in the xlsfonts output? If yes, what opsys/release/X from base or pkgsrc? Thomas
26 Feb 2011 23:02
Re: inconsolata not found
<rjs <at> fdy2.demon.co.uk>
2011-02-26 22:02:49 GMT
2011-02-26 22:02:49 GMT
>On Sat, Feb 26, 2011 at 05:32:35PM +0000, rjs <at> fdy2.demon.co.uk wrote: >> I have slightly different resources to the ones you listed in the original >> post. >> >> I'm using: >> >> XTerm.vt100.faceName: inconsolata >> XTerm.vt100.faceSize: 9 > >I've tried these as well, no change. >When I set another typeface, it works (I tried with one that was >listed in xlsfonts output). > >I think that the cause is rather that inconsolata isn't in the fonts >database. Do you see it in the xlsfonts output? If yes, what >opsys/release/X from base or pkgsrc? I don't see inconsolata in the xlsfonts output, and it isn't listed in /usr/pkg/lib/X11/fonts/TTF/fonts.dir. I'm using: NetBSD/i386 5.99.42 NetBSD/amd64 5.99.47 (from today) X from base. What cachedir tags do you have in fonts.conf ?(Continue reading)
28 Feb 2011 12:28
Re: inconsolata not found
Thomas Klausner <wiz <at> NetBSD.org>
2011-02-28 11:28:34 GMT
2011-02-28 11:28:34 GMT
On Sat, Feb 26, 2011 at 10:02:49PM +0000, rjs <at> fdy2.demon.co.uk wrote: > I don't see inconsolata in the xlsfonts output, and it isn't listed > in /usr/pkg/lib/X11/fonts/TTF/fonts.dir. Soren pointed me to fc-list, which lists Inconsolata. I think the change was probably that xterm started honoring the font request :) I wanted a font that could should more of utf-8 than the latin1-only inconsolata displays; I'm now back to xterm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1 xterm*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1 Thanks for the help! Thomas
RSS Feed