* 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
@ -88,7 +88,10 @@ in
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Set the keyboard driver in UTF-8 mode.
|
# 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
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user