Re: [ARMedslack] Video playback on AC100

2011-10-10 Thread Ottavio
On 10 October 2011 13:43, Davide  wrote:
> The other day I installed mplayer on my AC100 ... but the video playback was
> desparately slow.
>
> I'm not sure if it's the Framebuffer X or some other issue ..

Just guessing: most likely some proprietary video card binary blob
that doesn't come with Slackware but comes with the default OS
(Android I think). See if you can get it from  Ubuntu. Because
they are part of Linaro they usually can licence blobs that other
distros can't (it's sad though...).


-- 
Ottavio

qemu-users · The unofficial mailing list for qemu users:
http://tech.groups.yahoo.com/group/qemu-users/
___
ARMedslack mailing list
ARMedslack@lists.armedslack.org
http://lists.armedslack.org/mailman/listinfo/armedslack


Re: [ARMedslack] Video playback on AC100

2011-10-10 Thread Davide
>> The other day I installed mplayer on my AC100 ... but the video playback was

>> desparately slow.
>>
>> I'm not sure if it's the Framebuffer X or some other issue ..

>Just guessing: most likely some proprietary video card binary blob
>that doesn't come with Slackware but comes with the default OS
>(Android I think). See if you can get it from  Ubuntu. Because
>they are part of Linaro they usually can licence blobs that other
>distros can't (it's sad though...).


I'll try ... I'm already using ununtu kernel sources to get a working kernel. 
I'll surf around ubuntu forums and what more on this then.


Another thing I just compiled latest ubuntu 2.6.38-100.1 that states working 
audio in the headphones but I can't see to get any oudio out of the damn thing 
anyway 

Ciao
Davide___
ARMedslack mailing list
ARMedslack@lists.armedslack.org
http://lists.armedslack.org/mailman/listinfo/armedslack


Re: [ARMedslack] Video playback on AC100

2011-10-10 Thread John O'Donnell
USB headphones?  usbaudio driver?

** sent from an android
On Oct 10, 2011 10:59 AM, "Davide"  wrote:

> >> The other day I installed mplayer on my AC100 ... but the video playback
> was
> >> desparately slow.
> >>
> >> I'm not sure if it's the Framebuffer X or some other issue ..
>
> >Just guessing: most likely some proprietary video card binary blob
> >that doesn't come with Slackware but comes with the default OS
> >(Android I think). See if you can get it from  Ubuntu. Because
> >they are part of Linaro they usually can licence blobs that other
> >distros can't (it's sad though...).
>
> I'll try ... I'm already using ununtu kernel sources to get a working
> kernel. I'll surf around ubuntu forums and what more on this then.
>
>  Another thing I just compiled latest ubuntu 2.6.38-100.1 that states
> working audio in the headphones but I can't see to get any oudio out of the
> damn thing anyway 
>
> Ciao
> Davide
>
>
>
> ___
> ARMedslack mailing list
> ARMedslack@lists.armedslack.org
> http://lists.armedslack.org/mailman/listinfo/armedslack
>
>
___
ARMedslack mailing list
ARMedslack@lists.armedslack.org
http://lists.armedslack.org/mailman/listinfo/armedslack


Re: [ARMedslack] Video playback on AC100

2011-10-10 Thread Ottavio
On 10 October 2011 15:55, Davide  wrote:
> I'll try ... I'm already using ununtu kernel sources to get a working
> kernel. I'll surf around ubuntu forums and what more on this then.

Nowadays video card modules are in xorg not (only) in kernel modules.
"Grep" your /var/log/Xorg.0.log for "not found".

-- 
Ottavio

qemu-users · The unofficial mailing list for qemu users:
http://tech.groups.yahoo.com/group/qemu-users/
___
ARMedslack mailing list
ARMedslack@lists.armedslack.org
http://lists.armedslack.org/mailman/listinfo/armedslack


Re: [ARMedslack] Video playback on AC100

2011-10-11 Thread Davide
>> I'll try ... I'm already using ununtu kernel sources to get a working

>> kernel. I'll surf around ubuntu forums and what more on this then.

> Nowadays video card modules are in xorg not (only) in kernel modules.
> "Grep" your /var/log/Xorg.0.log for "not found".

root@slackware:~# grep -i "not found" /var/log/Xorg.0.log
root@slackware:~#

If I start attempting to show a video nothing shows up on the X0msgs but I get 
about 1 frame every 2 seconds. I also haveto use -ao null or I get complains 
about:
[AO OSS] Can't set auduo device /dev/dsp ro s16le output
OK I have it now ... not sure why it defaults to OSS while my kernel has alsa 
so this got just the audio part working on the headphones:
mplayer -ao alsa -vo null 

Aha another thing got much better framerate:
mplayer -ao alsa -vo fbdev 
this produces no window around the video output, a horrible info box on the 
bottom and leaves s mess after video is finished but has acceptable framerate !
Maybe I can set some better defaults in ~/.mplayer/config and not haveto 
remember this stuff every time :-) 
This is even better as framerate is ok but it leaves no mess and no info box:
mplayer -ao alsa -vo x11 

Xine does no better on video playback as it crashes shortly after starting:
root@slackware:~# xine
This is xine (X11 gui) - a free video player v0.99.5.
(c) 2000-2007 The xine Team.
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  62 (X_CopyArea)
  Serial number of failed request:  4558
  Current serial number in output stream:  4563
root@slackware:~#

Not sure if this is because I'm missing some requisite  but the output is 
not much help in debugging.

I'll stick to mplayer -ao alsa -vo x11  for the moment :-D___
ARMedslack mailing list
ARMedslack@lists.armedslack.org
http://lists.armedslack.org/mailman/listinfo/armedslack