Making Asus boot straight to Moria gfx
From Jay's Cafe' Wiki
Revision as of 09:10, 31 January 2025 by Jayctheriot (talk | contribs)
BIOS - hit <ESC>
Install Debian
In applications, just install Laptop and SSH Server
Install my environment favorites from Core apt installs.
After built, install FVMW3
https://github.com/somiaj/fvwm3-debian
git clone https://github.com/fvwmorg/fvwm3.git
git clone https://github.com/somiaj/fvwm3-debian.git
apt install build-essential debhelper asciidoctor fontconfig gettext \
libevent-dev libfontconfig-dev libfreetype6-dev libfribidi-dev \
libncurses-dev libpng-dev libreadline-dev librsvg2-dev \
libsm-dev libx11-dev libxcursor-dev libxext-dev libxft-dev \
libxi-dev libxkbcommon-dev libxpm-dev libxrandr-dev \
libxrender-dev libxt-dev meson
add the following to "/etc/apt/sources.list"
deb http://deb.debian.org/debian bookworm-backports main
apt install -t bookworm-backports meson
cd fvwm3
cp -r ../fvwm3-debian/debian .
dpkg-buildpackage -us -uc -b