2

How to change the size of desktop/window fonts in Puppy Linux 4.1?

Journeyman Geek
  • 133,878

3 Answers3

2

Not using Puppy, I wonder if this article has the answer :

Puppy 5 - Font size too small

menu / desktop / desktop settings / set global font size, change font size, restart X

harrymc
  • 498,455
1

Should just be: Menu->Desktop->Set global font size

Ryan
  • 1,518
0

Clarifying exactly which fonts do get changed is worthwhile in and of itself.

The setglobalfontsize command does not appear to change the size of fonts in the console window, even after restarting X. Instead, the setfont command appears to be the correct solution, but I am still working my way through finding out how to use it. However, I did notice that using setglobalfontsize did alter the size of the font used on the desktop and the font used after the puppy desktop closed and before it was reopened by X.

Because the use of fonts have been around for a VERY long time, and also because it can be somewhat demanding, the entire technology has become very baroque.

In Slacko 5.5, which I am using, some of the fonts appear to be located in /lib/consolefonts, as suggested by some posts. But the main trove of fonts are located under /usr/share/fonts/default, in TTF and Type1, both are directories. The man page for setfont appears to be very helpful. The aim is to find the correct setfont command to insert into either .bashrc (for an individual effect by user) or into /etc/profile (for a global effect).

It will take a little further messing around, but I believe I am on the right path.

Indrek
  • 24,874