treewide: mark things that have to be done

This commit is contained in:
Yegor Timoshenko
2017-12-25 21:26:29 +00:00
parent 554629a957
commit d1d99eb158
8 changed files with 12 additions and 7 deletions

View File

@@ -14,14 +14,15 @@
"vga=0x317"
"video=vesafb:ywrap"
# Important, to disable Kernel Mode Setting for the graphics card
# This will allow backlight regulation
# Important, disable KMS to fix backlight regulation:
"nomodeset"
];
};
# TODO: reverse compat
hardware.opengl.driSupport = false;
# TODO: reverse compat
services.xserver = {
defaultDepth = lib.mkDefault 24;
};