diff --git a/tech/pinephone.wiki b/tech/pinephone.wiki index a3d1be6..beca429 100644 --- a/tech/pinephone.wiki +++ b/tech/pinephone.wiki @@ -16,4 +16,20 @@ crossdev --target arm-none-eabi === GPU Support === -The pinephone pro uses a Mali T860 quadcore CPU +The pinephone pro uses a Mali T860 quadcore CPU, and therefore is run using the +lima drivers. In the phones make.conf, be sure to add + +{{{ +#/etc/portage/make.conf (chroot in phone) +VIDEO_CARDS="lima" + }}} + +In your global use, be sure to add + +{{{ +#/etc/portage/make.conf (chroot in phone) +USE="gles gles2-only" + }}} + +This ensures that we will only compile programs using OpenGL ES, or OpenGL for +embedded systems.