Re: How to change the console font?

2017-09-28 Thread Jonathan Dowland

On Wed, Sep 27, 2017 at 09:14:46PM -0500, Hugo Vanwoerkom wrote:

I used to be able to change the console font with a GUI program.
But I have forgotten how to do that. Console setup doesn't do it, I 
don't know what that does.


Can anybody help me out here?


I use 'setfont' from the kbd package. It sets it for the current
session. There's a related, but separate way to set it for the initial
sessions: edit /etc/default/console-setup. 


The fonts themselves (from which you can derive your specific list of
options) are stored in /usr/share/consolefonts/.

See the setfont(1) and console-setup(5) manual pages for more
information.

--

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland
⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net
⠈⠳⣄ Please do not CC me, I am subscribed to the list.



Re: How to change the console font?

2017-09-28 Thread igor80

Hi,

$ man setfont



--
igor



Re: How to change the console font?

2017-09-28 Thread Elimar Riesebieter
* Hugo Vanwoerkom  [2017-09-27 21:14 -0500]:

> I used to be able to change the console font with a GUI program.
> But I have forgotten how to do that. Console setup doesn't do it, I don't
> know what that does.

dpkg-reconfigure console-setup

Elimar
-- 
  Obviously the human brain works like a computer.
  Since there are no stupid computers humans can't be stupid.
  There are just a few running with Windows or even CE ;-)



Re: How to change the console font?

2017-09-28 Thread Dejan Jocic
On 27-09-17, Hugo Vanwoerkom wrote:
> I used to be able to change the console font with a GUI program.
> But I have forgotten how to do that. Console setup doesn't do it, I don't
> know what that does.
> 
> Can anybody help me out here?
> 
> Hugo (Sid)
> 

Don't know about GUI program, can't remember of any that was able to do
it. But, console settings are in /etc/default/console-setup. You can
edit those by hand, or run dpkg-reconfigure console-setup. That worked
for me.



How to change the console font?

2017-09-27 Thread Hugo Vanwoerkom

I used to be able to change the console font with a GUI program.
But I have forgotten how to do that. Console setup doesn't do it, I 
don't know what that does.


Can anybody help me out here?

Hugo (Sid)