Mensaje de Mplayer: VO_XV it seems there is no Xvideo support for your video card available

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.
Gravatar de javierreta

# 51188: Al parecer tu tarjeta de vídeo no está correctamente soportada

Eso o no tienes bien configurados los drivers de tu tarjeta. ¿Podrías decirnos que modelo de tarjeta gráfica usas, o con qué tipo de vídeos te arrojó este error?

# 51189: la placa es omboard y es de

la placa es omboard y es de una laptop HP pavilion 8000 la placa es xpress 200 de 128MB y yo le estoy dando otros 128 compartidos desde la memoria que es de 1GB

el video con el cual me da problemas son todos pero mas los .vob

desde ya muchas gracias por tu ayuda

Gravatar de drakedalfa

# 51191: El mensaje dice

Que no funciona con XV por tu modelo de tarjeta que elijas otro, para ello ejecuta:

mplayer -vo [dalfa@desktop ~]$ mplayer -vo help

MPlayer 1.0-1.rc2.10plf2008.1-4.2.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, Stepping: 7)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Available video output drivers:
        xv      X11/Xv
        x11     X11 ( XImage/Shm )
        xover   General X11 driver for overlay capable video output drivers
        xmga    Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)
        mga     Matrox G200/G4x0/G550 overlay (/dev/mga_vid)
        gl      X11 (OpenGL)
        gl2     X11 (OpenGL) - multiple textures version
        dga     DGA ( Direct Graphic Access V2.0 )
        sdl     SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
        fbdev   Framebuffer Device
        fbdev2  Framebuffer Device
        aa      AAlib
        caca    libcaca
        dxr3    DXR3/H+ video out
        v4l2    V4L2 MPEG Video Decoder Output
        vesa    VESA VBE 2.0 video output
        directfb        Direct Framebuffer Device
        dfbmga  DirectFB / Matrox G200/G400/G450/G550
        xvidix  X11 (VIDIX)
        cvidix  console VIDIX
        null    Null video output
        xvmc    XVideo Motion Compensation
        mpegpes Mpeg-PES to DVB card
        yuv4mpeg        yuv4mpeg output for mjpegtools
        png     PNG file
        jpeg    JPEG file
        gif89a  animated GIF output
        tga     Targa output
        pnm     PPM/PGM/PGMYUV file
        md5sum  md5sum of each frame

Luego que encuentres alguno que te funcione lo configuras en /etc/mplayer/mplayer.conf
El mensaje te dice que pruebes con x11

--
¿Quien es Jesucristo?

# 51216: [gtannos@localhost ~]$

[gtannos@localhost ~]$ mplayer -vo
MPlayer 1.0-1.rc2.10plf2008.1-4.2.2 (C) 2000-2007 MPlayer Team
CPU: AMD Turion(tm) 64 Mobile Technology ML-32 (Family: 15, Model: 36, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Error parsing option on the command line: -vo
[gtannos@localhost ~]$
creo que algo anda mal jejeje esto es lo que me da alguna sugerencia

Gravatar de drakedalfa

# 51226: ...

Si algo anda mal. Estas poniendo el comando incompleto:

mplayer -vo help

--
¿Quien es Jesucristo?

# 51234: gracias drake ahora ya lo

gracias drake ahora ya lo tengo y me prodrias explicar como pruebo cada uno.

gracias

Gravatar de drakedalfa

# 51236: ...

 oO? Pon el nombre del driver luego de -vo

--
¿Quien es Jesucristo?

# 51256: una vez que pongo -vo x11 ya

una vez que pongo -vo x11 ya queda listo o tengo que abrir el mplayer por consola si es asi como lo hago y despues te paso lo que tengo en el mplayer.conf donde cambio lo que tengo que cambiar y disculpa las molestias es que todabia soy muy nuevo en esto ya estoy aprendiendo

#
# MPlayer configuration file
#
# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
# and per user from ~/.mplayer/config, where per-user settings override
# system-wide settings, all of which are overrriden by the command line.
#
# The configuration file settings are the same as the command line
# options without the preceding '-'.
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.

##################
# video settings #
##################

# Specify default video driver (see -vo help for a list).
vo=xv,x11,

# Use SDL video with the aalib subdriver by default.
#vo = sdl:aalib

# FBdev driver:
#
# mode to use (read from fb.modes)
#fbmode = 640x480-120
#
# location of the fb.modes file
#fbmodeconfig = /etc/fb.modes

# Specify your monitor timings for the vesa and fbdev video output drivers.
# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
# that exceed the capabilities of your monitor, you may damage it.
#
# horizontal frequency range (k stands for 1000)
#monitor-hfreq = 31.5k-50k,70k
#
# vertical frequency range
#monitor-vfreq = 50-90
#
# dotclock (or pixelclock) range (m stands for 1000000)
#monitor-dotclock = 30M-300M

# Start in fullscreen mode by default.
fs=no

# Change to a different videomode when going fullscreen.
#vm=yes

# Override the autodetected color depth, may need 'vm=yes' as well.
#bpp=0

# Enable software scaling (powerful CPU needed) for video output
# drivers that do not support hardware scaling.
zoom=yes

# standard monitor size, with square pixels
#monitoraspect=4:3

# Use this for a widescreen monitor, non-square pixels.
#monitoraspect=16:9

# Keep the player window on top of all other windows.
#ontop=yes

##################
# audio settings #
##################

# Specify default audio driver (see -ao help for a list).
ao=pulse,alsa,oss,esd,arts,

# Use SDL audio driver with the esd subdriver by default.
#ao = sdl:esd

# Specify the mixer device.
#mixer = /dev/mixer

# Resample the sound to 44100Hz with the lavcresample audio filter.
#af=lavcresample=44100

##################
# other settings #
##################

# Drop frames to preserve audio/video sync.
#framedrop = yes

# Specify your preferred skin here (skins are searched for in
# /usr/local/share/mplayer/skins/ and ~/.mplayer/skins/).
#skin = Abyss

# Resample the font alphamap.
# 0 plain white fonts
# 0.75 very narrow black outline (default)
# 1 narrow black outline
# 10 bold black outline
#ffactor = 0.75

# cache settings
#
# Use 8MB input cache by default.
#cache = 8192
#
# Prefill 20% of the cache before starting playback.
#cache-min = 20.0
#
# Prefill 50% of the cache before restarting playback after the cache emptied.
#cache-seek-min = 50

# DVD: Display English subtitles if available.
#slang = en

# DVD: Play English audio tracks if available.
#alang = en

# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include

afm=libmad

# get a default OSD font from fontconfig
fontconfig=yes
font="Sans"
subfont-text-scale=3
subfont-osd-scale=4

# disable joystick by default as it interferes with notebook motion sensors
nojoystick=yes

# uncomment this for tv support
#tv=driver=v4l2:device=/dev/video0:input=0:audiorate=48000:audioid=1:norm=secam:chanlist=europe-west:channels=49-arte,52-m6

# disable the running screen saver
stop-xscreensaver=1

Gravatar de drakedalfa

# 51269: No te disculpes nadie nace aprendido

# Specify default video driver (see -vo help for a list).
vo=x11

--
¿Quien es Jesucristo?