View Single Post
  #7   (View Single Post)  
Old 30th July 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

A suggestion:
Code:
man mplayer
/VIDEO OUTPUT DRIVERS
You will learn how to use the -vo option to select one or more mplayer video output drivers. You do not have Xv -- the X-Video extension -- available on this system, so mplayer has instead used the default x11 driver, which you say "denies full screen".

You may find other video output drivers work better than x11 for you.

Here's the list of video output drivers included in mplayer 20130214p4:
Code:
$ mplayer -vo help
MPlayer SVN-r35910 (C) 2000-2013 MPlayer Team
Available video output drivers:
        xv      X11/Xv
        gl_nosw OpenGL no software rendering
        x11     X11 ( XImage/Shm )
        xover   General X11 driver for overlay capable video output drivers
        sdl     SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
        gl      OpenGL
        gl_tiled        X11 (OpenGL) - multiple textures version
        dga     DGA ( Direct Graphic Access V2.0 )
        matrixview      MatrixView (OpenGL)
        null    Null video output
        mpegpes MPEG-PES file
        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
        mng     MNG file
$

Last edited by jggimi; 30th July 2013 at 07:00 PM. Reason: added link
Reply With Quote