LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   mplayer not full screen (https://www.linuxquestions.org/questions/ubuntu-63/mplayer-not-full-screen-483628/)

5matyb5 09-14-2006 11:28 PM

mplayer not full screen
 
on my machine mplayer will play most anything but i cannot view anything in full screen. Can it be my video card it has caused me great grief already. I have an ati radeon express 200.....I know I know ati doesn't cooperate with linux but i didn't know that when i bought it.

any replies will be appreciated.

m_yates 09-15-2006 08:23 AM

Most likely the issue is the video driver you are using. Do you know what video driver is being used by xorg? You can view that by
Code:

nano /etc/X11/xorg.conf
Scroll down until you see a Section "Device" and look to see what driver is there. If you are using a generic driver like "vesa", try changing it to "ati" and see if that allows you to play full screen. If that doesn't work, you can try installing the ati drivers as described here: http://wiki.cchtml.com/index.php/Ubu...allation_Guide You should try method 1 and note that the radeon 200 will require fixing as described in the troubleshooting section.

fuzzyash 09-15-2006 08:59 AM

Have you tried setting "Start in fullscreen mode" in the preferences dialog?

When you hit the " f " key to enter fullscreen mode what happens? Does the video stay the same size & the rest of the screen goes black or does nothing happen at all?

crash_override_me 09-15-2006 10:36 AM

are you having this problem for particular video files or all formats??

Leisy 09-15-2006 12:32 PM

try various video outputs mplayer -vo help

5matyb5 09-15-2006 03:10 PM

I had to install a proprietary driver myself as there was not an open source driver available (I know...I know don't get ati)
I had a breakthrough the other day I noticed that I could view full screen if it is a video streamed to my computer, but I still can't view fullscreen if i load the file myself whether it be dvd, vcd, a file, etc.
To answer a previous question yes the image stays the same size as the rest of the screen goes black

introuble 09-16-2006 12:40 AM

How exactly are you trying to view it "full screen"? Command line options.. "hot keys".. how?

I have an ATI Radeon card and have no problems with full-screen viewing in mplayer.

5matyb5 09-17-2006 10:45 AM

I tried viewing fullscreen every way I know how including commandline (I think i used the right command) just to be sure can someone tell if it is "mplayer" "fs".

pwc101 09-17-2006 11:10 AM

You can use the software zoom by adding it as a switch from the command line
Code:

mplayer some_video.file -zoom -fs
You will notice a performace loss since it's the CPU scaling the image, rather than the graphics card, but on my 500mHz 64MB RAM laptop, it's still very watchable. Might be worthwhile adding the -cache <some_value> switch if it's laggy, as well as the -framedrop (or even -hardframedrop) ones to improve playback. Check out the man page for specifics of these switches.


All times are GMT -5. The time now is 11:07 AM.