亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12
最近訪問(wèn)板塊 發(fā)新帖
樓主: zmcsdh
打印 上一主題 下一主題

你們要的輸入法。 [復(fù)制鏈接]

論壇徽章:
0
11 [報(bào)告]
發(fā)表于 2002-11-17 23:52 |只看該作者

你們要的輸入法。

zh-chinput-2.1.tar.gz

make

論壇徽章:
0
12 [報(bào)告]
發(fā)表于 2002-11-18 00:56 |只看該作者

你們要的輸入法!!

zmcsdh copy some net friends!!

輸入法:
freebsd-4.6.2 zh-chinput-2.1.

download zh-chinput-2.1.tar.gz
確保有ccs16_1.pcf.gz字體
tar -zxvf zh-chinput-2.1.tar.gz
make &#59;make install&#59;

.xinitrc .xsession里加入
export LANG=zh_CN.GBK
export LC_ALL=zh_CN.GBK
export XMODIFIERS=@im=Chinput
exec chinput&
exec startkde

ln -s /usr/share/locale/zh_CN.EUC /usr/share/locale/zh_CN.GBK

if (ccs16_1.pcf.gz==沒(méi)有)
{
?cd /usr/X11R6/lib/X11/fonts/local
?cp ccs16-1.pcf.gz ../misc
復(fù)制
cp /usr/X11R6/lib/X11/fonts/local/fonts.dir 文件的
ccs16_1.pcf.gz 這行開(kāi)頭的內(nèi)容到
/usr/X11R6/lib/X11/fonts/misc/font.dir 文件內(nèi),
cat fonts.dir >;>; ../misc/fonts.dir
再把/usr/X11R6/lib/X11/fonts/misc/font.dir頂部的數(shù)字加 1

eg:
(/usr/X11R6/lib/X11/fonts/misc/font.dir為345,
則/usr/X11R6/lib/X11/fonts/misc/font.dir內(nèi)就應(yīng)該為346).
}

因?yàn)閏hinput會(huì)用到它,不然你進(jìn)不了X也用不了Chinput
現(xiàn)在exit出root再login就可以
startx
進(jìn)X用Ctrl+空格叫
出輸入法了,F(xiàn)3是拼音,F(xiàn)7是五筆.....

simsun字體:
mkdir /usr/X11R6/lib/X11/fonts/TrueType/
cp windowsdir/windows/fonts/simsun.ttc /usr/X11R6/lib/X11/fonts/TrueType
/usr/X11R6/lib/X11/fonts/TrueType中建立兩個(gè)文件fonts.dir和fonts.scale

4
simsun.ttc -misc-SimSun-medium-r-normal--0-0-0-0-p-0-ascii-0
simsun.ttc -misc-SimSun-medium-r-normal--0-0-0-0-p-0-fcd8859-15
simsun.ttc -misc-SimSun-medium-r-normal--0-0-0-0-p-0-gb2312.1980-0
simsun.ttc -misc-SimSun-medium-r-normal--0-0-0-0-p-0-iso8859-1

FontPath"/usr/X11R6/lib/X11/fonts/TrueType/"
Load"xtt"
Control Center->;Look & Feel->;Fonts中選擇simsun.

滾輪:
找到
Section "InputDevice"行:
1. 在XF86Config中將鼠標(biāo)的Protocol設(shè)置為Auto
2. 將Device 設(shè)置為 /dev/psm0 (PS/2鼠標(biāo))
3. 加上 Option "Buttons" "5" (三鍵鼠標(biāo))
4. 加上 Option "ZAxisMapping" "4 5"
eg:
vi /usr/X11R6/lib/X11/XF86Config
Section "InputDevice"
Identifier"Mouse0"
Driver"mouse"
Option&quotrotocol" "auto"
Option"Device" "/dev/psm0"
Option"Buttons" "5"
Option"ZAxisMapping" "4 5"
EndSection

論壇徽章:
0
13 [報(bào)告]
發(fā)表于 2002-11-19 03:04 |只看該作者

你們要的輸入法。

關(guān)于zhcon不能輸出:

vi .cshrc
setenv LANG zh_CN.ENU
setenv LC_ALL zh_CN.ENU

論壇徽章:
0
14 [報(bào)告]
發(fā)表于 2002-11-19 10:07 |只看該作者

你們要的輸入法。

zh-chinput-2.1.tar.gz
4.7的光盤里有么??

論壇徽章:
0
15 [報(bào)告]
發(fā)表于 2002-11-19 13:36 |只看該作者

你們要的輸入法。

沒(méi),
是用源代碼安裝的

論壇徽章:
0
16 [報(bào)告]
發(fā)表于 2002-11-21 09:38 |只看該作者

你們要的輸入法!

which Directory should i copy zh-chinput.tgz to?
and where should i use "make"
thanks

論壇徽章:
0
17 [報(bào)告]
發(fā)表于 2002-11-21 23:05 |只看該作者

你們要的輸入法。

copy it to /usr/ports/distfiles/
most of the source files are in the dir
then cd /usr/ports/chinese/zhinput
make install clean
(the MAKE will also tell you where to put it,if it cannot find it)
read the 《handbook》----ports

論壇徽章:
0
18 [報(bào)告]
發(fā)表于 2002-11-22 20:37 |只看該作者

你們要的輸入法。

完全按你的方法,但進(jìn)不了X,
去掉
export XMODIFIERS=@im=Chinput
exec chinput&
可以進(jìn)入X
但無(wú)法使用 chinput
請(qǐng)解答,謝!!!

論壇徽章:
0
19 [報(bào)告]
發(fā)表于 2002-11-24 19:31 |只看該作者

你們要的輸入法!!

你用的是TGZ,不包含CCS16字體,所以進(jìn)不了X,下載回CCS16就可以了
12
返回列表 發(fā)新帖
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP