服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

香港云服务器
服务器之家 - 服务器系统 - Linux - linux系统终端修改字体的方法

linux系统终端修改字体的方法

2021-10-07 20:55Linux教程网 Linux

我们以debian为例,介绍两种linux修改终端字体的设置方法,大家参考使用吧

1.通过console-tools设置控制台字体

1.1.选用并测试合适的字体和字库文件:

复制代码 代码如下:

 # ls /usr/share/consolefonts/
 

 

1.2.测试选用喜爱的字库文件:

复制代码 代码如下:

# consolechars -f /usr/share/consolefonts/lat9w-16.psf.gz
# consolechars -f /usr/share/consolefonts/lat2-16.psf.gz

 

1.3.保存控制台默认字体配置:

复制代码 代码如下:

# vi /etc/console-tools/config

 

将合适的字库文件设置为默认,如果选择lat2-16.psf.gz 字库文件,可将SCREEN_FONT设成:
SCREEN_FONT=lat2-16

2.通过console-setup服务,设置控制台字体。

2.1.安装console-setup服务

复制代码 代码如下:

apt-get install console-setup console-terminus

 

其中:console-terminus是在 Linux 控制台下便于快速阅读的等宽字体,也是很多人比较喜欢的字体

2.2.配置console-setup服务

复制代码 代码如下:

# dpkg-reconfigure console-setup


如果要选用terminus字体,在Set of characters that should be supported by the console font: 的对话框中可选择以下   中的一项:

复制代码 代码如下:

Combined - Latin; Slavic Cyrillic; Greek
Combined - Latin; Slavic and non-Slavic Cyrillic

 

2.3.console-setup服务的装载与停用

复制代码 代码如下:

/etc/init.d/console-setup {start|reload|restart|force-reload|stop}

 

延伸 · 阅读

精彩推荐
468