From 6c16ff29a5a2751417584b5b0fefbd313326cf34 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 Apr 2010 14:35:12 +0000 Subject: [PATCH] * Don't do "kbd_mode -u" because it kicks the X server out of raw mode, and isn't needed anyway. svn path=/nixos/trunk/; revision=21182 --- modules/tasks/kbd.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/tasks/kbd.nix b/modules/tasks/kbd.nix index 8ed4b44f91b..0d746f648f0 100644 --- a/modules/tasks/kbd.nix +++ b/modules/tasks/kbd.nix @@ -88,7 +88,10 @@ in done # Set the keyboard driver in UTF-8 mode. - ${pkgs.kbd}/bin/kbd_mode -u + # !!! Commented out because it running this while the X + # server is running kicks the X server out of raw mode. + # UTF-8 mode is the default nowadays anyway. + # ${pkgs.kbd}/bin/kbd_mode -u else