Skip navigation.
KDE Developer's Journals

Yet another fonts performance tip

lubos lunak's picture

Is it just me or do the blog categories on kdedevelopers.org never match what I want to say? Well, nevermind. The latest performance tip brought to you by SUSE KDE developers (don't ask, I very likely don't know anyway) is here:

In KControl, go to the fonts module, and see if you use Sans Serif, Serif or Monospace fonts. If you've never touched the fonts settings it's very likely you see them there. In Konsole use fc-match to find out what these font aliases (they're not really fonts) actually mean - e.g. here "fc-match sans serif" says Verdana. Now replace all occurences of those three aliases by real fonts as given by fc-match, or simply choose a font you like (for the fixed font it's usually better to use something like Misc Fixed rather than Andale Mono fc-match may give you for Monospace). That's all, now all your KDE apps should start faster. You might want to check also font settings in specific apps if you want. This performance problem should hopefully get fixed soon in fontconfig or Qt.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
mkoljack's picture

Wow!

I normally don't read too many blogs because I'm not a developer--just a regular home desktop/business desktop user. However, I want to thank you for this useful information. I did exactly what you said and all applications including OO.org open remarkably faster. Very useful. Thanks again.

Mark

bram schoenmakers's picture

fc-match unkown

Hi,

The fc-match command is not on my Gentoo system. I installed fontconfig. Or does it belong to an other package?

Kind regards,

Bram Schoenmakers
KDE Netherlands (www.kde.nl)

superstoned's picture

well

same here. if you find out how to get fc-match... i'd be glad to hear it.

mactalla's picture

fc-match

I upgraded to fontconfig-2.3.2 (currently masked for all architectures) and it installed fc-match. I can also say that it does appear to have sped up loading time on my machine. Thanks for the tip!!

lubos lunak's picture

In fontconfig

Yes, it should be part of fontconfig.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.