Switch install from RPI4 to RPI5

Interesting. Then this guy was mistaken with file names in the arch-arm forums. The content is the same but still gets loaded up. Debian uses different paths for x11.

### [Re: [How-To] Install Arch on Raspberry Pi 5b](https://archlinuxarm.org/forum/viewtopic.php?f=30&t=16659#p71763)

[![Post|11x9](https://archlinuxarm.org/forum/styles/prosilver/imageset/icon_post_target.gif "Post")](https://archlinuxarm.org/forum/viewtopic.php?p=71763#p71763)by **[solskogen](https://archlinuxarm.org/forum/memberlist.php?mode=viewprofile&u=13808)** ยป Mon Nov 06, 2023 7:28 am

add the following to xorg.conf

Section "OutputClass"
Identifier "vc4"
MatchDriver "vc4"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection

Then it will work (this is what Raspberry Pi OS (bookworm) does)