分类: LINUX
2014-02-05 20:28:07
Debian console控制台字体在宽屏显示下很难看,可以使用Ubuntu的方案,没有安装console-setup服务就在终端中运行sudo apt-get install console-setup即可,更改控制台字体可以运行sudo dpkg-reconfigure console-setup配置。
Debian 6 控制台字体
dpkg-reconfigure console-setup
UTF-8 -> . Arabic -> VGA -> 16
重启机器ok。
Debian 5 控制台字体
apt-get install console-tools
apt-get install console-data
apt-get install console-terminus
字体文件目录 /usr/share/consolefonts
查看字体效果
consolechars -f /usr/share/consolefonts/lat0-sun16.psf.gz
保存控制台默认字体配置:
:~# vi /etc/console-tools/config
SCREEN_FONT=lat0-sun16
#SCREEN_FONT_vc2=lat0-sun16
#SCREEN_FONT_vc3=lat0-sun16
#SCREEN_FONT_vc4=lat0-sun16
#SCREEN_FONT_vc5=lat0-sun16