debian console字体设置

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


你可能感兴趣的:(控制台,share,Arabic)