LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: xinmincui

请问TurboLinux 8 Server完全安装后,KDE不能正常显示字体?

[复制链接]
 楼主| 发表于 2003-5-8 11:58:45 | 显示全部楼层

在root下没有.kde目录啊!

在root下没有.kde目录啊!TL8S和KDE3.1都是在贵版提供的下载里下载的ISO文件刻盘安装的。选择的安装语言是简体中文。原来我也是用该盘安装的,不过是小硬盘,KDE都正常,只是显示分辨率上不去,我原来用TL4,显示都可以上到1024X768,24M色,但是TL8S只能上到1024X768,256色。前段时间小硬盘坏了,就买了个80G的大硬盘安装,已经重新安装过几次了,都是一样。真是奇怪了。

locale后,显示:
LANG=POSIX
LC_CTYPE="OSIX"
....           (都是???="OSIX")
LC_ALL=        (最后的一行是空的)
发表于 2003-5-8 12:01:30 | 显示全部楼层
看来locale不对,如果选择安装语言是简体中文,locale应该是zh_CN.GB18030。字符界面能不能显示中文?
 楼主| 发表于 2003-5-8 12:05:13 | 显示全部楼层

新的XF86Config如下:显卡和显示器的参数都在里面,是正确的.

#
# XF86Config generated by xconfig
# Please do not edit this file by hand!
# Run xconfig to make changes to the X configuration.
# For advanced users, details about the format of this file
# can be found in the XF86Config man page.

Section        "ServerLayout"
        Identifier        "Default Layout"
        Screen                0 "Screen0" 0 0
        InputDevice        "Mouse0"        "CorePointer"
        InputDevice        "Keyboard0"        "CoreKeyboard"
EndSection

Section        "Files"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/extra/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/local/"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath        "/usr/X11R6/lib/X11/fonts/PEX/"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath        "/usr/X11R6/lib/X11/fonts/tt/"
        FontPath        "/usr/X11R6/lib/X11/fonts/ttf-zh/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/extra/"
        FontPath        "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section        "Module"
        Load                "dbe"
        Load                "extmod"
        SubSection        "extmod"
          #Option        "omit xfree86-dga"
        EndSubSection
        Load                "type1"
        #Load                "freetype"
        Load                "xtt"
        Load                "bitmap"
        Load                "speedo"
        Load                "pex5"
        Load                "GLcore"
        Load                "glx"
        #Load                "dri"
        Load                "record"
        Load                "xie"
EndSection

Section        "InputDevice"
        Identifier        "Keyboard0"
        Driver                "keyboard"
        Option                "AutoRepeat"        "500 30"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "microsoft"
        Option                "XkbLayout"        "us"
EndSection

Section        "InputDevice"
        Identifier        "Mouse0"
        Driver                "mouse"
        Option                "rotocol"        "S/2"
        Option                "Device"        "/dev/psaux"
        Option                "Emulate3Buttons"        "yes"
        #MouseName        "Generic - 2 Button Mouse (PS/2)"
EndSection

Section        "Monitor"
        Identifier        "Monitor0"
        HorizSync        30-58
        VertRefresh        60-85
        VendorName        "GreatWall"
        ModelName        "C-1531"
        Option                "DPMS"
EndSection

Section        "Device"
        Identifier        "Card0"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option                "SWcursor" # [<bool>]
        #Option                "ciRetry" # [<bool>]
        #Option                "NoAccel" # [<bool>]
        #Option                "SetMClk" # <freq>
        #Option                "MUXThreshold" # <i>
        #Option                "ShadowFB" # [<bool>]
        #Option                "Rotate" # [<str>]
        #Option                "VideoKey" # <i>
        #Option                "NoMMIO" # [<bool>]
        #Option                "NoPciBurst" # [<bool>]
        #Option                "MMIOonly" # [<bool>]
        #Option                "CyberShadow" # [<bool>]
        #Option                "CyberStretch" # [<bool>]
        #Option                "XvHsync" # <i>
        #Option                "XvVsync" # <i>
        #Option                "XvBskew" # <i>
        #Option                "XvRskew" # <i>
        Driver                "trident"
        VendorName        "Trident"
        BoardName        "3DImage975"
        BusID                "CI:1:1:0"
        VideoRam        4096
EndSection

Section        "Screen"
        Identifier        "Screen0"
        Device                "Card0"
        Monitor                "Monitor0"
        DefaultDepth        8
        SubSection        "Display"
                Depth        8
                Modes        "1024x768"
        EndSubSection
        SubSection        "Display"
                Depth        15
        EndSubSection
        SubSection        "Display"
                Depth        16
        EndSubSection
        SubSection        "Display"
                Depth        24
        EndSubSection
EndSection

Section        "DRI"
EndSection

# End of XF86Config.
# Configured by xconfig
# Configured date:
 楼主| 发表于 2003-5-8 12:06:23 | 显示全部楼层

不能显示中文

不能显示中文
发表于 2003-5-8 12:48:30 | 显示全部楼层
试试在字符界面这么做:
export LC_ALL=zh_CN.GB18030
export LANG=zh_CN.GB18030
startx
 楼主| 发表于 2003-5-8 18:18:24 | 显示全部楼层

设置以后老问题依旧,但新问题也出来了!

设置以后老问题依旧,但新问题也出来了!但是在字符界面下,运行一些程序,都是乱码。
 楼主| 发表于 2003-5-8 18:32:39 | 显示全部楼层

非常感谢两位版主的热情指导,但是,现在问题已经变了,我重新发新帖吧!

非常感谢两位版主的热情指导,但是,现在问题已经变了,我重新发新帖吧!该话题不用回复了!
我已经升级到了KDE3。1,出现新的问题。已经在上面了!
非常感谢两位版主!!!!!!!
非常感谢两位版主!!!!!!!
非常感谢两位版主!!!!!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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