|
|
我是在debian上安装的cce
刚开始是apt-get install cce安装cce
不给grub传递参数时 (在kernel这一行不加vga=791)
cce可以正常工作,但是字太大了
不过当我在kernel这一行添加了vga=791之后
cce运行很慢
显示如下:
CCE> Console Chinese Environment Version 0.36-05052000 (May 2000)
CCE> Load file /usr/lib/cce/sysphrase.tab in shmem(1015823): 368420 Bytes
CCE> Load ISO8859-1 in shmem(1048592): 4096 Bytes
CCE> Load GB2312.1980-0 in shmem(1081361): 243648 Bytes
CCE> Load input method 0 & 9: PinYin & Internal Code
CCE> Load input method 1: /usr/lib/cce/pinyin.tab
CCE> Load input method 2: /usr/lib/cce/wubi.tab
CCE> Mouse type `Microsoft', correct? If not, change cce.cfg
到最后一行就没反应了
后来我在网上下载了cce-0.51-02132004-dist.tgz
./configure
make
make install
安装之后
结果还是一样
/etc/cce.cfg显示如下:
##################################################
#
# Configuration file for CCE
#
##################################################
# The VideoCard must be the first section of this config file
# If you are using a S3 Video Card, please set this option to 'S3'
# CCE will automatically detect the frame buffer and use it
#Display:
# S3
Display:
VGA
# You can specify the rows/columns here, if it's 0, cce will automatically
# choose a suitable value. If the resolution can't achieve Row*Columns, cce
# will adjust these values.
# LineGap: gap between lines
# Format: Rows Columns LineGap
Screen:
0 0 2
# Font definition
#
#
gb: Font
/usr/lib/cce/8x16.bin
/usr/lib/cce/gb16fs.bin
big5:
/usr/lib/cce/8x16.bin
/usr/lib/cce/taipei16.bin
jis:
/usr/lib/cce/7x14rk.bin
/usr/lib/cce/k14.bin
* Input Methods
# Ctrl+Alt+0 PinYin Input Method
# Ctrl+Alt+9 Internal Code Input Method
# Ctrl+Alt+1-8 you can define below
#
gb: InputMethod
/usr/lib/cce/pinyin.tab
/usr/lib/cce/wubi.tab
big5:
jis:
# Startup command definition (usually font loading commands are specified)
#
# you can change the preloaded fonts by move the 'StartUp' to
# big5/gb or jis
#
big5:
gb: StartUp
jis:
#################################
# OPTIONAL SETUP ENTRIES
#################################
# Mouse type definition. Choose one of: Microsoft,
# MouseSystems, BusMouse, MMSeries, Logitech, or None.
Mouse:
Microsoft
# Mouse baud rate
MouseBaud:
1200
# Mouse device file name
MouseDev:
/dev/mouse
# Use hard scroll
HardScroll:
On
# Zh/Ch/Sh Z/C/Sh FuzzyPinyin
FuzzyPinyin:
Off
# Length of beep sound (1/100 sec).
BeepCounter:
5
# Cursor blink interval (1/10 sec).
CursorInterval:
4
# Screen blank time (minutes).
SaveTime:
5
# Use double width cursor on kanji character
KanjiCursor:
On
# Cursor top raster line (0..15)
CursorTop:
14
# Cursor bottom raster line (CursorTop..15)
CursorBottom:
15
# Vga Font Offset
VgaFontOffset:
0
# Save font data in plane 3 (required for Trident TVGA series)
SavePlane3:
Off
Mouse3Buttons:
Off
# Coding
# SingleByte DoubleByte 8bitCode
# ISO8895-[123456789], JISX0201.1976-0
# BIG5.HKU-0, GB2312.1980-1, JISX0208.1983-0, KSC5601.1987-0
# EUC, SJIS
ja_JP.ujis:
JISX0201.1976-0 JISX0208.1983-0 EUC
ja_JP.sjis:
JISX0201.1976-0 JISX0208.1983-0 SJIS
zh_TW.Big5:
ISO8859-1 BIG5 BIG5
#zh_TW.big5:
# ISO8859-1 BIG5.ETen.3.10-1 BIG5
# BIG5.HKU-0 is an incorrect encoding.
#zh_TW.big5:
# ISO8859-1 BIG5.HKU-0
zh_CN.GBK: Coding
ISO8859-1 GB2312.1980-0 GB
zh_CN.GB2312:
ISO8859-1 GB2312.1980-0 GB
#zh_CN.ugb: Coding
# ISO8859-1 GB2312.1980-0 GB
ko_KR.euc:
ISO8859-1 KSC5601.1987-0
# Show `No warranty' message
StartupMessage:
Off |
|