summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2019-12-24 16:05:16 -0500
committerFrancois-Rene Rideau <fare@tunes.org>2019-12-24 16:05:30 -0500
commiteaffc7d0a5f85d3c0ff0b6405de712eebc4b337d (patch)
treefa5df277f46fd039da909041cfba3b988fe807fd /nixos/modules/system/boot/kernel.nix
parentd9eeb35588190aa333a71cf32d2bbf379908e43f (diff)
downloadnixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar.gz
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar.bz2
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar.lz
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar.xz
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.tar.zst
nixpkgs-eaffc7d0a5f85d3c0ff0b6405de712eebc4b337d.zip
Deprecate the boot.vesa option
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index ee43fe10023..da6c322ae1d 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 <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.
       '';
     };