summaryrefslogtreecommitdiffstats
path: root/acer
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 21:26:29 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 22:07:47 +0000
commitd1d99eb15887cedb0d6dba66e4482c53cb809c1d (patch)
tree15186fa61fd1a7e8e469b6198b52cffc7c2ca039 /acer
parent554629a957f703f4d9382f502c86288a56f3a052 (diff)
treewide: mark things that have to be done
Diffstat (limited to 'acer')
-rw-r--r--acer/aspire/4810t/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/acer/aspire/4810t/default.nix b/acer/aspire/4810t/default.nix
index f21d630..d40b454 100644
--- a/acer/aspire/4810t/default.nix
+++ b/acer/aspire/4810t/default.nix
@@ -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;
};