找回密码
 注册
楼主: leiofustc

mplayer1.0pre1很不错

[复制链接]
发表于 2003-9-19 12:52:23 | 显示全部楼层
都是e文,看不明
[root@localhost root]# startx
Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. When reporting a problem related to a server crash, please send the full server output, not just the last messages. Please report problems to [email protected].
回复

使用道具 举报

 楼主| 发表于 2003-9-19 17:22:14 | 显示全部楼层
X已经运行,而你又尝试从其他的tty上重开X服务?
回复

使用道具 举报

发表于 2003-9-19 22:09:03 | 显示全部楼层
哪里有运行呀?!难道说就是开始的那个?不过都已经切换到了字符界面,而且按alt+f1~f12也没反映
回复

使用道具 举报

发表于 2003-9-19 23:21:36 | 显示全部楼层
如何同时启动6个X控制台
本文出自: 作者: (2001-10-16 09:00:00)
    Linux里的X-Windows以其独特的面貌和强大的功能吸引了很多原先对linux不感兴趣的人,特别是KDE和GNOME,功能强大不说,而且自带了很多很棒的软件,界面非常友好,很适合于初学者。下面告诉大家一个同时启动6个X的小技巧:

    在~/.bashrc中加入 以下几行:

        alias X='startx -- -bpp 32 -quiet&'  

        alias X1='startx -- :1 -bpp 32 -quiet&'  

        alias X2='startx -- :2 -bpp 32 -quiet&'

        alias X3='startx -- :3 -bpp 32 -quiet&'

        alias X4='startx -- :4 -bpp 32 -quiet&'

        alias X5='startx -- :5 -bpp 32 -quiet&'  

    其中32是显示器的色彩深度,你应该根据自己的实际情况设置。  

    之后运行

        # bash

    使改变生效,以后只要依次运行X,X1,X2,X3,X4,X5就可以启动6个X-Windows了。



ctrl+alt+f1~f12切换控制台
回复

使用道具 举报

发表于 2003-9-20 08:00:34 | 显示全部楼层
[root@fudaming root]# X1
[1] 3511
[root@fudaming root]# Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority

The -bpp option is no longer supported.
        Use -depth to set the color depth, and use -fbbpp if you really
        need to force a non-default framebuffer (hardware) pixel format.

XFree86 Version 4.3.0 (Custom Build: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-20.9 i686 [ELF]
Build Date: 14 September 2003
Build Host: fudaming

        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-20.9 ([email protected]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Mon Aug 18 11:45:58 EDT 2003 P
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Sat Sep 20 07:39:17 2003
(==) Using config file: "/etc/X11/XF86Config"
(II) [GLX]: Initializing GLX extension
/usr/bin/startkde: line 16: [: 43%: integer expression expected
/usr/bin/startkde: line 21: [: 55%: integer expression expected
已经存在另一个同名服务程序,因而无法启动输入服务 fcitx
startkde: Starting up...
Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
kbuildsycoca running...
Fontconfig error: Cannot load default config file
>> running as realtime process now (priority 50)
There are already artsd objects registered, looking if they are active...

Error: Can't add object reference (probably artsd is already running).
       If you are sure it is not already running, remove the relevant files:

       /tmp/mcop-root/Arts_SoundServerV2
       /tmp/mcop-root/Arts_SoundServer
       /tmp/mcop-root/Arts_SimpleSoundServer
       /tmp/mcop-root/Arts_PlayObjectFactory
       /tmp/mcop-root/Arts_AudioManager

Fontconfig error: Cannot load default config file
mcop warning: user defined signal handler found for SIG_PIPE, overriding
Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
klipper is already running!
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:10
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:11
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:13
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:15
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:16
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:21
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:24
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:26
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:27
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:28
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:29
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:30
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:31
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:33
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:34
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:35
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:38
Invalid entry (missing '=') at /usr/bin/rhn-applet-gui:41
回复

使用道具 举报

发表于 2003-9-20 15:17:10 | 显示全部楼层
直接输入startx -- :1试试,不行的话startx -- :1 -bpp 16
回复

使用道具 举报

发表于 2003-9-21 13:05:54 | 显示全部楼层
我装了MPLAYER也用不了,
SHELL下打入命令:mplayer 有下列提示消息
MPlayer 1.0pre1-3.2.2 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices Athlon 4 PM Palomino/Athlon MP Multiprocessor/Athlon XP eXtreme Performance (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录
Using built-in default codecs.conf
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[]>  select video output driver & device ('-vo help' for a list)
-ao <drv[]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play VCD (Video CD) track from device instead of plain file
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char country code)
-ss <timepos>    seek to given (seconds or hh:mm:ss) position
-nosound         do not play sound
-fs              fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y>    set display resolution (for use with -vm or -zoom)
-sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y    select video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp <quality>    enable postprocessing filter (details in the man page)
-framedrop       enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<-  or  ->       seek backward/forward 10 seconds
up or down       seek backward/forward  1 minute
pgup or pgdown   seek backward/forward 10 minutes
< or >           step backward/forward in playlist
p or SPACE       pause movie (press any key to continue)
q or ESC         stop playing and quit program
+ or -           adjust audio delay by +/- 0.1 second
o                cycle OSD mode:  none / seekbar / seekbar + timer
* or /           increase or decrease PCM volume
z or x           adjust subtitle delay by +/- 0.1 second
r or t           adjust subtitle position up/down, also see -vop expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
请各们大侠帮忙。
回复

使用道具 举报

发表于 2003-9-21 13:33:29 | 显示全部楼层
我的也用不 了
提示下列错误:
[root@localhost root]# mplayer
MPlayer 1.0pre1-3.2.2 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices Athlon 4 PM Palomino/Athlon MP Multiprocessor/Athlon XP eXtreme Performance (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录
Using built-in default codecs.conf
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[]>  select video output driver & device ('-vo help' for a list)
-ao <drv[]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play VCD (Video CD) track from device instead of plain file
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char country code)
-ss <timepos>    seek to given (seconds or hh:mm:ss) position
-nosound         do not play sound
-fs              fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y>    set display resolution (for use with -vm or -zoom)
-sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y    select video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp <quality>    enable postprocessing filter (details in the man page)
-framedrop       enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<-  or  ->       seek backward/forward 10 seconds
up or down       seek backward/forward  1 minute
pgup or pgdown   seek backward/forward 10 minutes
< or >           step backward/forward in playlist
p or SPACE       pause movie (press any key to continue)
q or ESC         stop playing and quit program
+ or -           adjust audio delay by +/- 0.1 second
o                cycle OSD mode:  none / seekbar / seekbar + timer
* or /           increase or decrease PCM volume
z or x           adjust subtitle delay by +/- 0.1 second
r or t           adjust subtitle position up/down, also see -vop expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
回复

使用道具 举报

发表于 2003-9-21 13:53:46 | 显示全部楼层
感觉不错。
回复

使用道具 举报

 楼主| 发表于 2003-9-21 18:34:23 | 显示全部楼层
[quote:e3da94e549="hdahui"]我的也用不 了
提示下列错误:
[root@localhost root]# mplayer
MPlayer 1.0pre1-3.2.2 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices Athlon 4 PM Palomino/Athlon MP Multiprocessor/Athlon XP eXtreme Performance (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录
Using built-in default codecs.conf
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[]>  select video output driver & device ('-vo help' for a list)
-ao <drv[]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play VCD (Video CD) track from device instead of plain file
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char c
OPTIONS AND KEYS * * *[/quote]

这不是出错,如果看影片,必须在mplayer后跟文件的名字,比如:
mplayer   /path/ur/movie/a.rm
回复

使用道具 举报

发表于 2003-9-23 12:50:02 | 显示全部楼层
[quote:8164a88bcb="cnhnln"]直接输入startx -- :1试试,不行的话startx -- :1 -bpp 16[/quote]
ok
谢谢了
回复

使用道具 举报

发表于 2003-9-23 19:41:59 | 显示全部楼层
ok了,感觉很好玩。
回复

使用道具 举报

发表于 2003-9-23 22:54:16 | 显示全部楼层
[quote:eb2e681412="iceco"]运行mplayer就可以
想用gui的话 ./configure --enable-gui[/quote]
我试了,不可以呀,还是要到终端里用命令呀,我的是redhat9我想我的gcc3.2.2应该没问题吧,但是还用不了gui.
还有,那些错误在哪里看呀,make的时候看不来.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-7-21 20:01 , Processed in 0.027345 second(s), 13 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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