feat: merge branch 'early-kms' for TV outputs
Some checks failed
Test Flake / tests (push) Has been cancelled
Some checks failed
Test Flake / tests (push) Has been cancelled
This commit is contained in:
@@ -22,10 +22,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