LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 北南南北

RedHat 9.0及8.0美化终结篇,只用simsun来美化kde和gnome (20030511)

[复制链接]
 楼主| 发表于 2003-5-11 11:34:15 | 显示全部楼层
我已经照了教程的去作了,但我的E文字体是模糊的,中文的就成功了,怎么作才可以让E文也正常啊?



1.在当前用户目录下的.bashrc文件里加入:
export GDK_USE_XFT=0
如果是root用户,就要如下操作,不要忘记备份.bashrc,注意:前面有个小点。备份的过程省略,过程请参考前文。

[root@linuxsir01 root]# cd /root

[root@linuxsir01 root]# kate ~/.bashrc

把export GDK_USE_XFT=0这行,放在下面的两行中间。
# .bashrc
# User specific aliases and functions
发表于 2003-5-11 16:03:29 | 显示全部楼层

s

兄弟,我已经那么做了阿
在/root/.bashrc 文件已经加入了,但问题还在
# .bashrc
export GDK_USE_XFT=0
# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

请再指教
发表于 2003-5-12 00:45:51 | 显示全部楼层

北南兄弟进来................

不才,按照你说的方法美化了下R9,字体是变了,可是有一些地方出现乱码,输入法也不能用了,请指教,谢谢。
我参考的相关帖子:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=20305
我运行终端以后出现的提示:
[root@localhost root]# gaim
The font "-misc-simsun-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0,
-misc-simsun-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0" does not support all the required character sets for the current locale "zh_CN.GB18030"
(Missing character set "ISO8859-1")
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
(Missing character set "ISO10646-1")
[root@localhost root]#

-------------------------------------------------------
 楼主| 发表于 2003-5-12 01:45:06 | 显示全部楼层
没有做的工作太多了
也做错了不少。

一。可能没有在/etc/fonts/fonts.conf中设置好字体的路径
二。没有设置好/etc/X11/XF86Config文件名中的字体路径。

三。乱码的问题出在/etc/gtk/gtkrc.zh_CN上,把这个文件的内容帖上来,我看一下。这个文件名是有大小写之分的。
 楼主| 发表于 2003-5-12 02:03:29 | 显示全部楼层
修复附件图

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2003-5-12 09:14:41 | 显示全部楼层
哪里有这些字体的啊?
发表于 2003-5-12 12:36:53 | 显示全部楼层
#XFree86 4 configuration created by redhat-config-xfree86
                                                                                                                                 
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
                                                                                                                                 
Section "Files"
                                                                                                                                 
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/home/fonts"
        FontPath     "unix/:7100"
EndSection
                                                                                                                                 
Section "Module"
                                                                                                                                 
#       Load  "type1"
        Load  "xtt"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
#       Load  "freetype"
EndSection
                                                                                                                                 
Section "InputDevice"
                                                                                                                                 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
                                                                                                                                 
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
                                                                                                                                 
Section "InputDevice"
Section "InputDevice"
                                                                                                                                 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
                                                                                                                                 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 70.0
        Option      "dpms"
EndSection
                                                                                                                                 
Section "Device"
        Identifier  "Videocard0"
        Driver      "ati"
        VendorName  "Videocard vendor"
        BoardName   "ATI Rage Mobility"
EndSection
                                                                                                                                 
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
SubSection "Display"
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection
                                                                                                                                 
Section "DRI"
        Group        0
        Mode         0666
EndSection

发表于 2003-5-12 12:39:40 | 显示全部楼层
# $(gtkconfigdir)/gtkrc.zh_CN
#
# This file defines the fontsets for Chinese language (zh) using
# the simplified chinese standard GuoBiao as in mainland China (CN)
#
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
#
                                                                                
style "gtk-default-zh-cn" {
fontset = "-misc-simsun-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0,\
-misc-simsun-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0"
}
class "GtkWidget" style "gtk-default-zh-cn"
发表于 2003-5-12 12:46:26 | 显示全部楼层

fonts.conf zhong sne me dou mei you ?

555555
发表于 2003-5-12 12:55:23 | 显示全部楼层
北南兄弟,抱歉,在LINUX下的小企鹅输入法不能用了):刚才只能打拼音,现在在WIN下。
上面的文件依次是:
1:/etc/X11/XF86Config
2:/etc/gtk/gtkrc.zh_CN
3:fonts.conf 文件我的里面是空的,零字节?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表