
Hi
I love to use the lucidasans fonts. But I've just noticed that I don't have lucidasans fonts in grml. Checking with
xlsfonts | grep -i lucidasan
all I got are w-lucidasans-* fonts. I looked further into it
grep lucidasan /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias
tells me that those fonts are from 75dpi x-fonts, but I've got the xfonts-75dpi fonts intstalled?
ii xfonts-75dpi 75 dpi fonts for X ii xfonts-bolkhov-cp1251-75dpi 75 dpi CP1251 encoded Cyrillic fonts for X (Cyr-RFX collection)
why I don't have the lucidasans fonts?
please help. thanks

* T mlist4suntong@yahoo.com [20060715 22:15]:
I love to use the lucidasans fonts. But I've just noticed that I don't have lucidasans fonts in grml. Checking with
xlsfonts | grep -i lucidasan
all I got are w-lucidasans-* fonts. I looked further into it
grep lucidasan /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias
tells me that those fonts are from 75dpi x-fonts, but I've got the xfonts-75dpi fonts intstalled?
[...]
Does
% xterm -fn '-b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-15'
work for you?
regards, -mika-

On Mon, 17 Jul 2006 20:28:01 +0200, Michael Prokop wrote:
- T mlist4suntong@yahoo.com [20060715 22:15]:
I love to use the lucidasans fonts. But I've just noticed that I don't have lucidasans fonts in grml. Checking with
xlsfonts | grep -i lucidasan
all I got are w-lucidasans-* fonts. I looked further into it
grep lucidasan /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias
tells me that those fonts are from 75dpi x-fonts, but I've got the xfonts-75dpi fonts intstalled?
[...]
Does
% xterm -fn '-b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-15'
work for you?
yes, I have that:
$ xlsfonts | grep lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1
Ok, I now know what's the problem:
$ grep ^lucidasans-10 /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias lucidasans-10 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-15
$ xlsfonts | grep lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
The lucidasans-10 that I use is alias to iso8859-15, but I only have iso8859-1 fonts installed. How can I fix that, the Debian way?
I mean, I deliberately change my system language from iso8859-15 to iso8859-1, how can I make changes to fonts also?
thanks a lot

* T mlist4suntong@yahoo.com [20060717 21:57]:
On Mon, 17 Jul 2006 20:28:01 +0200, Michael Prokop wrote:
- T mlist4suntong@yahoo.com [20060715 22:15]:
I love to use the lucidasans fonts. But I've just noticed that I don't have lucidasans fonts in grml. Checking with
xlsfonts | grep -i lucidasan
[...]
Does % xterm -fn '-b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-15' work for you?
yes, I have that:
$ xlsfonts | grep lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1
Ok, I now know what's the problem:
$ grep ^lucidasans-10 /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias lucidasans-10 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-15
$ xlsfonts | grep lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
The lucidasans-10 that I use is alias to iso8859-15, but I only have iso8859-1 fonts installed. How can I fix that, the Debian way?
I mean, I deliberately change my system language from iso8859-15 to iso8859-1, how can I make changes to fonts also?
It's listed in:
% xlsfonts | grep 'lucida-.*-sans'
, can be selected from within xfontsel and is available as lucidasans-$SIZE. What's the problem? 8-)
regards, -mika-

On Mon, 17 Jul 2006 22:02:20 +0200, Michael Prokop wrote:
I love to use the lucidasans fonts. But I've just noticed that I don't have lucidasans fonts in grml. Checking with
xlsfonts | grep -i lucidasan
[...]
Does % xterm -fn '-b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-15' work for you?
yes, I have that:
$ xlsfonts | grep lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1
Ok, I now know what's the problem:
$ grep ^lucidasans-10 /usr/X11R6/lib/X11/fonts/75dpi/fonts.alias lucidasans-10 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-15
$ xlsfonts | grep lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
The lucidasans-10 that I use is alias to iso8859-15, but I only have iso8859-1 fonts installed. How can I fix that, the Debian way?
I mean, I deliberately change my system language from iso8859-15 to iso8859-1, how can I make changes to fonts also?
It's listed in:
% xlsfonts | grep 'lucida-.*-sans'
, can be selected from within xfontsel
yes
and is available as lucidasans-$SIZE. What's the problem? 8-)
No, lucidasans-$SIZE is *not* available. that's the problem. check my OP please.

* T mlist4suntong@yahoo.com [20060718 04:15]:
On Mon, 17 Jul 2006 22:02:20 +0200, Michael Prokop wrote:
It's listed in: % xlsfonts | grep 'lucida-.*-sans' , can be selected from within xfontsel
yes
and is available as lucidasans-$SIZE. What's the problem? 8-)
No, lucidasans-$SIZE is *not* available. that's the problem. check my OP please.
So running:
% xterm -fn lucidasans-14
does not work on your box?
regards, -mika-

On Tue, 18 Jul 2006 07:56:00 +0200, Michael Prokop wrote:
It's listed in: % xlsfonts | grep 'lucida-.*-sans' , can be selected from within xfontsel
yes
and is available as lucidasans-$SIZE. What's the problem? 8-)
No, lucidasans-$SIZE is *not* available. that's the problem. check my OP please.
So running:
% xterm -fn lucidasans-14
does not work on your box?
$ xterm -fn lucidasans-14 xterm: unable to open font "lucidasans-14", trying "fixed"....
Teilnehmer (2)
-
Michael Prokop
-
T