nixos-generate-config: enable hidpi module for displays
This commit is contained in:
parent
f7a398c481
commit
435340ed58
@ -497,8 +497,8 @@ if (-f $fb_modes_file && -r $fb_modes_file) {
|
|||||||
$modes =~ m/([0-9]+)x([0-9]+)/;
|
$modes =~ m/([0-9]+)x([0-9]+)/;
|
||||||
my $console_width = $1, my $console_height = $2;
|
my $console_width = $1, my $console_height = $2;
|
||||||
if ($console_width > 1920) {
|
if ($console_width > 1920) {
|
||||||
push @attrs, "# High-DPI console";
|
push @attrs, "# high-resolution display";
|
||||||
push @attrs, 'console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";';
|
push @attrs, 'hardware.video.hidpi.enable = lib.mkDefault true;';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user