Difference between revisions of "Making Asus boot straight to Moria gfx"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
Line 4: | Line 4: | ||
In applications, just install Laptop and SSH Server | In applications, just install Laptop and SSH Server | ||
Install my environment favorites from [[Core apt installs|Core apt installs.]] | |||
After built, install FVMW3 | After built, install FVMW3 | ||
https://github.com/somiaj/fvwm3-debian<syntaxhighlight lang="bash"> | https://github.com/somiaj/fvwm3-debian<syntaxhighlight lang="bash"> | ||
git clone https://github.com/fvwmorg/fvwm3.git | |||
git clone https://github.com/somiaj/fvwm3-debian.git | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
apt install build-essential debhelper asciidoctor fontconfig gettext \ | apt install build-essential debhelper asciidoctor fontconfig gettext \ | ||
libevent-dev libfontconfig-dev libfreetype6-dev libfribidi-dev \ | libevent-dev libfontconfig-dev libfreetype6-dev libfribidi-dev \ | ||
Line 14: | Line 19: | ||
libxi-dev libxkbcommon-dev libxpm-dev libxrandr-dev \ | libxi-dev libxkbcommon-dev libxpm-dev libxrandr-dev \ | ||
libxrender-dev libxt-dev meson | libxrender-dev libxt-dev meson | ||
</syntaxhighlight>add the following to "/etc/apt/sources.list"<syntaxhighlight lang="bash"> | |||
deb http://deb.debian.org/debian bookworm-backports main | |||
</syntaxhighlight><code>apt install -t bookworm-backports meson</code><syntaxhighlight lang="bash"> | |||
cd fvwm3 | |||
cp -r ../fvwm3-debian/debian . | |||
dpkg-buildpackage -us -uc -b | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 09:10, 31 January 2025
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