Fixed /dev/dri and added VESA support

This commit is contained in:
Alexander Hill
2025-07-25 23:25:58 -04:00
parent cf61e69bcd
commit c12534c92b
5 changed files with 57 additions and 114 deletions

View File

@@ -1510,6 +1510,20 @@ muon samu -C build
muon -C build install
cd ..
# XFree86 VESA Driver Build
tar xf ../sources/xlibre-xf86-video-vesa-*.tar*
cd xf86-video-vesa-xlibre-xf86-video-vesa-*/
./autogen.sh \
--disable-static \
--exec-prefix="" \
--libexecdir=/lib \
--localstatedir=/var \
--prefix=/usr \
--sysconfdir=/etc
make -j $THREADS
make -j $THREADS install
cd ..
# Basic Configuration
echo "root::0:0::/:/bin/zsh" > /etc/passwd
echo "root:x:0:root" > /etc/group