# Debian asahi packages cat <<'EOF' | sudo tee /etc/X11/xorg.conf.d/30-modeset.conf Section "OutputClass" Identifier "appledrm" MatchDriver "apple" Driver "modesetting" Option "PrimaryGPU" "true" EndSection EOF echo 'deb https://thomas.glanzmann.de/asahi testing main' | sudo tee /etc/apt/sources.list.d/glanzmann.list sudo curl -sL -o /etc/apt/trusted.gpg.d/thomas-glanzmann.gpg https://tg.st/u/thomas-glanzmann.gpg sudo apt update sudo apt install -y m1n1 linux-image-asahi libgl1-mesa-dri sudo apt upgrade -y