Armbian - Xenial Desktop (Pinebook)
#31
i'm having problems with video playback after a not-so-recent (i think i did it in october) upgrade.

before that, all video would look normal, and most video would playback with only minimal framedrop.

now, most only display like this
this is with mpv, and its output is something like this - looks ok to me???
but the problems are abundant with all video formats and media players (mplayer too, and i spent a good while playing with VLC's settings).

i tried:

downgrading kernel back to 3.10.105 version == downgrading packages linux*pine* to version 5.31.
it helped a little - i was able to watch a few very old & lo-res episodes.

then i found this: Video playing will break on sunxi legacy unless adding cma=96M to kernel boot parameter, so i undid the downgrade and added that option to /boot/boot.cmd & recompiled, after which i could see those 96M in 'dmesg|grep -i cma' (was 64M before).
but it did not help at all, the situation was just as bad as before the kernel downgrade!

what to do?
#32
pine64 is sun50i, probably not covered by that change, but i'm not sure what effect "cma=96M" would have on pine64. but that offers no help to your issue. video can usually be improved by using a good quality 32gb or larger sd card, using emmc, or move root filesystem to ssd or 7200rpm hd. depending on software used there may be config settings that can also help. but those color problems are very strange. are using a dvi monitor?
#33
Not all function keys are working. For an example volume keys. What to do to make them work?
#34
After long fight I just give up. I was so excited about Armbian, I said to myself "finally very fast and handy OS for my Pinebook" and then so many problems. Outdated very old packages, web browsing very leggy, youtube unwatchable, and today I tried watching videos from my external disk and it was a disaster! Same problem like 2 posts before this, strange thing with colors. I already spent months testing and trying all OS images and non of them is not even close to usable performance for very basic things. So my conclusion is that his hardware and poor images with old outdated OS's are just not working.

Today I decided to give this laptop to my kid to play with it, sorry guys. Thank you for your work, but for me i don't see for what I could use my Pinebook. Wish you success and all best in future and maybe some day we'll meet again in some forum with some other piece of hardware.
#35
^ fwiw, armbian is not old & outdated - it's based on ubuntu 16.04, which is still the current LTS version and supported until April 2021: https://wiki.ubuntu.com/Releases

But it's interesting you were experiencing similar trouble. Were you refering to the screenshot i took?

(12-29-2017, 07:24 AM)dahni Wrote: i'm having problems with video playback after a not-so-recent (i think i did it in october) upgrade.

before that, all video would look normal, and most video would playback with only minimal framedrop.

now, most only display like this
this is with mpv, and its output is something like this - looks ok to me???
but the problems are abundant with all video formats and media players (mplayer too, and i spent a good while playing with VLC's settings).

i tried:

downgrading kernel back to 3.10.105 version == downgrading packages linux*pine* to version 5.31.
it helped a little - i was able to watch a few very old & lo-res episodes.

then i found this: Video playing will break on sunxi legacy unless adding cma=96M to kernel boot parameter, so i undid the downgrade and added that option to /boot/boot.cmd & recompiled, after which i could see those 96M in 'dmesg|grep -i cma' (was 64M before).
but it did not help at all, the situation was just as bad as before the kernel downgrade!

what to do?
(12-29-2017, 11:14 AM)dkryder Wrote: pine64 is sun50i, probably not covered by that change, but i'm not sure what effect "cma=96M" would have on pine64. but that offers no help to your issue. video can usually be improved by using a good quality 32gb or larger sd card, using emmc, or move root filesystem to ssd or 7200rpm hd. depending on software used there may be config settings that can also help. but those color problems are very strange. are using a dvi monitor?

finally i get some time to come back to this!
i have little more to offer by way of troubleshooting:
The problem (see screenshot from previous post, garbled colors) seems to only occur with some old AVIs and MP4s.
I was hoping to narrow it down to one video codec, but not sure. maybe Xvid.
Of the problematic videos, most still play with mplayer (but in software decoding i guess, because the system load is larger), but not in mpv.
but there's a few cases that show the same problems in all 3 players installed: mpv, mplayer, vlc.
here's the image one more time.

mpv seems to indicate hardware decoding (vdpau) for all affected videos - although it is a little unclear whether it couldn't also refer to audio. i think not. look at the output.

so that would make it clearly a problem with the graphics chip & driver.

i have tested remote & local videos, but the issue is the same (only more buffering problems with remote video, no surprises there).
#36
(02-25-2018, 12:43 AM)dahni Wrote: ^ fwiw, armbian is not old & outdated - it's based on ubuntu 16.04, which is still the current LTS version and supported until April 2021: https://wiki.ubuntu.com/Releases

But it's interesting you were experiencing similar trouble. Were you refering to the screenshot i took?

(12-29-2017, 07:24 AM)dahni Wrote: i'm having problems with video playback after a not-so-recent (i think i did it in october) upgrade.

before that, all video would look normal, and most video would playback with only minimal framedrop.

now, most only display like this
this is with mpv, and its output is something like this - looks ok to me???
but the problems are abundant with all video formats and media players (mplayer too, and i spent a good while playing with VLC's settings).

i tried:

downgrading kernel back to 3.10.105 version == downgrading packages linux*pine* to version 5.31.
it helped a little - i was able to watch a few very old & lo-res episodes.

then i found this: Video playing will break on sunxi legacy unless adding cma=96M to kernel boot parameter, so i undid the downgrade and added that option to /boot/boot.cmd & recompiled, after which i could see those 96M in 'dmesg|grep -i cma' (was 64M before).
but it did not help at all, the situation was just as bad as before the kernel downgrade!

what to do?
(12-29-2017, 11:14 AM)dkryder Wrote: pine64 is sun50i, probably not covered by that change, but i'm not sure what effect "cma=96M" would have on pine64. but that offers no help to your issue. video can usually be improved by using a good quality 32gb or larger sd card, using emmc, or move root filesystem to ssd or 7200rpm hd. depending on software used there may be config settings that can also help. but those color problems are very strange. are using a dvi monitor?

finally i get some time to come back to this!
i have little more to offer by way of troubleshooting:
The problem (see screenshot from previous post, garbled colors) seems to only occur with some old AVIs and MP4s.
I was hoping to narrow it down to one video codec, but not sure. maybe Xvid.
Of the problematic videos, most still play with mplayer (but in software decoding i guess, because the system load is larger), but not in mpv.
but there's a few cases that show the same problems in all 3 players installed: mpv, mplayer, vlc.
here's the image one more time.

mpv seems to indicate hardware decoding (vdpau) for all affected videos - although it is a little unclear whether it couldn't also refer to audio. i think not. look at the output.

so that would make it clearly a problem with the graphics chip & driver.

i have tested remote & local videos, but the issue is the same (only more buffering problems with remote video, no surprises there).
i think the recent update you mentioned probably messed up you video files. i'd suggest starting over with the most recent stable version and then if it works ok just do not update or upgrade your system. it would be ok to update non-video files on a case by case basis, like individual non-video programs. but i think you somehow messed up your install somehow maybe mis-matched files dealing with video.
#37
I gave up using Armbian and Pinebook also. It is currently collecting dust on my table. Until I am not able to install latest version of packages and have latest os I will keep playing with my Raspberry pi. This is old system and unfortunately there is not a single image that I can use and be happy. If someone want to buy my used Pinebook PM me. I am living in Germany.
#38
(02-25-2018, 02:44 AM)amilino Wrote: I gave up using Armbian and Pinebook also. It is currently collecting dust on my table. Until I am not able to install latest version of packages and have latest os I will keep playing with my Raspberry pi. This is old system and unfortunately there is not a single image that I can use and be happy. If someone want to buy my used Pinebook PM me. I am living in Germany.

Seen this ?
You can find me on IRC, Discord and Twitter


#39
(12-29-2017, 07:24 AM)dahni Wrote: i'm having problems with video playback after a not-so-recent (i think i did it in october) upgrade.

before that, all video would look normal, and most video would playback with only minimal framedrop.

now, most only display like this
this is with mpv, and its output is something like this - looks ok to me???
but the problems are abundant with all video formats and media players (mplayer too, and i spent a good while playing with VLC's settings).

i tried:

downgrading kernel back to 3.10.105 version == downgrading packages linux*pine* to version 5.31.
it helped a little - i was able to watch a few very old & lo-res episodes.

then i found this: Video playing will break on sunxi legacy unless adding cma=96M to kernel boot parameter, so i undid the downgrade and added that option to /boot/boot.cmd & recompiled, after which i could see those 96M in 'dmesg|grep -i cma' (was 64M before).
but it did not help at all, the situation was just as bad as before the kernel downgrade!

what to do?

one other thing to consider is different video playback apps usually use different methods and different combinations of video drivers and native files to playback so what happens is  if you install 3 different playback systems you run a strong chance of creating combinations of differing files as well as versions of the same file that could possibly screw up one or the other applications that may persist even if you attempt to remove one program prior to installing another. it seems worthwhile to try on program on a fresh install, best to use the new snap system which helps isolate each program to its own space.
#40
(02-25-2018, 09:50 AM)Luke Wrote:
(02-25-2018, 02:44 AM)amilino Wrote: I gave up using Armbian and Pinebook also. It is currently collecting dust on my table. Until I am not able to install latest version of packages and have latest os I will keep playing with my Raspberry pi. This is old system and unfortunately there is not a single image that I can use and be happy. If someone want to buy my used Pinebook PM me. I am living in Germany.

Seen this ?

You are kidding me??? Of course I tried that, and on my Pinebook mainline kernel images are not booting at all. I don't have nerves to buy cable do some ironing and debug kernel booting, sorry, I will rather sell it if possible.


Possibly Related Threads…
Thread Author Replies Views Last Post
  DietPi OS for Pinebook MichaIng 3 5,085 03-11-2024, 05:02 PM
Last Post: oxoocoffee
  Slarm64 on Pinebook [Slackware Arm - 64 bit] KRT 46 59,223 09-26-2023, 03:18 PM
Last Post: mara
  Broke pinebook GUI, what to do, fix or install new? acruhl 2 739 07-13-2023, 05:43 PM
Last Post: acruhl
  Orignal PineBook jwp1000 1 583 07-10-2023, 07:44 AM
Last Post: tophneal
  Change console resolution (Armbian/bookworm) jcgraybill 1 826 06-22-2023, 01:31 PM
Last Post: jcgraybill
  Pinebook no longer boots rjtanner 12 3,129 04-13-2023, 01:09 PM
Last Post: tophneal
  Armbian 22.02 Release Announcement TRS-80 0 1,280 02-28-2022, 05:02 PM
Last Post: TRS-80
  Stock Debian on original Pinebook moonwalkers 1 3,082 01-29-2022, 10:37 PM
Last Post: cel
  Write image to eMMC - Pinebook 11.6" irongarment 4 3,612 01-04-2022, 09:22 PM
Last Post: irongarment
  Big thanks to Armbian! soupbowl 2 2,785 12-30-2021, 01:36 PM
Last Post: rookieone

Forum Jump:


Users browsing this thread: 4 Guest(s)