 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

31st December 2005, 05:06 AM
|
|
Registered User
|
|
Join Date: Dec 2005
Posts: 35

|
|
|
mplayer full screen problem
I am extremely dumb when it comes to video stuff.
Recently i did a fresh installation of mplayer through yum following instructions from http://forums.fedoraforum.org/showthread.php?t=53335
Everything worked fine but however the video cannot be played in full screen.... it has a fixed size..
Do u guys know how to configure it to play videos in full size??
(just like when u press ALT-Enter in windows media player)
|

31st December 2005, 05:16 AM
|
 |
Registered User
|
|
Join Date: Dec 2005
Posts: 455

|
|
can u press f? another way is to specify fullscreen if u run it from the console to do so u'd type
Code:
mplayer -fs file.avi
|

31st December 2005, 07:12 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Posts: 684

|
|
Your issue could be related to the video output driver MPlayer is using. It should be as default xv, but if it's not try forcing it running the program with this option
Code:
mplayer -vo xv yourfilehere
If it works, put this line
in the ~/.mplayer/config file
__________________
I am Bill of Borg. Resistance izkx GPF 0x5654 8820 Application
RESIST.EXE has performed an illegal operation and will be shut down.
|

31st December 2005, 07:49 AM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 595

|
|
|
Last time I saw that problem, I was using some other -vo device. I'm too lazy to check right now, but look at the video out device settings. Change to something else... usually "xv" if I recall.
|

31st December 2005, 08:00 AM
|
|
Registered User
|
|
Join Date: Dec 2005
Posts: 35

|
|
Quote:
|
Originally Posted by axelseap
can u press f? another way is to specify fullscreen if u run it from the console to do so u'd type
Code:
mplayer -fs file.avi
|
yeah i press f and i got a fullscreen with big black borders and a small video screen in the middle, which is not i wanted..
what i trying to mean is that stretching the video size to full screen without any borders... can u wizards make that happen??
|

31st December 2005, 04:45 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Posts: 455

|
|
if u get that it's because you're using the right video output driver. as suggested above try starting mplayer with
Code:
mplayer -vo xv -fs file.avi
and if that works modify your /etc/mplayer/mplayer.conf file and remove that xvidix at the beginning
|

31st December 2005, 09:41 PM
|
|
Registered User
|
|
Join Date: Dec 2005
Posts: 79

|
|
|
Use the mplayer '-zoom' option.
|

21st November 2006, 11:29 PM
|
|
Registered User
|
|
Join Date: May 2006
Location: Earth
Posts: 58

|
|
having the same problem, and the xv doesn't want to work with my hardware!
any other solutions?!!
|

17th January 2007, 04:33 AM
|
 |
Registered User
|
|
Join Date: Oct 2005
Posts: 68

|
|
|
Can anyone answer the previous poster?
|

17th January 2007, 04:41 AM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 595

|
|
|
Interesting. What video device driver is being used? I have not used anything but radeon, nv, fglrx and nvidia drivers for the longest time. I wouldn't be surprised to find that you're using something like a VESA driver for the X display. But let's start there to learn more about what we're dealing with.
|

17th January 2007, 04:47 AM
|
 |
Registered User
|
|
Join Date: Oct 2005
Posts: 68

|
|
I've got proper Nvidia drivers installed (tested to work). I'm convinced the problem is with mplayer itself.
Command line results:
Code:
[root@syncro syncro]# xvinfo
Xlib: extension "XVideo" missing on display ":0.0".
xvinfo: No X-Video Extension on :0.0
And then...
Code:
[root@syncro syncro]# mplayer -vo xv /mnt/d/test.wmv
MPlayer 1.0rc1-rpm.livna.org-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) XP 3000+ (Family: 6, Model: 10, Stepping: 0)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing /mnt/d/test.wmv.
ASF file format detected.
VIDEO: [WMV2] 512x384 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XVideo" missing on display ":0.0".
Sorry, Xv not supported by this X11 version/driver
******** Try with -vo x11 or -vo sdl *********
Error opening/initializing the selected video_out (-vo) device.
Help?
|

17th January 2007, 04:56 AM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 595

|
|
|
Yes very much. Do you see where it cannot open with xv? My guess is the problem may be coming from a failure to run with 64 bit mode? I don't use the AMD Athlon XP 3000+ though so I don't even know if it's 64bit or not... just a guess. I have heard so many problems in getting "64bit stuff" working that I have avoided getting any such machine until the world is ready for it.
I wonder if there's a way you can make it change the processor modes or something like that? Perhaps there's an override on the command-line?
|

17th January 2007, 04:59 AM
|
 |
Registered User
|
|
Join Date: Oct 2005
Posts: 68

|
|
|
The XP300 is a 32-bit architecture processor.
I've done a bit of research and it seems to have something to to with the output driver on mplayer. I can bypass the problem by using the -zoom option, but that's just half-ass-ing it.
|

17th January 2007, 05:25 AM
|
 |
Retired Community Manager
|
|
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376

|
|
Quote:
|
Originally Posted by Syncro
I've got proper Nvidia drivers installed (tested to work). I'm convinced the problem is with mplayer itself.
Command line results:
Code:
[root@syncro syncro]# xvinfo
Xlib: extension "XVideo" missing on display ":0.0".
xvinfo: No X-Video Extension on :0.0
|
Hello:
Are you sure your nvidia drivers are installed and working correctly?
If so, I am not sure why you would receive the error above?
This is my setup and mplayer works fine at any screen size.
2.6.18-1.2869.fc6
kmod-nvidia-1.0.9631-1.2.6.18_1.2869.fc6
mplayerplug-in-3.35-1.lvn6
mplayer-fonts-1.1-4.lvn6
mplayer-gui-1.0-0.66.rc1.lvn6
mplayer-1.0-0.66.rc1.lvn6
vo_driver = "xv"
PHP Code:
$ xvinfo
X-Video Extension version 2.2
screen #0
Adaptor #0: "NV17 Video Texture"
number of ports: 1
port base: 355
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
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
depth 24, visualID 0x2b
depth 24, visualID 0x2c
depth 24, visualID 0x2d
depth 24, visualID 0x2e
depth 24, visualID 0x2f
depth 24, visualID 0x30
depth 24, visualID 0x31
depth 24, visualID 0x32
depth 24, visualID 0x33
depth 24, visualID 0x34
depth 24, visualID 0x35
depth 24, visualID 0x36
depth 24, visualID 0x37
depth 24, visualID 0x38
depth 24, visualID 0x39
depth 24, visualID 0x3a
depth 24, visualID 0x3b
depth 24, visualID 0x3c
depth 24, visualID 0x3d
depth 24, visualID 0x3e
depth 24, visualID 0x3f
depth 24, visualID 0x40
depth 24, visualID 0x41
depth 24, visualID 0x42
depth 24, visualID 0x43
depth 24, visualID 0x44
depth 24, visualID 0x45
depth 24, visualID 0x46
depth 24, visualID 0x47
depth 24, visualID 0x48
depth 24, visualID 0x49
depth 24, visualID 0x4a
depth 24, visualID 0x22
depth 24, visualID 0x4b
depth 24, visualID 0x4c
depth 24, visualID 0x4d
depth 24, visualID 0x4e
depth 24, visualID 0x4f
depth 24, visualID 0x50
depth 24, visualID 0x51
depth 24, visualID 0x52
depth 24, visualID 0x53
depth 24, visualID 0x54
depth 24, visualID 0x55
depth 24, visualID 0x56
depth 24, visualID 0x57
depth 24, visualID 0x58
depth 24, visualID 0x59
depth 24, visualID 0x5a
depth 24, visualID 0x5b
depth 24, visualID 0x5c
depth 24, visualID 0x5d
depth 24, visualID 0x5e
depth 24, visualID 0x5f
depth 24, visualID 0x60
depth 24, visualID 0x61
depth 24, visualID 0x62
depth 24, visualID 0x63
depth 24, visualID 0x64
depth 24, visualID 0x65
depth 24, visualID 0x66
depth 24, visualID 0x67
depth 24, visualID 0x68
depth 24, visualID 0x69
depth 24, visualID 0x6a
depth 24, visualID 0x6b
depth 24, visualID 0x6c
depth 24, visualID 0x6d
depth 24, visualID 0x6e
depth 24, visualID 0x6f
depth 24, visualID 0x70
depth 24, visualID 0x71
number of attributes: 3
"XV_SET_DEFAULTS" (range 0 to 0)
client settable attribute
"XV_ITURBT_709" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 0)
"XV_SYNC_TO_VBLANK" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 1)
maximum XvImage size: 2046 x 2046
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: 0x32315659 (YV12)
guid: 59563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x59565955 (UYVY)
guid: 55595659-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
id: 0x30323449 (I420)
guid: 49343230-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
Adaptor #1: "NV05 Video Blitter"
number of ports: 32
port base: 356
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
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
depth 24, visualID 0x2b
depth 24, visualID 0x2c
depth 24, visualID 0x2d
depth 24, visualID 0x2e
depth 24, visualID 0x2f
depth 24, visualID 0x30
depth 24, visualID 0x31
depth 24, visualID 0x32
depth 24, visualID 0x33
depth 24, visualID 0x34
depth 24, visualID 0x35
depth 24, visualID 0x36
depth 24, visualID 0x37
depth 24, visualID 0x38
depth 24, visualID 0x39
depth 24, visualID 0x3a
depth 24, visualID 0x3b
depth 24, visualID 0x3c
depth 24, visualID 0x3d
depth 24, visualID 0x3e
depth 24, visualID 0x3f
depth 24, visualID 0x40
depth 24, visualID 0x41
depth 24, visualID 0x42
depth 24, visualID 0x43
depth 24, visualID 0x44
depth 24, visualID 0x45
depth 24, visualID 0x46
depth 24, visualID 0x47
depth 24, visualID 0x48
depth 24, visualID 0x49
depth 24, visualID 0x4a
depth 24, visualID 0x22
depth 24, visualID 0x4b
depth 24, visualID 0x4c
depth 24, visualID 0x4d
depth 24, visualID 0x4e
depth 24, visualID 0x4f
depth 24, visualID 0x50
depth 24, visualID 0x51
depth 24, visualID 0x52
depth 24, visualID 0x53
depth 24, visualID 0x54
depth 24, visualID 0x55
depth 24, visualID 0x56
depth 24, visualID 0x57
depth 24, visualID 0x58
depth 24, visualID 0x59
depth 24, visualID 0x5a
depth 24, visualID 0x5b
depth 24, visualID 0x5c
depth 24, visualID 0x5d
depth 24, visualID 0x5e
depth 24, visualID 0x5f
depth 24, visualID 0x60
depth 24, visualID 0x61
depth 24, visualID 0x62
depth 24, visualID 0x63
depth 24, visualID 0x64
depth 24, visualID 0x65
depth 24, visualID 0x66
depth 24, visualID 0x67
depth 24, visualID 0x68
depth 24, visualID 0x69
depth 24, visualID 0x6a
depth 24, visualID 0x6b
depth 24, visualID 0x6c
depth 24, visualID 0x6d
depth 24, visualID 0x6e
depth 24, visualID 0x6f
depth 24, visualID 0x70
depth 24, visualID 0x71
no port attributes defined
maximum XvImage size: 2046 x 2046
Number of image formats: 5
id: 0x32595559 (YUY2)
guid: 59555932-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: 0x59565955 (UYVY)
guid: 55595659-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
id: 0x30323449 (I420)
guid: 49343230-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x3
guid: 03000000-0000-0010-8000-00aa00389b71
bits per pixel: 32
number of planes: 1
type: RGB (packed)
depth: 24
red, green, blue masks: 0xff0000, 0xff00, 0xff
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
|

17th January 2007, 05:30 AM
|
 |
Registered User
|
|
Join Date: Oct 2005
Posts: 68

|
|
|
I assume my nvidia drivers are working correctly because
1) nvidia module is loading up fine
2) glxgears run smoothly after i installed them
How would I check to make sure?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:32 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|