您尚未登录。

#1 2011-11-06 15:43:39

cjxgm
忙,却还想养猫?
所在地: 杭州
注册时间: 2011-08-19
帖子: 414
个人网站

fbterm 不能抗锯齿了?

突然发现 fbterm 里的字体都没有抗锯齿了。刚装 Arch 那会儿 fbterm 正常,后来不知哪次升级后就不再抗锯齿了
Without 抗锯齿,眼睛好难受……
我想知道是怎么回事,要怎样才能恢复抗锯齿

PS: 不知道发哪个版,就干脆放水区了

离线

#2 2011-11-11 21:30:10

majia321
会员
注册时间: 2011-08-20
帖子: 53

Re: fbterm 不能抗锯齿了?

我的感觉还好,用的啥字体


喵~Zz

离线

#3 2012-01-01 19:30:26

cjxgm
忙,却还想养猫?
所在地: 杭州
注册时间: 2011-08-19
帖子: 414
个人网站

Re: fbterm 不能抗锯齿了?

文泉驿微米黑

离线

#4 2012-01-01 19:31:39

cjxgm
忙,却还想养猫?
所在地: 杭州
注册时间: 2011-08-19
帖子: 414
个人网站

Re: fbterm 不能抗锯齿了?

~/.fbtermrc

# Configuration for FbTerm

# Lines starting with '#' are ignored.
# Note that end-of-line comments are NOT supported, comments must be on a line of their own.


# font family names/pixelsize used by fbterm, multiple font family names must be seperated by ','
# and using a fixed width font as the first is strongly recommended
font-names=WenQuanYi MicroHei Mono
font-size=16

# force font width (and/or height), usually for non-fixed width fonts
# legal value format: n (fw_new = n), +n (fw_new = fw_old + n), -n (fw_new = fw_old - n)
#font-width=
#font-height=

# default color of foreground/background text
# available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
color-foreground=7
color-background=0

# max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable it
history-lines=1000

# up to 5 additional text encodings, multiple encodings must be seperated by ','
# run 'iconv --list' to get available encodings.
text-encodings=zh_CN.UTF-8

# cursor shape: 0 = underline, 1 = block
# cursor flash interval in milliseconds, 0 means disable flashing
cursor-shape=1
cursor-interval=500

# additional ascii chars considered as part of a word while auto-selecting text, except ' ', 0-9, a-z, A-Z
word-chars=._-

# change the clockwise orientation angle of screen display
# available values: 0 = 0 degree, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees
screen-rotate=0

# specify the favorite input method program to run
input-method=

# treat ambiguous width characters as wide
#ambiguous-wide=yes

离线

页脚