feat: early KMS for systemd-boot to display console over HDMI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user