|
发表于 2007-7-23 19:14:38
|
显示全部楼层
Post by huohuliaisili
zhcon-0.2.6
$ zhcon --utf8
只能是默认的 640 * 480
如何能使用 800 * 600 或者 1024 * 768 分辨率呢?
已经修改过 /usr/etc/zhcon.conf 文件了
这是修改后的内容:
- #this is config file for zhcon
- #it can be named as ~/.zhconrc or /etc/zhcon.conf
- #you can edit it manually
- #zhconpath = /usr/local/lib/zhcon/
- #unicon(3.x) path
- uniconpath = /usr/lib/unicon/
- #defaultencode: default encoding can be :gb2312,gbk,big5,jis,ksc
- defaultencode = gb2312
- #autoencode: auto detect current Chinese encoding(GB2312 or BIG5)
- #when autoencode is set zhcon will try to detect current Chinese encoding
- #after idle 1 second and change current Chinese encoding to
- #GB2312 or BIG5.This function is useful if you are viewing many text files
- #with different encoding type.
- #auto,auto-gb,auto-big5,manual
- autoencode = manual
- #screen resolution
- #NOTE:
- # 1) These only works on FreeBSD. On Linux these options will be IGNORED!
- # 2) If your FreeBSD kernel has VESA support compiled in(with
- # "options VESA") and your display adapter support VESA(most cards will
- # do), you can set color_depth to 8 or higher. This means you can use
- # 640x480x256 colors, 640x480x65536 colors, 800x600x256 colors...etc
- # BUT you will not able to use 640x480x16 colors! (Of course I don't
- # think you will want to run 16 colors mode at all :))
- # 3) If your FreeBSD kernel has not VESA support(or you even don't know
- # what's kernel or what's VESA), you can only set color_depth to 4.
- # That is, you can only run 16 colors mode(VERY slowly).
- # 4) Ok, if you don't understand me at all, it's OK. Just go and find a
- # FreeBSD wizard and ask him to compile a new kernel with VESA support
- # for you and ... emmmm ... explain all these stuff to you ...
- #
- #x_resolution = 640
- #y_resolution = 480
- x_resolution = 1024
- y_resolution = 768
- # 4 bits = 16 colors, 8 bits = 256 colors, 16 bits = 64K colors, and so on..
- # By defalut, 640X480X16 color is used to support as many video cards as
- # possible. zhcon works very SLOWLY under this mode. You should try setting
- # color_depth=8 to use 256 color (VESA mode) after recompiling your kernel
- # with VESA support to gain most out of your hardware.
- #color_depth = 4
- color_depth = 16
- #blanklineheight must >= 0
- blanklineheight = 1
- #0, default(block); 1, none; 2, underline
- #3, 1/3 block; 4, 1/2 block; 5, 2/3 block; 6, block
- cursortype = 6
- beep = on
- #whether to display startup message
- startupmsg = on
- #whether to enter prompt mode when start
- #you can enter prompt mode by press CTRL-ALT-0
- promptmode = off
- # set font name, all font must be placed in PREFIX/lib/zhcon/
- # for use with 24 pixel font
- # ascfont = font/asc24.bpsf
- # gbfont = font/gb-24-kai.bpsf
- ascfont = font/asc16.bpsf
- gbfont = font/gb-16.bpsf
- gbkfont = font/gbk-16.bpsf
- big5font = font/big5-16.bpsf
- jisfont = font/jis-16.bpsf
- kscfont = font/ksc-16.bpsf
- #inputstyle: overspot or nativebar
- inputstyle = overspot
- # color scheme format
- # text's fore, back, color1, color2, frame's light, dark color
- # change push style to pop by swap frame's light/dark color
- # red style = 15,4,11,14,12,0
- # blue style = 15,1,11,14,9,0
- # white style = 0,7,1,1,15,8
- overspotcolor = 0,7,1,1,15,8
- nativebarcolor = 15,4,11,14,0,12
- showtips = on
- #change input method here
- #the first ime is the default ime when press CTRL_SPACE
- #only the first nine imes are avaiable to zhcon
- #you can add more ime from Chinput's config file
- #format: ime = imename,module,table,encode,type
- #imename := <input method's name>
- #module := <module file name>
- #table := <table file name>
- #encode := gb2312 | gbk | big5
- #type := native | unicon
- ime = 全拼,,input/winpy.mb,gb2312,native
- ime = 五笔,,input/wb.mb,gb2312,native
- ime = 双拼,,input/winsp.mb,gb2312,native
- ime = ︽30,,input/big5-ary30.mb,big5,native
- ime = 緀,,input/big5-cj.mb,big5,native
- ime = 猔,,input/big5-phone.mb,big5,native
- ime = 礚郊μ,,input/big5-liu5.mb,big5,native
- ime = 智能拼音,cce_pinyin.so,cce,gb2312,unicon
- ime = GBK拼音,TL_hzinput.so,gbk/gbkpy_mb.tab,gbk,unicon
- ime = 自然码,TL_hzinput.so,gb/zrm-2.tab,gb2312,unicon
- ime = 惧块な,TL_hzinput.so,big5/pinyin.tab,big5,unicon
- ime = 緀块,TL_hzinput.so,big5/cj.tab,big5,unicon
- ime = 虏�块,TL_hzinput.so,big5/simplex.tab,big5,unicon
- ime = 全拼2,,input/py.mb,gb2312,native
- ime = 双拼2,,input/py.mb,gb2312,native
- ime = 大众,,input/dzm.mb,gb2312,native
- ime = 英中,,input/ed.mb,gb2312,native
- ime = 简拼,,input/jp.mb,gb2312,native
- ime = 普通,,input/pt.mb,gb2312,native
- ime = 五笔二维,,input/wbew.mb,gb2312,native
- ime = 五笔划,,input/wbh.mb,gb2312,native
- ime = 繁体仓颉,,input/cjf.mb,gb2312,native
- ime = 简体仓颉,,input/cjj.mb,gb2312,native
复制代码
就 linux 而言, 启动后, framebuffer 是什么分辨率,zhcon 就是什么分辨率 |
|