nixpkgs/nixos/doc/manual/release-notes/rl-2611.section.md
Aliaksandr 5edd54e7ec
nixos/kernel: drop boot.vesa
Deprecated in 2020 because Xorg works better with kernel modesetting,
and the original 800x600 default is rarely the right choice anyway.
Users who still need a VESA fallback can inline
`boot.kernelParams = [ "vga=0x317" "nomodeset" ];`.

`mkRemovedOptionModule` makes the removal noisy: setting `boot.vesa`
will now fail evaluation with a pointer to the replacement.
2026-05-25 09:25:01 +03:00

1.1 KiB

Release 26.11 ("Zokor", 2026.11/??)

Highlights

  • Create the first release note entry in this section!

New Modules

  • Create the first release note entry in this section!

Backward Incompatibilities

  • boot.vesa has been removed. It was deprecated in 2020 because Xorg now works better with kernel modesetting. If you still need the legacy VESA 800x600 fallback, set boot.kernelParams = [ "vga=0x317" "nomodeset" ]; directly.

Other Notable Changes

  • Create the first release note entry in this section!