<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://beardedmaker.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Set_Font_Size_on_TTY</id>
		<title>Set Font Size on TTY - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://beardedmaker.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Set_Font_Size_on_TTY"/>
		<link rel="alternate" type="text/html" href="https://beardedmaker.com/wiki/index.php?title=Set_Font_Size_on_TTY&amp;action=history"/>
		<updated>2026-04-20T21:33:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.4</generator>

	<entry>
		<id>https://beardedmaker.com/wiki/index.php?title=Set_Font_Size_on_TTY&amp;diff=2495&amp;oldid=prev</id>
		<title>Beard at 16:21, 7 June 2018</title>
		<link rel="alternate" type="text/html" href="https://beardedmaker.com/wiki/index.php?title=Set_Font_Size_on_TTY&amp;diff=2495&amp;oldid=prev"/>
				<updated>2018-06-07T16:21:48Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Look for a directory called &amp;lt;code&amp;gt;consolefonts&amp;lt;/code&amp;gt;. On Ubuntu it is located at &amp;lt;code&amp;gt;/usr/share/consolefonts&amp;lt;/code&amp;gt;. Other systems might have it at &amp;lt;code&amp;gt;/lib/kdb/consolefonts&amp;lt;/code&amp;gt;. Go to the directory:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;cd /usr/share/consolefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Choose one of the font files (the file names usually specify the size) and apply it by running:&lt;br /&gt;
#: &amp;lt;pre&amp;gt;setfont FileName&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Usually, any &amp;quot;Latin&amp;quot; font will be appropriate for English. Choose a font that you like, and add the command to your &amp;lt;code&amp;gt;rc.local&amp;lt;/code&amp;gt; file. It should look similar to this:&lt;br /&gt;
#: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
#&lt;br /&gt;
# rc.local&lt;br /&gt;
#&lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.&lt;br /&gt;
#&lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.&lt;br /&gt;
#&lt;br /&gt;
# By default this script does nothing.&lt;br /&gt;
&lt;br /&gt;
setfont /usr/share/consolefonts/Lat15-TerminusBold22x11.psf.gz&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Beard</name></author>	</entry>

	</feed>