summaryrefslogtreecommitdiffstats
path: root/acer
diff options
context:
space:
mode:
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;
};