Hello!
First off, I apologize if this is in the wrong section. I wasn't sure whether to post this in hardware or software because of my specific problem.
I am trying to setup Arch Linux ARM on my Raspberry Pi through a multiboot software that was flashed onto a USB drive. The multiboot software is called PINN, and the version of alarm is Arch2 (Arch Linux port for ARM7 devices RPi2/3/4/z2). My Raspberry Pi is RPi3 (model B rev1.2).
I was successful at getting firmware, system updates, graphics drivers, kernel, keys, and etc onto my device. However, I can't seem to get any GUIs to work. After many failed attempts of trying different GUIs (LXDE, LightDM, XFCE, etc.), I started to realize that Xorg was failing before it even started. No logs of Xorg even exist. I was able to see some logs from LightDM, while troubleshooting, and noticed that Xorg kept showing up. It showed Xorg dumped core and some segmentation faults.
The specific error message after trying "startx" was:
(EE)
(EE) Backtrace:
xinit: giving up
xinit: server error
Additionally I tried using Wayland (weston) and I was having similar issues. Is it impossible to get a GUI on this version? Is my hardware incompatible? Any help would be VERY appreciated!