Numlock not turned on in Slim
Posted: 16 May 2011, 10:45
I had a problem with turning on numlock in /etc/slim.conf. This is annoying if you do not have a led to indicate if it is on or not.
The part in /etc/slim.conf looked like this:
To fix it change it to this:
Can't tell the difference? Neither could I, but the conf file comes with a space in front of "numlock" when you install slim. Remove this space and numlock is turned on !
Sometimes it is as easy as that.
The part in /etc/slim.conf looked like this:
Code: Select all
# Activate numlock when slim starts. Valid values: on|off
numlock on
To fix it change it to this:
Code: Select all
# Activate numlock when slim starts. Valid values: on|off
numlock on
Can't tell the difference? Neither could I, but the conf file comes with a space in front of "numlock" when you install slim. Remove this space and numlock is turned on !
Sometimes it is as easy as that.