Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Scalable fonts are not loaded into the X server database

Further digging led me to this post on the FreeBSD forum, in which a user says that The functionality of the freetype module is contained in the libXfont library. And sure enough I managed to...

posted 2y ago by Quasímodo‭

Answer
#1: Initial revision by user avatar Quasímodo‭ · 2022-02-09T11:33:50Z (about 2 years ago)
Further digging led me to [this post on the FreeBSD forum][3], in which a user says that

> The functionality of the freetype module is contained in the libXfont library.

And sure enough I managed to get scalable XLFDs by enabling the [_truetype_ USE flag][1] for _libXfont2_ and recompiling it.

The effect of the flag, "use media-libs/freetype [another package] for font rasterization", indicates that rendering a Truetype core font is nowadays outsourced to another piece of software. This is reinforced by some reports ([1][5], [2][6]) that the module got removed from Xorg; Indeed, the _freetype_ module line in `xorg.conf` seems to do nothing at all and I deleted it without any noticeable effect.

[1]: https://packages.gentoo.org/useflags/truetype
[3]: https://forums.freebsd.org/threads/xorg-conf-freetype-module.37459/
[5]: https://forums.freebsd.org/threads/load-freetype-module.63973/
[6]: https://lists.debian.org/debian-user/2009/07/msg01855.html