LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   About increase terminal font size (https://www.linuxquestions.org/questions/ubuntu-63/about-increase-terminal-font-size-4175540612/)

satimis 04-24-2015 06:58 AM

About increase terminal font size
 
Hi all,

Ubuntu 14.04 server

Please advise how to increase the font size?

Edit /etc/default/console-setup

Try
FONTFACE="Terminus"
FONTSIZE="24x12" / "24"

and reboot without effect.

Thanks

Regards
satimis

pan64 04-24-2015 07:26 AM

depends on the gui you use. Usually the terminal has a default settings you need to modify that (and the terminal has a menu to set preferences)

veerain 04-24-2015 07:52 AM

You can set manually by:

Code:

setfont fontfile
Fonts are installed in /usr/share/consolefonts.

satimis 04-24-2015 09:53 AM

Quote:

Originally Posted by pan64 (Post 5352351)
depends on the gui you use. Usually the terminal has a default settings you need to modify that (and the terminal has a menu to set preferences)

Hi,

This is server without X running

satimis

satimis 04-24-2015 10:18 AM

Quote:

Originally Posted by veerain (Post 5352372)
You can set manually by:

Code:

setfont fontfile
Fonts are installed in /usr/share/consolefonts.

Hi,

Thanks for your advice.

$ setfont /usr/share/consolefonts/Lat7-Terminus28x14.psf.gz

works here for me.

But edit /etc/default/console-setup
Code:

CHARMAP="UTF-8"
CODESET="Lat7"
FONTFACE="Terminus"
FONTSIZE="28x14"

Reboot. It doesn't work

Regards
satimis

veerain 04-24-2015 11:45 AM

Quote:

Lat7-Terminus28x14.psf.gz
This is definitely not UTF-8 perhaps ascii.

satimis 04-25-2015 08:02 AM

Quote:

Originally Posted by veerain (Post 5352481)
This is definitely not UTF-8 perhaps ascii.

Hi,

Following combination works here;
Code:

CHARMAP="VISCII"
CODESET="Lat15"
FONTFACE="Terminus"
FONTSIZE="28x14"

Then run;
$ setupcon

Thanks

Regards
satimis


All times are GMT -5. The time now is 03:46 PM.