From 5ee784a333b01ee8d93cfa5557adce746df24336 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 16 Dec 2020 21:04:56 -0500 Subject: [PATCH] Add PinePhone Note In README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21584f2..77125ff 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ This is a project allowing Minecraft: Pi Edition to be run without a Raspberry P | --- | --- | | ``minecraft-pi-server`` | Minecraft Pi Edition Modded Into A Dedicated Server | | ``minecraft-pi-virgl`` | Minecraft Pi Edition Using VirGL For Hardware Acceleration (Recommended For Desktop) | -| ``minecraft-pi-native`` | Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For Raspberry Pi) | +| ``minecraft-pi-native`` | Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For ARM Devices (ie. Raspberry Pi, PinePhone, etc)) | ### General Notes #### Docker Versions While the distribution-provided version of Docker works fine on most systems, in rare cases it can be outdated and cause bugs. Before reporting a bug, try using the official builds of Docker. These can be installed by following your distribution's instructions at https://docs.docker.com/engine/install. -### Distribution-Specific Notes +### Specific Notes #### Raspbian Buster By default Raspbian Buster ships an older version of the package ``libseccomp2``. This package is used to block certain dangerous system calls from running inside Docker containers. The included version accidentally blocks the system call ``clock_gettime64``, this causes bugs inside Minecraft: Pi Edition. However, the Debian ``buster-backports`` repo includes an updated version. You can enable the ``buster-backports`` repo and update ``libseccomp2`` by running: @@ -34,6 +34,9 @@ sudo apt update sudo apt install -t buster-backports libseccomp2 ``` +### PinePhone (Mobian) +This supports running on a PinePhone using Mobian. However, you will need to attach a keyboard and mouse as Minecraft: Pi Edition does not have touch support. + ## Troubleshooting Crashes Game logs are located in ``/tmp/minecraft-pi``.