04-20-2020, 03:54 PM
(04-20-2020, 12:41 PM)hthiemann Wrote: Currently hw accelaration is still a missing feature, but I thought I could share my current version with you - maybe someone has an idea how to fix thisHi,
Please find my code and a detailled description here: https://github.com/HenningThiemann/docker-chromium-armhf
Essentially, you need to
- enable XHost Forwarding to allow the docker container to spin up a new XFrame Window (xhost +local:docker)
- create a new docker volume to persist your chromium settings (docker volume create chromium_home)
- spin up the container with the following command
docker run --rm --privileged \ -e DISPLAY=unix$DISPLAY \ -v chromium_home:/home \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v /dev:/dev -v /run:/run \ -v /etc/machine-id:/etc/machine-id \ --ipc=host \ hthiemann/docker-chromium-armhf
- Tested with netflix and spotify, both working
Nice work man.. I think we might need to run docker img with panfrost support to get hw acc. Maybe @PakoSt Can try something with hw acc.
I will test it out myself tomorrow.
Thanks for sharing your work.
Manjaro ARM Team.
Devices: Pinebook Pro & PinePhone.
Devices: Pinebook Pro & PinePhone.