From eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Tue, 24 Dec 2019 16:05:16 -0500 Subject: Deprecate the boot.vesa option --- nixos/modules/system/boot/kernel.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos/modules/system/boot') diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix index ee43fe100238..da6c322ae1d5 100644 --- a/nixos/modules/system/boot/kernel.nix +++ b/nixos/modules/system/boot/kernel.nix @@ -100,7 +100,12 @@ in type = types.bool; default = false; description = '' - Whether to activate VESA video mode on boot. + (Deprecated) This option, if set, activates the VESA 800x600 video + mode on boot and disables kernel modesetting. It is equivalent to + specifying [ "vga=0x317" "nomodeset" ] in the + option. This option is + deprecated as of 2020: Xorg now works better with modesetting, and + you might want a different VESA vga setting, anyway. ''; }; -- cgit 1.4.1