Difference between revisions of "Making Asus boot straight to Moria gfx"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
libsm-dev libx11-dev libxcursor-dev libxext-dev libxft-dev \ | libsm-dev libx11-dev libxcursor-dev libxext-dev libxft-dev \ | ||
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 lightdm | ||
</syntaxhighlight>add the following to "/etc/apt/sources.list"<syntaxhighlight lang="bash"> | </syntaxhighlight>add the following to "/etc/apt/sources.list"<syntaxhighlight lang="bash"> | ||
deb http://deb.debian.org/debian bookworm-backports main | deb http://deb.debian.org/debian bookworm-backports main | ||
Line 30: | Line 30: | ||
dpkg-buildpackage -us -uc -b | dpkg-buildpackage -us -uc -b | ||
sudo apt install ../fvwm3_1.1.*_amd64.deb | sudo apt install ../fvwm3_1.1.*_amd64.deb | ||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
wget https://github.com/BlitterStudio/amiberry/releases/download/v7.0.1/amiberry-v7.0.1-debian-bookworm-amd64.zip | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
unzip amiberry-v7.0.1-debian-bookworm-amd64.zip | |||
dpkg -i amiberry_7.0.1_amd64.deb | |||
apt install -f | |||
reboot | |||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 09:44, 31 January 2025
Objective:
Bare metal install procedure to boot directly into Moria_gfx running on Amiga 3.2 in the Amiberry emulator on Debian Bookworm.
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 lightdm
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
sudo apt install ../fvwm3_1.1.*_amd64.deb
wget https://github.com/BlitterStudio/amiberry/releases/download/v7.0.1/amiberry-v7.0.1-debian-bookworm-amd64.zip
unzip amiberry-v7.0.1-debian-bookworm-amd64.zip
dpkg -i amiberry_7.0.1_amd64.deb
apt install -f
reboot