歡迎您光臨本站 註冊首頁

Fedora7使用手記

←手機掃碼閱讀     火星人 @ 2014-03-25 , reply:0

1、安裝系統時,選擇的默認語言是英文,結果,中文顯示亂碼(4個數字的小方塊)。

部分解決,沒安裝中文字體

拷貝中文字體(安裝)
$ cd /usr/share/fonts
# mkdir chinese (注意切換到root用戶)
# cp SIMSUN.TTC /usr/share/fonts/chinese/

打開firefox瀏覽中文網頁,可以正常顯示中文了,但是程序界面上的中文還是顯示成一個個框框。

(下面這個命令我也不清楚是什麼意思)
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

2、使用智能拼音輸入中文(且解決程序界面中文亂碼問題)
# vi /etc/sysconfig/i18n

LANG="zh_CN.UTF-8"
SYSFONT="latarcyrheb-sun16"

改成上面那樣,按Ctrl+Alt+BackSpace重啟X,就可以使用智能拼音輸入中文了。而且也解決了程序界面中文的亂碼問題,但是英文字體就難看了。

解決英文字體難看的方法(KDE):
settings->Appearance & Themes -> Fonts

[Adjust all fonts] -> 選DejaVu Sans 10,[Fixed Width ]選了Courier 10 pitch 10

選了這些之後,英文字體好看多了。

(Fedora7帶的是scim-1.4.5)
$ rpm -qa | grep scim
scim-1.4.5-18.fc7
scim-qtimm-0.9.4-6.fc7
scim-libs-1.4.5-18.fc7
scim-m17n-0.2.1-1.fc7
scim-pinyin-0.5.91-16.fc7

3、安裝Tight VNC Viewer
rpm -qip tightvnc-1.3.9-1.i386.rpm
Name : tightvnc Relocations: (not relocatable)
Version : 1.3.9 Vendor: (none)
Release : 1 Build Date: 2007年05月02日 星期三 14時21分59秒
Install Date: (not installed) Build Host: constmain
Group : User Interface/Desktops Source RPM: tightvnc-1.3.9-1.src.rpm
Size : 350523 License: GPL
Signature : (none)
Packager : Constantin Kaplinsky <const@tightvnc.com>
URL : http://www.tightvnc.com/
Summary : A remote display system.
Description :
Virtual Network Computing (VNC) is a remote display system which
allows you to view a computing 'desktop' environment not only on the
machine where it is running, but from anywhere on the Internet and
from a wide variety of machine architectures. TightVNC is an enhanced
VNC distribution. This package contains a client which will allow you
to connect to other desktops running a VNC or a TightVNC server.

#rpm -ivh tightvnc-1.3.9-1.i386.rpm

從Linux訪問Windows,按F8可以調出一個菜單,可以發送Ctrl+Alt+Del組合鍵到遠程機器。

[火星人 ] Fedora7使用手記已經有333次圍觀

http://coctec.com/docs/linux/show-post-169500.html