LinuxSir.cn,穿越时空的Linuxsir!

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

xmms多帖合并

[复制链接]
发表于 2002-8-21 19:03:51 | 显示全部楼层
jerboa兄说的对,在Audio I/O Plugins->Output Plugins里选一下,应该可以的。因为我在kde下打开了arts的声音服务,就选了arts的插件,而在gnome下却得选oss的插件。你去试一试吧!可能成功呢!
发表于 2002-8-21 22:12:40 | 显示全部楼层
现在在root下又恢复了,可是以其他用户进去仍然不行,系统的声音是正常的,就是xmms放不出,在kde也是一样.怎么有那么多问题,linux可真是具有挑战性呀!!!!


------------------------------------------------一个很努力的人.
发表于 2002-8-24 11:59:48 | 显示全部楼层

救命啊, 我的XMMS一用SIMSUN字体,KDE就crash掉了!

下面是我的XF86Config-4内容!
我是用xttmgr程序添加SIMSUN字体的,是不是什么地方有错,请指点!!


====================================================
# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath "/usr/X11R6/lib/X11/fonts/CID"
        FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
        FontPath "/usr/X11R6/lib/X11/fonts/local"
        FontPath "/usr/X11R6/lib/X11/fonts/misc"
        FontPath "/usr/share/AbiSuite/fonts"
        FontPath "/usr/share/fonts/default/TrueType"
        FontPath "/usr/share/fonts/default/Type1"
        FontPath "/usr/share/fonts/ja/TrueType"
        FontPath "/usr/share/fonts/zh_CN/TrueType"
        FontPath "/usr/share/fonts/zh_TW/TrueType"
        FontPath "unix/:7100"

# 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.

    RgbPath        "/usr/X11R6/lib/X11/rgb"

# 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.


EndSection

Section "Module"
        Load  "xtt"
        Load  "type1"
#        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
#        Load "dri"
        Load  "glx"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"

#        Option        "AutoRepeat"        "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#        Option        "rotocol"        "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "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:nocaps"
        Option        "XkbRules"        "xfree86"
        Option        "XkbModel"        "pc105"
        Option        "XkbLayout"        "us"
        #Option        "XkbVariant"        ""
        #Option        "XkbOptions"        ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "S/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   31.5-57.0
        VertRefresh 50-70
        Option "dpms"

        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
        Modeline "1400x1050"  129   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 70Hz, 76.8 kHz hsync
        Modeline "1400x1050"  151   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 75Hz, 82.3 kHz hsync
        Modeline "1400x1050"  162   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 85Hz, 93.2 kHz hsync
        Modeline "1400x1050"  184   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync

EndSection

Section "Device"
        # no known options
        Identifier   "NVIDIA GeForce 2 MX (generic)"
        Driver       "nvidia"
        VendorName   "NVIDIA GeForce 2 MX (generic)"
        BoardName     "NVIDIA GeForce 2 MX (generic)"
        
        #BusID
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "NVIDIA GeForce 2 MX (generic)"
        Monitor      "Monitor0"
        DefaultDepth        24

        Subsection "Display"
                Depth       24
                Modes       "1024x768" "1024x768"
        EndSubsection

EndSection

Section "DRI"
        Mode 0666
EndSection
发表于 2002-8-24 12:29:48 | 显示全部楼层
在FontPath "unix/:7100" 后面少一行,应加上下面这行

EndSection
发表于 2002-8-24 14:44:55 | 显示全部楼层
回答错误呀!
那个文件里面有的
endsection的!
你的错误提示是什么呢!
可不可以贴出来呢!
发表于 2002-8-24 15:04:46 | 显示全部楼层
c-zysong18030-medium-r-normal--*-*-*-*-c-*-gb18030.2000-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")
FreeType_OpenFont: don't match charset iso10646-1

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

X connection to :0.0 broken (explicit kill or server shutdown).
ICE default IO error handler doing an exit(), pid = 1189, errno = 0
ICE default IO error handler doing an exit(), pid = 1193, errno = 0
ICE default IO error handler doing an exit(), pid = 1215, errno = 0
ICE default IO error handler doing an exit(), pid = 1200, errno = 0
Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server shutdown).
xinit:  connection to X server lost.
ICE default IO error handler doing an exit(), pid = 1187, errno = 2
======================================================
错误提示只能看到这些,其他没法看,按SHIFT+PAGEUP都看不到!!!
这种现象不只在XMMS里发行,在设置GEDIT的字体时也一样!
发表于 2002-8-24 16:48:29 | 显示全部楼层
这个地方有些重复了吧
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/AbiSuite/fonts"
FontPath "/usr/share/fonts/default/TrueType"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/ja/TrueType"
FontPath "/usr/share/fonts/zh_CN/TrueType"
FontPath "/usr/share/fonts/zh_TW/TrueType"
FontPath "unix/:7100"

如果有unix/:7100那么上面的不是必须的。。如果有上面的那些。试试把unix/:7100去掉。。
这个是XFS支持的。。

如果不用unix/:7100这一行。还可以在服务顺停掉XFS服务。。
试试看。。推测可能是这方面的原因。
发表于 2002-8-24 20:15:13 | 显示全部楼层
我按风起兄说的试了一下还是不行,刚才重装了一次RH7.3,改用ttfm.sh来添加字体,可以正常设置字体,KDE不会死掉。
不过我去掉unix/:7100和停掉XFS服务就进不了X,这有问题吗?
XF86Config-4内容如下  :
=========================
Section "Files"

# 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.

    RgbPath        "/usr/X11R6/lib/X11/rgb"

# 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.

    FontPath   "unix/:7100"

   FontPath   "/usr/X11R6/lib/X11/fonts/TrueType"
EndSection

Section "Module"
#        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
#        Load "dri"
        Load  "glx"
        Load  "record"
        Load  "type1"
   Load "xtt"
EndSection
...................
=============================================
发表于 2002-8-25 20:47:06 | 显示全部楼层
#Load "type1"
试一下。
发表于 2002-8-27 06:12:56 | 显示全部楼层
用户不一样了,仍需要在XMMS中重新选择!可我的Flash确没声音,从Macromedia下载的插件已经拷进去了,我用null.redhat.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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