Deprecate the boot.vesa option

wip/yesman
Francois-Rene Rideau 5 years ago
parent d9eeb35588
commit eaffc7d0a5
  1. 7
      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 <literal>[ "vga=0x317" "nomodeset" ]</literal> in the
<option>boot.kernelParams</option> option. This option is
deprecated as of 2020: Xorg now works better with modesetting, and
you might want a different VESA vga setting, anyway.
'';
};

Loading…
Cancel
Save