1

feat: early KMS for systemd-boot to display console over HDMI

This commit is contained in:
Himadri Bhattacharjee
2025-12-26 18:40:35 +05:30
parent 83bd89ccfd
commit d055854d3b

View File

@@ -20,10 +20,15 @@
];
boot = {
# https://wiki.archlinux.org/title/Kernel_mode_setting#Early_KMS_start
# early KMS over HDMI
kernelParams = [
"quiet"
"splash"
"video=HDMI-1:1920x1080@60"
];
initrd.availableKernelModules = [ "i915" ];
loader = {
systemd-boot = {
enable = true;