mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-05-17 09:46:44 +02:00
add comment about normalizing dpi between sync and offload mode
This commit is contained in:
parent
e8e0e7dc37
commit
66f8f007d0
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Make the DPI the same in sync mode as in offload mode (disabled because
|
||||||
|
# these thinkpads come with many kinds of screens, but this is valid for the
|
||||||
|
# 1920x1080 ones)
|
||||||
|
#services.xserver.dpi = 96;
|
||||||
|
|
||||||
# silence ACPI "errors" at boot shown before NixOS stage 1 output (default is 4)
|
# silence ACPI "errors" at boot shown before NixOS stage 1 output (default is 4)
|
||||||
#boot.consoleLogLevel = 3;
|
#boot.consoleLogLevel = 3;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue