Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Replacement for media-libs/fontconfig-ultimate and friends?

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
NightMonkey
Guru
Guru
User avatar
Posts: 360
Joined: Fri Mar 21, 2003 10:07 am
Location: Philadelphia, PA

Replacement for media-libs/fontconfig-ultimate and friends?

  • Quote

Post by NightMonkey » Tue Mar 30, 2021 7:36 pm

Howdy. I just set up a new Gentoo laptop, which is working great. I had been using this package 'media-libs/fontconfig-ultimate' to make it easy to get readable, well-formed fonts on Gentoo (or the best I could get), and used this approach again with my new laptop. Saw the Portage notice today that this package is masked, is dead, and scheduled for removal. Looks like media-libs/fontconfig-infinality is set to go, too (which is referenced here: https://wiki.gentoo.org/wiki/Fontconfig ). Does anyone have a reference to other methods to easily get decent fonts and typography in Gentoo? I see the Wiki has instructions for how to use the various tools, but I've not found a modern approach that just gets you what people have come to expect from other desktop OSes (Linux or otherwise).

Code: Select all

!!! The following installed packages are masked:
- media-libs/fontconfig-ultimate-2015.08.01::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas Sturmlechner <asturm@gentoo.org> (2021-03-27)
# Dead upstream. Bugs #437056, #453964, #550592, #768303
# Removal on 2021-04-26.

- app-eselect/eselect-lcdfilter-2::gentoo (masked by: package.mask)
- app-eselect/eselect-infinality-1.1::gentoo (masked by: package.mask)
- media-libs/fontconfig-infinality-20130404::gentoo (masked by: package.mask)
Thanks in advance! :)
:D
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Tue Mar 30, 2021 7:59 pm

Maybe this

Code: Select all

$ eix media-fonts/fonts-meta
* media-fonts/fonts-meta
     Available versions:  ~1-r2 {+free +latin ms L10N="as bn bo brx doi dz gu hi ja km kn ko kok ks mai ml mr ne or pa sa sat sd si syc ta te zh"}
     Homepage:            https://wiki.gentoo.org/wiki/No_homepage
     Description:         Meta package for fonts to cover most needs
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Tue Mar 30, 2021 11:34 pm

I use the settings below:

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file to configure system font access -->
<fontconfig>

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

   <match target="pattern">
       <edit name="dpi" mode="assign">
          <double>96</double>
       </edit>
   </match>

   <!--- more rules here --->

</fontconfig>
Either configure those settings using 'eselect fontconfig' OR write the block above to /etc/fonts/local.conf AND disable all corresponding settings in 'eselect fontconfig'.

Some desktop environments have their own font configuration dialogs. You may have to configure the settings above there as well.
Top
Juippisi
Developer
Developer
User avatar
Posts: 784
Joined: Fri Sep 30, 2005 3:51 pm
Location: /home

  • Quote

Post by Juippisi » Wed Mar 31, 2021 5:51 am

After infinality, settings provided by https://blog.aktsbot.in/better-font-ren ... linux.html got me enjoyable fonts. I use ubuntu for general font.
Top
NightMonkey
Guru
Guru
User avatar
Posts: 360
Joined: Fri Mar 21, 2003 10:07 am
Location: Philadelphia, PA

  • Quote

Post by NightMonkey » Wed Mar 31, 2021 3:21 pm

Juippisi wrote:After infinality, settings provided by https://blog.aktsbot.in/better-font-ren ... linux.html got me enjoyable fonts. I use ubuntu for general font.
Thank you for this. Yes, I'm running Fluxbox, so I am in the 'chances: zero' category the post you linked mentions. ;) However, since Infinality is being removed from Portage, this is bittersweet to see this helpful post become less so. :(
:D
Top
dewke
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 77
Joined: Tue Jun 01, 2004 4:02 am
Location: The sunshine state

  • Quote

Post by dewke » Mon May 10, 2021 2:39 pm

NightMonkey wrote:
Juippisi wrote:After infinality, settings provided by https://blog.aktsbot.in/better-font-ren ... linux.html got me enjoyable fonts. I use ubuntu for general font.
Thank you for this. Yes, I'm running Fluxbox, so I am in the 'chances: zero' category the post you linked mentions. ;) However, since Infinality is being removed from Portage, this is bittersweet to see this helpful post become less so. :(
I use fluxbox too. I've been able to cobble together decent looking fonts, but would love to compare notes.
Oderint dum metuant
-Caligula
Top
Post Reply

6 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic