Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MPlayer GUI problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Marshall
n00b
n00b


Joined: 28 Oct 2002
Posts: 9
Location: Wellington, NZ

PostPosted: Mon Oct 28, 2002 5:22 am    Post subject: MPlayer GUI problem Reply with quote

If I run a move from the command line everything seems fine but if I try to run a movie from the mplayer gui I get a error:

Code:

Error opening/initializing the selected video_out (-vo) device!


The output from mplayer (-v used) looks something like:

Code:

VIDEO:  MPEG1  320x240  (aspect 1)  29.97 fps  750.0 kbps (93.8 kbyte/s)
[V] filefmt:2  fourcc:0x10000001  size:320x240  fps:29.97  ftime:=0.0334
==========================================================================
Detected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
Initializing audio codec...
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer
mp3lib: made decode tables with MMX optimization
init layer2&3 finished, tables done
mp3lib: using 3DNow!Ex optimized decore!
MPEG 1.0, Layer II, 44100 Hz 32 kbit Single-Channel, BPF: 104
Channels: 1, copyright: No, original: No, CRC: No, emphasis: 0
AUDIO: 44100 Hz, 2 ch, sfmt: 0x10 (2 bps), ratio: 4000->176400 (32.0 kbit)
No vidix driver name provided, probing available ones!
vidixlib: PROBING: /usr/lib/mplayer/vidix/mach64_vid.so
[mach64] Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/mga_crtc2_vid.so
[mga] probe
[mga] Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/mga_vid.so
[mga] probe
[mga] Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/pm3_vid.so
[pm3] Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/radeon_vid.so
Radeon_vid: Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/rage128_vid.so
Rage128_vid: Error occured during pci scan: Operation not permitted
vosub_vidix: Couldn't find working VIDIX driver
Error opening/initializing the selected video_out (-vo) device!


Any ideas?

Thanks :-)
Back to top
View user's profile Send private message
Qubax
Guru
Guru


Joined: 19 Jul 2002
Posts: 451
Location: Tirol, Austria

PostPosted: Mon Oct 28, 2002 9:07 am    Post subject: Reply with quote

it has something to do with the pci scan - when i want to use xvidix driver i have to
Code:
chmod +s /usr/bin/mplayer
, but by doing this you won't be able to use gui, because gtk reports that it wont work with "+s mod", but commandline is better than the gui, so thats not the problem[/code]
Back to top
View user's profile Send private message
jondkent
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 289
Location: London

PostPosted: Mon Oct 28, 2002 10:04 am    Post subject: Reply with quote

Hi,

Are you selecting a video output mode on the command link? To see if mplayer will work, you could try the lowest level of video output by using
Code:

mplayer -vo xv (or x11 I think)

If this works you then need to figure out what driver you need to select to work with your graphics card. You may have selected the incorrect driver.

Jon
Back to top
View user's profile Send private message
Tuna
Guru
Guru


Joined: 19 Jul 2002
Posts: 485
Location: Berlin

PostPosted: Mon Oct 28, 2002 11:47 am    Post subject: Reply with quote

for graphical of course try
Code:
gmplayer -vo xv (or x11)

btw.. is it normal that the GUI eats up to 20% cpu time.. even if nothing is playing? strange..
Back to top
View user's profile Send private message
Qubax
Guru
Guru


Joined: 19 Jul 2002
Posts: 451
Location: Tirol, Austria

PostPosted: Mon Oct 28, 2002 11:56 am    Post subject: Reply with quote

for me
Code:
mplayer -vo xv
never works -> i just get a black screen
Back to top
View user's profile Send private message
Tuna
Guru
Guru


Joined: 19 Jul 2002
Posts: 485
Location: Berlin

PostPosted: Mon Oct 28, 2002 12:38 pm    Post subject: Reply with quote

well just try all the posibillities that you get to offer when doing
Code:
mplayer -vo help
some of these just have to work :P
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Mon Oct 28, 2002 12:49 pm    Post subject: Reply with quote

The mplayer gui just allows videooutputs of the type: X11, XV abd XVIDIX. No GL or GL2 or anything else......

XVIDIX also needs root-rights... So you are only able to use XV and X11 as user...
But if you use a Radeon8500, it doesn't have XV-support (yet)...

So use mplayer without GUI or with X11 Output (Sloooooow)
_________________
'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford
Back to top
View user's profile Send private message
Jesore
Apprentice
Apprentice


Joined: 17 Jul 2002
Posts: 232
Location: Nürnberg Germany

PostPosted: Mon Oct 28, 2002 10:17 pm    Post subject: Reply with quote

I see from your output that you have a mach64 graphic chip (laptop I assume).
Is it possible that you use the (still bleeding edge) DRI drivers for your chip to get some 3d on your screen?
In that case - these drivers don't have xv support yet, but there is a patch at

http://www.retinalburn.net/linux/dri_xv.html

I've tested the binary ones and they work great (no time yet to compile the cvs).
Btw. I also had the black screen problem, that's why I assumed this config on your machine - if i'm wrong - who cares.

Jesore
Back to top
View user's profile Send private message
Marshall
n00b
n00b


Joined: 28 Oct 2002
Posts: 9
Location: Wellington, NZ

PostPosted: Thu Oct 31, 2002 5:16 am    Post subject: Reply with quote

Cheers so far but still no go.

Jesore - No actually the only graphics card in this computer is a Monster Fusion 3d (3dfx) and that has only been specified in x config. Not sure where that stuff popped up from.

Any chance this might be related to running through VNC as opposed to straight X? I'm thinking it is more to do with the different chipsets it tries ie:

Code:

No vidix driver name provided, probing available ones!
vidixlib: PROBING: /usr/lib/mplayer/vidix/mach64_vid.so
[mach64] Error occured during pci scan: Operation not permitted
vidixlib: PROBING: /usr/lib/mplayer/vidix/mga_crtc2_vid.so


But haven't found anywhere to change it. Thanks for the help so far everyone :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum