LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-30-2004, 10:50 PM   #1
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Rep: Reputation: 15
Mplayer fullscreen problem


I've run Mplayer on previous Linux installations but never had this problem. When I click the fullscreen button, the image rescales to the size of my screen, but remains confined to the window, allowing me to see only a small portion of the image. It kind of works if I maximize the screen, but the task- and title-bar remain. Any ideas how to fix the problem?
 
Old 12-30-2004, 11:41 PM   #2
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
Try a different video driver (-vo option).

Do mplayer -vo help for a list.
 
Old 12-31-2004, 12:16 AM   #3
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Original Poster
Rep: Reputation: 15
I tried all the video codecs that are available on my installation (I have Suse 9.0, btw), but none of them worked any better. Most in fact, were worse, either in video quality, brightness, color, something. And none worked in full screen. I'm beginning to wonder if it's some sort of priority problem, though I doubt it.
 
Old 12-31-2004, 12:59 AM   #4
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
Which video card do you have? .. and what X driver are you using with the card?
 
Old 12-31-2004, 01:30 AM   #5
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Original Poster
Rep: Reputation: 15
My card is an ATI radeon 9600 with 128MB of RAM (though Suse's using the drivers for the 9000, since that seems to be the only one that works) and I think the driver Mplayer uses is called X11/Xv. There are several others listed in Mplayer's 'Properties' dialog, but, as I said, this one works best out of those available.
 
Old 12-31-2004, 09:15 PM   #6
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
Well.. it does matter.. in mplayer

xv takes advantage of accelerated video scaling on the card. As with OpenGL, if this feature works well, it can map only one physical display device (usually).

x11 is just a plain ole x11 driver (useful when you have multiple active devices showing the same screen).

I'm going to guess that the 9600 could be the problem. You may want to try the ATI proprietary drivers and see if that clears things up. The bad news is that the ATI drivers may not work at all with the new xorg version of X. But I can't say anything for sure on that.

If you're serious about using a good card with Linux, Nvidia is the way to go.
 
Old 01-02-2005, 11:03 AM   #7
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Original Poster
Rep: Reputation: 15
I've installed the ATI drivers for my card. Everything seemed to install fine. I was asked to go to /lib/modules/fglrx/build_mod and run make.sh then switch to /lib/modules/fglrx and run make_install.sh. So I did that, ran fglrxconfig, and everything seemed fine. I restarted X and ran fglrxinfo in the terminal and got:

display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

so it looks like it's working, but any programs requiring openGL still tell me no 3D accelerator is installed. Plus, I'm still having the same MPlayer problem.

I tried running fglrxinfo as root from a terminal window and got:

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display :0

So I have no clue why the driver isn't working (or maybe it is and Suse doesn't know? That seems unlikely) and I still am having this MPlayer problem, which is happening with both MPlayer and gMPlayer.
 
Old 01-02-2005, 02:34 PM   #8
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
Well... I think we need someone with that card to post. I stopped using ATI quite a while ago (probably will never go back).

Don't know what to suggest.
 
Old 01-02-2005, 08:07 PM   #9
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Original Poster
Rep: Reputation: 15
The ironic part is that just a bit ago I had an nVidia card and sold it to my father. Oh well. Guess it gives me something to save for.
 
Old 01-02-2005, 10:00 PM   #10
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
Yep... maybe ATI will get their act together someday (but I've said that many a time before... I'm tired of dealing with them).
 
Old 01-02-2005, 10:30 PM   #11
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Use XV driver
 
Old 01-02-2005, 11:34 PM   #12
cjcox
Member
 
Registered: Jun 2004
Posts: 307

Rep: Reputation: 42
xv is an accelerated (video scaling) video mode.
 
Old 01-03-2005, 10:30 AM   #13
GTBlackwell
Member
 
Registered: Aug 2003
Location: MO, USA
Distribution: Mandrake 9.1/9.2(Laptop)
Posts: 117

Original Poster
Rep: Reputation: 15
I've been using the xv driver. As I said, it's the one that works the best, but still won't let me use fullscreen mode.
 
Old 01-13-2005, 05:44 PM   #14
snmraptorguy
LQ Newbie
 
Registered: Jun 2004
Location: Raleigh, NC
Distribution: Ubuntu
Posts: 1

Rep: Reputation: 0
I had the same problem on my machine. Just pass it the -zoom option:

$ mplayer -zoom somefile.avi

Then you can press the [F] button to fullscreen and the window should also fullscreen.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer no fullscreen powadha Linux - Software 8 11-15-2012 03:19 PM
mplayer fullscreen problem cast55 Linux - Software 2 04-25-2005 01:48 PM
Mplayer Fullscreen????? Lier Linux - Software 12 02-03-2005 04:10 PM
Toshiba M30-344 fullscreen video (mplayer) problem dorakyura Linux - Laptop and Netbook 2 06-26-2004 06:50 AM
Problem with Fullscreen on Mplayer Lossenelin Linux - Software 3 02-23-2004 10:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration