PINE64
HW Acceleration Working - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32)
+--- Thread: HW Acceleration Working (/showthread.php?tid=587)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


RE: HW Acceleration Working - Monochrome - 07-31-2016

Patience. It is basically finished so soon you'll be able to see it running yourself.

Sent from my SM-G935F using Tapatalk


RE: HW Acceleration Working - longsleep - 07-31-2016

I just released a new Kernel build line "pine64drm" which uses the new DRM display driver which is required as base for any of the mali stuff.

For now consider this a test release and you can switch to the pine64drm Kernel line easily with

Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh) latest drm

If you happen to use X11 make sure to also install xserver-xorg-video-armsoc-sunxi from my Pine64 Ubuntu PPA.

Code:
sudo apt-get update && sudo apt-get install xserver-xorg-video-armsoc-sunxi

You can switch back to the normal Kernel line with
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh) latest default
if it does not work for you at this point.

It depends on your feedback if i am going to pursue this further. So let me know how it goes.

Also note that these releases do not include any Mali blobs as currently those cannot be redistributed. I might work something out with a download script. But first things first, get your Pine64 running with the DRM driver and if you use X11 the armsoc-sunx driver as well.

Update: If you want to compare your boot log with how it should look, see http://paste.ubuntu.com/21675783/


RE: HW Acceleration Working - Monochrome - 07-31-2016

Thank you longsleep. I've tried it and sadly I have no sound on debian [mate] with this test release.


RE: HW Acceleration Working - longsleep - 07-31-2016

Well and you had sound before yes?


RE: HW Acceleration Working - Monochrome - 07-31-2016

Yes. Reverting back to default fixes this issue.


RE: HW Acceleration Working - longsleep - 07-31-2016

Ok thanks for reporting. Who needs sounds Smile

Also now that you mentioned it, i tried with

Code:
aplay /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono

and it plays just fine for me.


HW Acceleration Working - Monochrome - 07-31-2016

I will test it tomorrow and give you feedback. Also don't know if it was desirable effect but after update desktop resolution changed to my TV's native 4K. Not a big of a deal but I figure out its worth mentioning.


Sent from my iPad using Tapatalk


RE: HW Acceleration Working - longsleep - 07-31-2016

(07-31-2016, 02:41 PM)Monochrome Wrote: I will test it tomorrow and give you feedback. Also don't know if it was desirable effect but after update desktop resolution changed to my TV's native 4K. Not a big of a deal but I figure out its worth mentioning.

Its expected yes. So 4K works just fine for you then? In theory you should be able to change resolution now with the whatever tool of your desktop environment.


RE: HW Acceleration Working - xalius - 07-31-2016

I had not luck so far with enabling armsoc-drv with X, with the version from the PPA I get a kernel oops, when I use one I built on the system, X starts but I get very laggy performance and drawing glitches together with:

Code:
[  501.915967] [drm] sunxi_hdmi_get_edid:add 22 cout modes.
[  502.673713] [drm] sunxi_hdmi_get_edid:add 22 cout modes.
[  514.366715] alloc_contig_range test_pages_isolated(bd990, bde2a) failed
[  514.927801] [drm:lowlevel_buffer_allocate] *ERROR* failed to allocate buffer.
[  519.614826] [drm] sunxi_hdmi_get_edid:add 22 cout modes.
[  520.372640] [drm] sunxi_hdmi_get_edid:add 22 cout modes.



HW Acceleration Working - Monochrome - 07-31-2016

(07-31-2016, 03:43 PM)longsleep Wrote:
(07-31-2016, 02:41 PM)Monochrome Wrote: I will test it tomorrow and give you feedback. Also don't know if it was desirable effect but after update desktop resolution changed to my TV's native 4K. Not a big of a deal but I figure out its worth mentioning.

Its expected yes. So 4K works just fine for you then? In theory you should be able to change resolution now with the whatever tool of your desktop environment.


4K worked but I couldn't change resolution.


Sent from my iPad using Tapatalk