Skip to content

Anland: Termux 1.11

Choose a tag to compare

@lfdevs lfdevs released this 25 Jun 07:10
· 4 commits to termux since this release
573e4d1

Based on Anland 1.11

Installation

  • Android:
    AnlandTermux-1.11.0.apk
    
  • Termux:
    anland_1.11.0_aarch64.deb
    
  • Debian 13 Chroot/LXC container:
    wayland-protocols_1.44-90_all.deb
    xwayland_24.1.6-90_arm64.deb
    weston_14.0.2-90_arm64.deb
    libweston-14-0_14.0.2-90_arm64.deb
    

Usage

  1. On Termux:
anland > /dev/null 2>&1 &
  1. Inside containers (requires sharing TMPDIR):
sudo chmod -R 777 /tmp/anland
export ANLAND_DISPLAY_SOCKET=/tmp/anland/display_daemon.sock
export WESTON_SOCKET="wayland-anland"
# Enable Freedreno (KGSL)
export MESA_LOADER_DRIVER_OVERRIDE=kgsl TURNIP_KMD=kgsl GALLIUM_DRIVER=freedreno FD_FORCE_KGSL=1 MESA_VK_DEVICE_SELECT_FORCE_DEFAULT_DEVICE=1 MESA_VK_DEVICE_SELECT_FORCE_DEFAULT_DEVICE_DRI3=1

weston --backend=anland --disp-sock="$ANLAND_DISPLAY_SOCKET" --width=3200 --height=1440 --socket-path="$SOCK" --xwayland