ms133 发表于 2018-5-15 11:26:22

debian console字体设置

  Debian 6 控制台字体
  dpkg-reconfigure console-setup
  UTF-8 -> . Arabic -> VGA -> 16
  重启机器ok。
  Debian 5 控制台字体
  apt-get install console-tools
  apt-get installconsole-data
  apt-get installconsole-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
  
页: [1]
查看完整版本: debian console字体设置