You are not logged in.

#1 2007-09-08 05:35:15

Apewall
Member
Registered: 2007-08-12
Posts: 29

[semi-solved]mplayer completely wacko

Several problems with mplayer after installing it:
when I start it up-
# gmplayer

MPlayer 1.0rc1-4.2.0 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3700+ (Family: 15, Model: 4, Stepping: 10)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Xlib:  extension "XFree86-VidModeExtension" missing on display ":1.0".
98 audio & 216 video codecs

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?

(<unknown>:6583): Gdk-WARNING **: Mask is 0 in visual. Server bug ?
Xlib:  extension "XFree86-VidModeExtension" missing on display ":1.0".

It also fails to load the gmplayer controls window.

trying to change skins results in -crash

when I try to play a video, the video begins playing and-

AVI file format detected.
VIDEO:  [DIVX]  640x480  12bpp  23.976 fps  888.6 kbps (108.5 kbyte/s)
Clip info:
 Software: VirtualDubMod 1.5.10.1 (build 2366/release)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 640x480 => 640x480 Planar YV12 
aspect: Warning: no suitable new res found!
aspect: Warning: no suitable new res found!
aspect: Warning: no suitable new res found!

The video is then set to a resolution of something like 600x5

Any help with these?:

Last edited by Apewall (2007-11-03 21:55:02)

Offline

#2 2007-09-08 06:25:27

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [semi-solved]mplayer completely wacko

What do you have in your xorg.conf?

Offline

#3 2007-09-08 17:56:41

Apewall
Member
Registered: 2007-08-12
Posts: 29

Re: [semi-solved]mplayer completely wacko

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" ""
    Option        "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "Monitor"
    Identifier  "Samsung0"
    HorizSync   30.0 - 96.0
    VertRefresh 50.0 - 160.0
        Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "x1900"
    Driver      "fglrx"
    Option        "PseudoColorVisuals" "off"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
EndSection

Section "Screen"
    Identifier "screen0"
    Device     "x1900"
    Monitor    "samsung0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
            Modes "1280x1024@85"
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Offline

#4 2007-09-08 20:53:23

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: [semi-solved]mplayer completely wacko

Do you have the lastest mplayer package?

pacman -Sy mplayer

@+

Offline

#5 2007-09-08 21:20:26

Apewall
Member
Registered: 2007-08-12
Posts: 29

Re: [semi-solved]mplayer completely wacko

pacman says I have the latest:

:: mplayer-1.0rc1-7.1: local version is up to date. Upgrade anyway? [Y/n] y
resolving dependencies... done.
looking for inter-conflicts... done.

1.0rc1-4.2.0 is listed as the version under mplayer though

Offline

#6 2007-09-09 05:26:40

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: [semi-solved]mplayer completely wacko

Can you try another vo setting?

Exemple:

mplayer -vo x11 file.avi

What do you have in your config?

cat ~/.mplayer/config

@+

Offline

#7 2007-09-09 19:37:28

Apewall
Member
Registered: 2007-08-12
Posts: 29

Re: [semi-solved]mplayer completely wacko

changing the video output does nothing.

config file is empty

Offline

#8 2007-09-10 22:13:29

kagerato
Member
Registered: 2007-09-10
Posts: 45
Website

Re: [semi-solved]mplayer completely wacko

1.) Does this happen for every video or only particular ones?

2.) Have you tried toggling either that OpenGLOverlay or VideoOverlay options (or both) in xorg.conf ?

3.) Does mplayer work at all with a generic display driver ?  I don't have any ATI cards, so I don't know if the radeon driver works with it.

Your X log may tell you why XFree86-VidModeExtension is not loading.  As for the GDK error, it's one I've never seen before.  (Your post is actually the first google result for several similar queries on it ...)

The mplayer output suggests that it's trying to scale the video and not finding a suitable resolution.  Though I do not know why it needs to scale or would be trying to begin with.

Offline

#9 2007-09-13 23:22:10

Apewall
Member
Registered: 2007-08-12
Posts: 29

Re: [semi-solved]mplayer completely wacko

kagerato wrote:

1.) Does this happen for every video or only particular ones?

2.) Have you tried toggling either that OpenGLOverlay or VideoOverlay options (or both) in xorg.conf ?

3.) Does mplayer work at all with a generic display driver ?  I don't have any ATI cards, so I don't know if the radeon driver works with it.

Your X log may tell you why XFree86-VidModeExtension is not loading.  As for the GDK error, it's one I've never seen before.  (Your post is actually the first google result for several similar queries on it ...)

The mplayer output suggests that it's trying to scale the video and not finding a suitable resolution.  Though I do not know why it needs to scale or would be trying to begin with.

1.) All videos

2.) Yes, neither change any of the problems with mplayer.

3.) I haven't tried the opensource ati driver, as its poor in openGL rendering and useless.  But the fglrx version in use works fine with mplayer on my other distros.

Pretty sure the GDK error is related to XGL, as it didn't arrive until after an installation of XGL.

-
This problem occurs the same on a second computer, they both are arch64 using fglrx that is where the similarity ends.

Offline

#10 2007-11-03 21:54:28

Apewall
Member
Registered: 2007-08-12
Posts: 29

Re: [semi-solved]mplayer completely wacko

For anyone else with this problem.  It is soley related Arch's gmplayer/mplayer package.

Using a frontend like smplayer and it is able to respond and act corretly, or compiling the mplayer package[x86_64] myself worked fine aswell.

Last edited by Apewall (2007-11-03 21:55:46)

Offline

Board footer

Powered by FluxBB