[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xfonts-konsole



On Mon, 26 May 2003 22:59:10 +0300, radus Combobulated:

> Hello!
> 
> Ahm is the xfonts konsole problem fixed ?
> i just dist-upgraded and the font i use doesn't work....
> i noticed a update fonts dir when it installed

Well, take a look at your /etc/fonts/local.conf. Mine looks like this:

craig@mobile:~$ cat /etc/fonts/local.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

  <dir>/usr/share/fonts/truetype</dir>

<!-- Uncomment below to enable bitmapped fonts -->

  <dir>/usr/X11R6/lib/X11/fonts</dir>

<!-- Uncomment below to enable subpixel rendering -->

  <match target="font">
    <test qual="all" name="rgba">
      <const>unknown</const>
    </test>
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
  </match>

</fontconfig>

If yours does not the make it so and then run as root:

fc-cache -fv    

................and you should have the fonts you want.

-- 
Ciao,
CRH




Reply to: