add comment about normalizing dpi between sync and offload mode
This commit is contained in:
parent
6261a28429
commit
a3f3326899
|
@ -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;
|
||||||
|
|
||||||
# throttled vs. thermald
|
# throttled vs. thermald
|
||||||
# -----------------------
|
# -----------------------
|
||||||
#
|
#
|
||||||
|
|
|
@ -37,6 +37,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;
|
||||||
|
|
||||||
# throttled vs. thermald
|
# throttled vs. thermald
|
||||||
# -----------------------
|
# -----------------------
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue