M README.md => README.md +24 -2
@@ 82,8 82,29 @@ Then mount the directory from guest to host:
# Desktop Environments
-apk add x86-video-mode-settings # Havent confirmed how necessary this is
-apk add x86-video-vesa
+ apk add x86-video-mode-settings # Havent confirmed how necessary this is
+ apk add x86-video-vesa
+
+# Sway
+
+## linux-virt
+
+https://wiki.alpinelinux.org/wiki/Kernels
+
+ apk add linux-virt
+ apk del linux-lts
+ reboot
+
+## elogind
+
+Add edge community repo
+
+ apk add elogind
+
+Add elogind to boot
+
+ rc-update add elogind boot
+
# References
@@ 91,3 112,4 @@ https://drewdevault.com/2018/09/10/Getting-started-with-qemu.html
https://fadeevab.com/how-to-setup-qemu-output-to-console-and-automate-using-shell-script/
https://wiki.gentoo.org/wiki/QEMU/Options
https://web.archive.org/web/20180104171638/http://nairobi-embedded.org/qemu_monitor_console.html
+https://www.spice-space.org/spice-user-manual.html
M run_qxl.sh => run_qxl.sh +2 -0
@@ 1,4 1,6 @@
qemu-system-x86_64 -machine vmport=off \
+ -enable-kvm \
+ -m 2048 \
-boot order=dc -vga qxl \
-spice port=3001,disable-ticketing \
-device intel-hda -device hda-duplex \