OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: geeko on November 24, 2007, 04:38:01 pm

Title: Mplayer -vo Bvdd
Post by: geeko on November 24, 2007, 04:38:01 pm
I read about mplayer performance and saw that everyone is using -vo bvdd

However this gives me an error. I have installed mplayer -bvdd-iwmmxt on cacko 1.23(with upgraded firmware). Someone have explanation for this? sorry if it is noob question.

EDIT: I haven't installed the bvdd lib since i heard it is included in cacko, and since it isnt in the cacko feed. But i am running cacko lite so can it be that i have to install it seperately??
Title: Mplayer -vo Bvdd
Post by: eviLjazz on November 24, 2007, 05:08:54 pm
Quote from: geeko
However this gives me an error. I have installed mplayer -bvdd-iwmmxt on cacko 1.23(with upgraded firmware). Someone have explanation for this? sorry if it is noob question.
EDIT: I haven't installed the bvdd lib since i heard it is included in cacko, and since it isnt in the cacko feed. But i am running cacko lite so can it be that i have to install it seperately??

Well, you'll need the bvdd kernel module in order to get the video overlay acceleration of the PXA270. Not sure, if Cacko Lite already has it installed by default.
What kind of error message do you get?
If you type lsmod in Konsole, is bvdd listed in the output?
If it's not listed there, try to do a insmod bvdd.
Title: Mplayer -vo Bvdd
Post by: geeko on November 24, 2007, 06:21:06 pm
when i type lsmod bvdd is listed

the error:
Error openening/initializing the selected video_out (-vo) device

sorry i fixed it now
apparently i had a mplayer-w100 installed at the same time which caused the problem

really sorry thx for your help
Title: Mplayer -vo Bvdd
Post by: eviLjazz on November 24, 2007, 06:44:02 pm
Quote from: geeko
the error:
Error openening/initializing the selected video_out (-vo) device

Okay, just to make sure there isn't any other mplayer binary somewhere on the system, your mplayer should output the following:

~$ mplayer -vo help
Code: [Select]
MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team
 for Zaurus 1.1.5 (C) 2004-2005 AGAWA Koji (atty)
CPU: ARM
CPUflags: iWMMXt

Available video output drivers:
    fbdev    Framebuffer Device
    fbdev2    Framebuffer Device
    w100    ATI Imageon 100
    bvdd    PXA27x(Bulverde) LCD Controller
    ...
Title: Mplayer -vo Bvdd
Post by: eviLjazz on November 24, 2007, 06:46:05 pm
Quote from: geeko
sorry i fixed it now
apparently i had a mplayer-w100 installed at the same time which caused the problem

really sorry

Ah, you were faster answering your problem, hehe. No problem!