chuwi/minibook-x: add comment why we specify kernelParams

This commit is contained in:
Jörg Thalheim 2024-06-11 11:06:17 +02:00 committed by mergify[bot]
parent 3b5f843e92
commit 43e369c6d5

View file

@ -5,6 +5,7 @@
../../common/pc/laptop/ssd ../../common/pc/laptop/ssd
../../common/hidpi.nix ../../common/hidpi.nix
]; ];
# Fixes the display being rotated 90 degrees.
boot.kernelParams = boot.kernelParams =
[ "fbcon=rotate:1" "video=DSI-1:panel_orientation=right_side_up" ]; [ "fbcon=rotate:1" "video=DSI-1:panel_orientation=right_side_up" ];
} }