找回密码
 注册
查看: 4354|回复: 23

mplayer的怪现象

[复制链接]
发表于 2002-10-18 10:49:36 | 显示全部楼层 |阅读模式
我在用mplayer看一个*.asf电影时突然停电。再次开机打开该文件时发现屏幕旋转了180度,人头全部朝下。不知为何。
发表于 2002-10-18 11:17:56 | 显示全部楼层
啊?是整个X都翻转了还是mplayer翻转了?

从来没有遇到过,你不如把mplayer的配置文件删除重来?
回复

使用道具 举报

 楼主| 发表于 2002-10-18 11:30:54 | 显示全部楼层
[quote:7cb24bda53="atfa"]啊?是整个X都翻转了还是mplayer翻转了?

从来没有遇到过,你不如把mplayer的配置文件删除重来?[/quote]
只是mplayer转了180°.Xwindows 怎么可能翻转呢?
回复

使用道具 举报

 楼主| 发表于 2002-10-18 11:40:40 | 显示全部楼层
重新拷了配置文件,好了,无产阶级终于翻身了。谢谢atfa!
回复

使用道具 举报

发表于 2002-10-18 13:17:37 | 显示全部楼层
呵呵,这现象还真有趣啊。
不过我的MPLAYER装了之后没有input.conf,我怀疑就是它导致进入全屏后退不出来。谁有啊?有的话给我一份吧。谢谢啊。
回复

使用道具 举报

 楼主| 发表于 2002-10-18 13:44:32 | 显示全部楼层
我的也没有input.conf,难怪一全屏就回不去了。
回复

使用道具 举报

发表于 2002-10-18 17:29:22 | 显示全部楼层
错了
我有input.conf,但在GNOME下全屏不能恢复,但KDE下正常
还有,那个上下翻转屏幕的功能是mplayer自带的
见贴图

本帖子中包含更多资源

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

×
回复

使用道具 举报

发表于 2002-10-18 17:49:17 | 显示全部楼层
原来是GNOME的问题啊。
那么input.conf有什么作用呢?
回复

使用道具 举报

发表于 2002-10-18 21:31:08 | 显示全部楼层
定义的快捷键。
回复

使用道具 举报

发表于 2002-10-20 10:03:35 | 显示全部楼层
mplayer刚安装好的时候默认使用default skin,结果那个是全屏的,而且右键点击那个菜单弹出的窗口都被最上层的那个播放窗口给盖住了,有人知道是怎么回事吗?
回复

使用道具 举报

发表于 2002-10-20 12:24:40 | 显示全部楼层
编辑~/.mplayer/config,将里面默认的的fs=yes改成fs=no,最好将zoom也改成yes,这样才能有真正的全屏,否则只是屏幕中间部分一个小窗口播放
回复

使用道具 举报

发表于 2003-1-9 22:13:03 | 显示全部楼层
可是我的这里/.mplayer/里没有/config 这个文件
我怎么办啊。。你的问题就像说像的。。不能真正的全屏。只是在中间一小块的!!
回复

使用道具 举报

发表于 2003-1-9 22:42:33 | 显示全部楼层
没有也可以自己建立config
回复

使用道具 举报

发表于 2003-1-10 18:53:03 | 显示全部楼层
我在/root/.mplayer/下找到了这个config文件。我按你说的改了。可是还不好用啊。。
是为什么啊。。这下面是这个文件。帮忙给看看下行不行啊。
##
## MPlayer config file
##
## This file can be copied to /usr/local/etc/mplayer.conf and/or ~/.mplayer/config .
## If both exist, the ~/.mplayer/config's settings override the
## /usr/local/etc/mplayer.conf ones. And, of course command line overrides all.
## The options are the same as in the command line, but they can be specified
## more flexibly here. See below.
##

vo=xv                        # To specify default video driver (see -vo help for
                        # list)

# ao=oss                # To specify default audio driver (see -ao help for
                        # list)

# fs=no                        # Enlarges movie window to your desktop's size.
                        # Used by drivers: all

# vm=no                        # Tries to change to a different videomode
                        # Used by drivers: dga2, x11, sdl

# bpp=0                        # Force changing display depth.
                        # Valid settings are: 0, 15, 16, 24, 32
                        # may need 'vm=yes' too.
                        # Used by drivers: fbdev, dga2, svga, vesa

# zoom=yes                # Enable software scaling (powerful CPU needed)
                        # Used by drivers: svga, x11, vesa

# double=yes                # use double-buffering (recommended for xv with
                        # SUB/OSD usage)

# monitoraspect=4:3        # standard monitor size, with square pixels
# monitoraspect=16:9        # use this for widescreen monitor! non-square pixels

##
## Use GUI mode by default
##

# gui = yes

##
## Specify your preferred default skin here
## (skins are searched in /usr/local/share/mplayer/Skin/yourskin
##  and ~/.mplayer/Skin/yourskin)
##

# skin = default

##
## Multiple languages are available
##
## Hungarian        igen        nem
## English        yes        no
## German        ja        nein
## Spanish        si        no
## Binary        1        0
##
## You can also use spaces and/or tabs.
##

# sound                = 1
# nosound        = nein
# mixer                = /dev/mixer

##
## resample the fonts' alphamap
## 0        plain white fonts
## 0.75        very narrow black outline (default)
## 1        narrow black outline
## 10        bold black outline
##

# ffactor = 0.75

##
## FBdev driver:

# fb = /dev/fb0                                # framebuffer device to use
# fbmode = 640x480-120                        # use this mode (read from fb.modes!)
# fbmodeconfig = /etc/fb.modes                # the fb.modes file

## VESA and FBdev driver: specify your monitor's timings
##
## (see for example /etc/X11/XF86Config for timings!)
## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
##    OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
##    WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
##
## k, K : means multiply by 1000
## m, M : means multiply by 1.000.000
##
# monitor_hfreq = 31.5k-50k,70k                # horizontal frequency range
# monitor_vfreq = 50-90                        # vertical frequency range
# monitor_dotclock = 30M-300M                # dotclock (or pixelclock) range

##
## SDL driver
##

# vo = sdl:aalib        # use SDL video driver by default
                        # use "vo = sdl:aalib" or "vo sdl:dga" and so on,
                        # for specifying SDL subdrivers
# ao = sdl:esd                # use SDL audio driver by default
                        # use "ao = sdl:esd" to use SDL's ESD driver
# noxv = no                # whether to use XVideo hardware acceleration or not
# forcexv = yes                # force XVideo even if not detected


##
## Other (preferred to be default from configfile) switches
##

framedrop         = yes        # drop frames, when not in sync (slow CPU, videocard,
                        # etc)

cache                = 8192        # use 8Mb input cache by default

# slang                = en        # DVD : display english subtitles if available
# alang                = en        # DVD : play english audio tracks if available


## This is the correct way to use "subconfig" type options in the
## configuration file. In the command line you use :
## -aop list=resample:fout=44100 , but here it is :
# aop=list=resample:fout=44100

##
## You can also include other configfiles
## Specify full path!
##
## Delete this default
##
回复

使用道具 举报

发表于 2003-1-10 18:56:08 | 显示全部楼层
倒!
将#号去掉才能起作用,#号是注释用的
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-7-30 13:26 , Processed in 0.031322 second(s), 17 queries .

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

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