Uvesafb
boot.uvesafb.enable
Whether to enable uvesafb.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uvesafb.nix
boot.uvesafb.gfx-mode
Screen resolution in modedb format. See uvesafb and modedb documentation for more details. The default value is a sensible default but may be not ideal for all setups.
Type: string
Default
"1024x768-32"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uvesafb.nix
boot.uvesafb.v86d.package
Which v86d package to use with uvesafb
Type: package
Default
'' config.boot.kernelPackages.v86d.overrideAttrs (old: { hardeningDisable = [ "all" ]; })''
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uvesafb.nix