mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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.
1.1 KiB
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.vesahas been removed. It was deprecated in 2020 because Xorg now works better with kernel modesetting. If you still need the legacy VESA 800x600 fallback, setboot.kernelParams = [ "vga=0x317" "nomodeset" ];directly.
Other Notable Changes
- Create the first release note entry in this section!