[MPlayer-users] Full screen mode isn't actually full screen
Corey Hickey
bugfood-ml at fatooh.org
Sat Sep 2 04:04:54 CEST 2006
Brian Dean wrote:
>> Why are you guys all talking about GL? Did I miss some email that said
>> xv wasn't working? Is xv known not to work on Radeon 9200 cards?
>>
>> Unless I am seriously mixed up, I still advise the original poster to
>> try the following command:
>>
>> mplayer -vo xv some_file_name.avi
>
> Output of that is
>
> _____________________________
> MPlayer 1.0pre8-4.0.3 (C) 2000-2006 MPlayer Team
> CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (Family: 15, Model: 2, Stepping: 9)
> CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
>
> Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
> Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
>
> Playing file.avi.
> AVI file format detected.
> VIDEO: [DX50] 352x240 24bpp 29.970 fps 778.6 kbps (95.0 kbyte/s)
> ==========================================================================
> 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)
> ==========================================================================
> Error opening/initializing the selected video_out (-vo) device.
Ok. Now we're getting somewhere. Since there aren't any other more
revealing messages, I'm guessing that you just don't have xv compiled
in. Probably you don't have a package installed named libxv-dev (or
something similar) that provides Xvlib.h.
To confirm whether your mplayer does or does not have xv, run 'mplayer
-vo help' and look for a line like this:
xv X11/Xv
If you need any help getting mplayer compiled with xv, then please use
gzip to compress configure.log (from your mplayer source directory after
you run ./configure) and send that as an attachment.
>> If that doesn't work, post the entire output of the above command along
>> with the output of 'xvinfo'.
>
> xvinfo gives
>
> ________________________________
> X-Video Extension version 2.2
> screen #0
> Adaptor #0: "ATI Radeon Video Overlay"
> number of ports: 1
> port base: 59
> operations supported: PutImage
> supported visuals:
> depth 24, visualID 0x23
> depth 24, visualID 0x24
> depth 24, visualID 0x25
> depth 24, visualID 0x26
> depth 24, visualID 0x27
> depth 24, visualID 0x28
> depth 24, visualID 0x29
> depth 24, visualID 0x2a
> number of attributes: 12
> "XV_SET_DEFAULTS" (range 0 to 1)
> client settable attribute
> "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
> client settable attribute
> client gettable attribute (current value is 1)
> "XV_COLORKEY" (range 0 to -1)
> client settable attribute
> client gettable attribute (current value is 30)
> "XV_DOUBLE_BUFFER" (range 0 to 1)
> client settable attribute
> client gettable attribute (current value is 1)
> "XV_BRIGHTNESS" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_CONTRAST" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_SATURATION" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_COLOR" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_HUE" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_RED_INTENSITY" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_GREEN_INTENSITY" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> "XV_BLUE_INTENSITY" (range -1000 to 1000)
> client settable attribute
> client gettable attribute (current value is 0)
> maximum XvImage size: 2048 x 2048
> Number of image formats: 4
> id: 0x32595559 (YUY2)
> guid: 59555932-0000-0010-8000-00aa00389b71
> bits per pixel: 16
> number of planes: 1
> type: YUV (packed)
> id: 0x59565955 (UYVY)
> guid: 55595659-0000-0010-8000-00aa00389b71
> bits per pixel: 16
> number of planes: 1
> type: YUV (packed)
> id: 0x32315659 (YV12)
> guid: 59563132-0000-0010-8000-00aa00389b71
> bits per pixel: 12
> number of planes: 3
> type: YUV (planar)
> id: 0x30323449 (I420)
> guid: 49343230-0000-0010-8000-00aa00389b71
> bits per pixel: 12
> number of planes: 3
> type: YUV (planar)
> _____________________________
>
>
> Sorry for posting all of that output, but you didn't specify
> what part of the output of xvinfo would be useful.
No problem. That's what I asked for. It looks to me like your system
should handle xv just fine.
-Corey
More information about the MPlayer-users
mailing list