[OpenIndiana-discuss] Fonts in some websites become pixelated

Peter Tribble peter.tribble at gmail.com
Wed Jul 31 09:39:23 UTC 2024


On Wed, Jul 31, 2024 at 4:42 AM scavenger via openindiana-discuss <
openindiana-discuss at openindiana.org> wrote:

> Please review the way you configure fonts in your OS. In
> /etc/fonts/conf.d, you are putting conflicting configuration files. For
> example: 70-yes-bitmaps.conf and 70-no-bitmaps.conf are both there. Can you
> guess what is the effect of this? I can't.
>

Oh dear, that's horribly broken.

The way that fontconfig works is to install a whole list of template
configuration files into
.../conf.avail, and then symlinks are placed into conf.d to pick up the
configuration you
actually want.

The OpenIndiana build appears to trample all over this. There's a minor
bug, in that you
can use --with-templatedir='/etc/fonts/conf.avail' rather than the current
mechanism of
leaving it at the default /usr/share/fontconfig/conf.avail and moving it
after the install.
But the actual problem is caused by creating symbolic links in conf.d for
*all* the files
in conf.avail, rather than (a) either leaving the links that 'make install'
creates alone, or
(b) removing and recreating only the symlinks that are present in conf.d
(the way that
solaris-userland does it, where it notes that 'Make links in conf.d be
relative links to
../conf.avail instead of absolute').


> Jul 31, 2024, 08:07 by openindiana-discuss at openindiana.org:
>
> > For example, github.com. It seems the bitmap fonts are picked. Should
> you configure it out of the box to disable bitmap fonts?
> >
> > _______________________________________________
> > openindiana-discuss mailing list
> > openindiana-discuss at openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
>
>
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/


More information about the openindiana-discuss mailing list