mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* 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
This commit is contained in:
parent
2936d7062d
commit
6c16ff29a5
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue