Skip to content

Instantly share code, notes, and snippets.

@yangxuan8282
Created December 24, 2017 11:35
Show Gist options
  • Save yangxuan8282/92efd8521618d5a72486983dad3afc16 to your computer and use it in GitHub Desktop.
Save yangxuan8282/92efd8521618d5a72486983dad3afc16 to your computer and use it in GitHub Desktop.
install enlightenment on archlinux arm

Install Enlightenment ( Wayland ) on Raspberry Pi (Archlinux arm)

sudo pacman -Syu 
sudo pacman -S packer
sudo pacman -S git base-devel
sudo pacman -S xorg-server xf86-video-fbdev xf86-video-fbturbo xorg-xrefresh
sudo pacman -S wayland wayland-protocols xorg-server-xwayland weston
packer -S enlightenment-git efl-git
echo "gpu_mem=128
dtoverlay=vc4-kms-v3d" | sudo tee -a /boot/config.txt
sudo reboot
enlightenment_start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment