LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-13-2004, 12:14 AM   #1
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
mplayer quit working after new monitor installed


I just installed a new Compaq P1210. The only thing I needed to adjust was the horiz and vert sync rates in /etc/X11/XF86Config. I got the rates just fine. The monitor works beautifully.

I've been using mplayer with no incidents for the past year or so. For some reason, it just doesn't work now. It will bring up the movie for about 1 second, then it will close the movie. I just upgraded to the latest version of MPlayer and it installed without a hitch. Here's what's happening:

Code:
bash-2.05b$ mplayer -vo xv aphex_twin_-_window_licker.mpg
MPlayer 1.0pre4-3.2.3 (C) 2000-2004 MPlayer Team
                                                                                                                                                           
CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville 731.8 MHz (Family: 6, Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE
                                                                                                                                                           
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/phyx/.mplayer/config
Reading /home/phyx/.mplayer/codecs.conf: Can't open '/home/phyx/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
font: can't open file: /home/phyx/.mplayer/font/font.desc
Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /home/phyx/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
                                                                                                                                                           
Playing aphex_twin_-_window_licker.mpg.
MPEG-PS file format detected.
VIDEO:  MPEG1  352x288  (aspect 8)  25.000 fps  1150.0 kbps (143.8 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 28000->176400 (224.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 352 x 288 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.3.1
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 352 x 288 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 352x288 => 384x288 Planar YV12
X11 error: BadAlloc (insufficient resources for operation)  0.0% 0 0 0%
                                                                                                                                                           
                                                                                                                                                           
MPlayer interrupted by signal 6 in module: flip_page
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
Xlib: unexpected async reply (sequence 0x61)!
I can't understand the bad allocation error. I've never gotten this in the past, and there's nothing changed but the monitor itself. The vid card is the same, and works very well. Oh, and during the 1 second of movie, there is audio, but no video. For some reason I can use "-vo x11" but it sucks big time. I can't get it to go full screen if I do -vo x11. Any thoughts on why a new monitor would cause that kind of problem?

Thanks.
 
Old 05-13-2004, 12:49 AM   #2
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Original Poster
Rep: Reputation: 30
Well I got it to work, but only resolution of 1024x768 or lower. If I get to that resolution my windows don't fit all on my screen when maximized. I have to mouse around as if on a virtual desktop even though I have that disabled. I'd rather run 1280x1024 if at all possible while being able to play movies in -vo xv. My vid card is a 64mb card so it should be able to play a movie in -vo xv in 1280x1024 I would imagine. Any thoughts on how to get it working as I'd like? My mplayer plugin for Firefox doesn't work either unless I'm on 1024x768 or lower. It works, but then my firefox is huge! I can only view about 1/4 of it at a time. I'd like to also get that to work in 1280x1024 if I can.

Thanks again.
 
Old 05-13-2004, 10:23 PM   #3
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Original Poster
Rep: Reputation: 30
I got it to work at 1280X1024, but I had to lower the default depth to 16.
 
  


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
what happened to my monitor? it quit? Mr. New General 3 07-21-2005 07:26 PM
Keyboard quit when 2.6 kernel (RHE4) installed vsnyder Linux - Software 2 05-16-2005 03:43 PM
mplayer makes sound after it quit abnormally icoming Linux - General 2 08-28-2004 04:16 PM
sound quit after mplayer install wwpusa Slackware 2 11-14-2003 10:04 AM
No video window in VLC, mplayer and Xine always quit ? bagy Linux - Software 3 10-19-2003 12:08 PM

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

All times are GMT -5. The time now is 01:29 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