pkgsrc-Users archive

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

Re: Dillo + Netsurf broken fonts (sparc64)




To: Paolo Vincenzo Olivo <vins%NetBSD.org@localhost>

Subject: Re: Dillo + Netsurf broken fonts (sparc64)

From: Sad Clouds <cryintothebluesky%gmail.com@localhost>

Date: Sun, 9 Nov 2025 09:41:21 +0000


On Sat, 8 Nov 2025 20:59:29 +0000
Paolo Vincenzo Olivo <vins%NetBSD.org@localhost> wrote:

> Since I don't care about web browsing on such an old machine, I 
> gave up on this before trying to delving deeper into the problem, but I
> wouldn't mind seeing it fixed with the cooperation of other users here.
> 
> Regards,
> Paolo

Not related to sparc64, but I've experienced somewhat similar issue on
Linux with web browsers using Google chromium engine. This only occurred
when I disabled font anti-aliasing, enabling it again resolved the
issue. No such issues with Firefox though.

You can try playing around with settings in .fonts.conf and see if
that helps. Below is what I normally use on Linux:

$ cat .fonts.conf 
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>

<match target="font">
        <edit name="antialias" mode="assign"><bool>true</bool></edit>
        <edit name="autohint"  mode="assign"><bool>true</bool></edit>
        <edit name="hinting"   mode="assign"><bool>true</bool></edit>
        <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
        <edit name="rgba"      mode="assign"><const>none</const></edit>
        <edit name="lcdfilter" mode="assign"><const>lcdnone</const></edit>

        <edit name="cff:no-stem-darkening" mode="assign"><bool>false</bool></edit>
        <edit name="autofitter:no-stem-darkening" mode="assign"><bool>false</bool></edit>
</match>

</fontconfig>


Follow-Ups:

Re: Dillo + Netsurf broken fonts (sparc64)
From: Paolo Vincenzo Olivo


References:

Dillo + Netsurf broken fonts (sparc64)
From: vom513

Re: Dillo + Netsurf broken fonts (sparc64)
From: Paolo Vincenzo Olivo




Prev by Date: graphics/gimp unable to open files?

Next by Date: Re: Pkgsrc WIP package to upgrade Helix to 25.07.1

Previous by Thread: Re: Dillo + Netsurf broken fonts (sparc64)

Next by Thread: Re: Dillo + Netsurf broken fonts (sparc64)

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index