|
发表于 2003-1-21 20:40:47
|
显示全部楼层
slackware 8.1中文输入
我的主板是intel845G芯片结果装起slackware8.1 xwindow只能用vesa驱动刷新率只有60。后来在slackware的新闻组里发了帖子,有位外国朋友回了帖子让我去下最新的xfree86,照他说的做了果然就可以了1024x768@85, 后来就配置中文环境(KDE)。
步骤:
1 在slackware的ftp站点上 8.1目录中还有个kdei的目录里面有个文件kde-i18n-zh_CN-3.0.1-noarch-1.tgz, 这个是kde的中文,在8.1的iso中是没有的,然后我还把slackware-8.1/patches里的也都下下来,进行了升级;(具体过程详见slackware-8.1/patches/README)
2 升级xfree86,具体过程见下面的信
====================================
Hello Cheng,
I also have the ONBOARD Intel 845G chipset on a motherboard with no
optional AGP slot, only 2 pci slots, but 6 USB 2.0 ports. So, I was
somewhat forced to get the onboard Intel 845G video controller to work
with Slackware 8.1 or return the computer.
For a free 2D driver, the latest XFree86 cvs site has a working stable
driver for the Intel 845G video chip.
As root, you will need to edit your /etc/X11/XF86Config file and place
the correct settings for Section "Monitor" for your HorizSync and
VertRefresh . What kind of monitor do you have?
Secondly editing the same /etc/X11/XF86Config file you will need to
change the Section "Device" driver to "i810"
After you have changed the /etc/X11/XF86Config file as described above,
then it is time for cvs. As a normal user on the bash shell prompt:
$ CVS_RSH=ssh
$ CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs
$ export CVS_RSH CVSROOT
(now you must be connected to the internet for the next step)
$ cvs checkout -A xc
(this will take a very long time using a 56k modem, a much shorter time
using cable, dsl, T1, or T3)
Once you see the bash shell prompt again, you may enter as follows:
$ cd xc
$ make World (perhaps 1/2 hour or so)
$ su
(enter root password here)
# make install (perhaps 10 minutes or so)
# exit
$ startx
You should have a fine working XFree86 now with a red colored mouse.
Hope this helps.
Regards,
Terrio Echavez
====================================
ps:我在家里的升级了xfree86,用fcitx可以输入中文,后来给另一台没有升级的装fcitx结果发现只能看到那个工具条出来了,但仍无法输入中文
3 安装中文字体,kde配置工具里面有,具体那个位置自己找一下吧,然后就可以选字体simsun了。
4 中文输入法 fcitx,直接拿来解压
make; make install; cd /usr/bin;ln -sf fcitx gWuBi;
把下面几行加到/etc/X11/xinit/xinit.kde中,只要在startkde之前就可以
export LC_TYPE=zh_CN.GB2312
export LANG=zh_CN.GB2312
export LC_ALL=zh_CN.GB2312
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
编辑 ~/.gWuBi/profile
将其中的字体区域设置由改为如下:
“字体区域设置=zh_CN.GB2312”
否则那个工具条上的中文是乱码。
现在就可以startx,然后 在开始-》运行里输入fcitx,是不是出现了输入法的工具条,
好了可以用qq和mm聊天了(gaim+libqq gaim系统自带的就可以,libqq一定要那个ft版的)
5 英汉-汉英词典(星际译王1.33+ )
make -f makefile.linux
要出错,是里面有一个宏没有定义,trans.cc中大概4741行,要在前面加一行
#define _MOTIF_DEFAULT_LOCALE "English"
6 多媒体播放
先装realoneplayer,默认路径 会放在~/RealPlayer9和~/Real下;
我用的是DVD-ROM,要看DVD的,还要装MPlayer。这个的安装直接照着他官方网站上下的软件里的readme装就可以来了(我没有用www.linuxfans.org
里提供的汉化版本,他们那个版本在我这里反倒有问题)
现存的问题:
只有通过startx启动中文正常,如果直接采用 init 5启动的kdm,中文目录还是乱码
安装Openoffice,说有中文全成了方块,完全无法使用
我还有一张电视卡,还没有时间来调
ps:我现在有4台机器运行的都是slackware,slackware真的很不错,由于公司里是采用的exchange server(工作的方式),我又在上面装了个vmware,虚拟了个win98专门用来收outlook的信和看word的文档,其它的事都可以在linux下完成了。 :)
这里有一篇好文章
完全用 GNU/Linux 工作 http://learn.tsinghua.edu.cn/homepage/015450/linux.html |
|