diff --git a/hosts/uConsole/configuration.nix b/hosts/uConsole/configuration.nix index 8aaf711..6fc60e9 100755 --- a/hosts/uConsole/configuration.nix +++ b/hosts/uConsole/configuration.nix @@ -215,16 +215,19 @@ in # For TCP interfaces, open additional ports as needed. # ============================================================ - # Display & Desktop (Hyprland Wayland compositor) + # Hyprland Wayland compositor (manual start) + # No SDDM — boot to console, user starts Hyprland with command + # Display modules (vc4/panel_cwu50) load late after RP1 PCIe init # ============================================================ programs.hyprland = { enable = true; xwayland.enable = true; }; - services.displayManager.sddm = { - enable = true; - wayland.enable = true; - }; + # SDDM disabled — was blocking boot when display isn't ready + # services.displayManager.sddm = { + # enable = true; + # wayland.enable = true; + # }; # ============================================================ # CM5 Config.txt Fix: use [pi5] section (not [cm5])