I find that numlock activates during boot but switches off sometime
into the kernel messages
It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
On your keyboard is a key labeled "NumLock". Push it.
While that may not be quite what you want, it does the job.
I find that numlock activates during boot but switches off sometime
into the kernel messages
It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
I find that numlock activates during boot but switches off sometime
into the kernel messages
It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
On your keyboard is a key labeled "NumLock". Push it.
While that may not be quite what you want, it does the job.
I have a similar problem, Have you tried looking in your BIOS?
bliss
I find that numlock activates during boot but switches off sometime
into the kernel messages
It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
Incidentally. not sure what to do with rpmnew files?
On 24/1/22 03:29, Bobbie Sellers wrote:looking in your BIOS?
=20
=20=C2=A0=C2=A0=C2=A0=C2=A0I have a similar problem,=C2=A0 Have you tried=
=20=20
=C2=A0=C2=A0=C2=A0=C2=A0bliss
=20
The bios switches it on.
It is switched off during the boot up
And Plasma doesn't switch in on again
=20
This is a new development because it was working and there has been a=20
few updates recently, so I suspect!!
On 24.01.2022 at 08:11, faeychild scribbled:
On 24/1/22 03:29, Bobbie Sellers wrote:
I have a similar problem, Have you tried looking in your BIOS? >> >
bliss
The bios switches it on.
It is switched off during the boot up
And Plasma doesn't switch in on again
This is a new development because it was working and there has been a
few updates recently, so I suspect!!
What you could try is the following...:
1. Create a text file under /etc/X11/xinit/xinitrc.d/ with the name
"70-keyboard_settings.sh" — the exactness of the two-digit number
at the start of the filename is less important,
have the ".sh" filename suffix — and with the following
contents...:
#!/bin/sh
I find that numlock activates during boot but switches off sometime into
the kernel messages It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma
Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
On Mon, 24 Jan 2022 08:41:23 +0100, Aragorn wrote:ied looking in your
On 24.01.2022 at 08:11, faeychild scribbled:
=20
On 24/1/22 03:29, Bobbie Sellers wrote:
=20
=20=C2=A0=C2=A0=C2=A0=C2=A0I have a similar problem,=C2=A0 Have you tr=
BIOS?
=C2=A0=C2=A0=C2=A0=C2=A0bliss
=20
The bios switches it on.
It is switched off during the boot up
And Plasma doesn't switch in on again
This is a new development because it was working and there has
been a few updates recently, so I suspect!! =20
What you could try is the following...:
1. Create a text file under /etc/X11/xinit/xinitrc.d/ with the=20
name "70-keyboard_settings.sh" =E2=80=94 the exactness of the two-digit number at the start of the filename is less important, =20
Can be important. files in .d/ directories are usually executed in
the order found. You have to pick a name that is after the file with
the contents you are attempting to override.
he followingbut it does have to have the ".sh" filename suffix =E2=80=94 and with t=
contents...: =20=20
=20
and the same permissions and ownership of the other files in the
directory. with the following:
=20
#!/bin/sh =20=20
Does not have to be #!/bin/sh can be any other interpreter Ex.
#!/bin/bash or #!/bin/perl
I encounter another one in the same area:
boot laptop first time a day:numlock OK
do (for whatever reason) a warm restart: no numlock
shutdown the laptop completely (thus cold restart): numlock OK.
On 24.01.2022 at 02:08, Bit Twister scribbled:
On Mon, 24 Jan 2022 08:41:23 +0100, Aragorn wrote:
On 24.01.2022 at 08:11, faeychild scribbled:
On 24/1/22 03:29, Bobbie Sellers wrote:
I have a similar problem, Have you tried looking in your
BIOS?
bliss
The bios switches it on.
It is switched off during the boot up
And Plasma doesn't switch in on again
This is a new development because it was working and there has
been a few updates recently, so I suspect!!
What you could try is the following...:
1. Create a text file under /etc/X11/xinit/xinitrc.d/ with the
name "70-keyboard_settings.sh" — the exactness of the two-digit
number at the start of the filename is less important,
Can be important. files in .d/ directories are usually executed in
the order found. You have to pick a name that is after the file with
the contents you are attempting to override.
Sure. I was counting on the common sense of the user to choose a
sensible number. On my system, I chose 70 to put it far to the rear in
the firing order. ;)
Op Sun, 23 Jan 2022 15:37:09 +1100, schreef faeychild:
I encounter another one in the same area:
boot laptop first time a day:numlock OK
do (for whatever reason) a warm restart: no numlock
shutdown the laptop completely (thus cold restart): numlock OK.
And this is not an esthetics matter if you have digits in your password.
Herman Viaene
I find that numlock activates during boot but switches off sometime into
the kernel messages It stays off even when the desktop starts up
All the tips below have been applied
.............
1. In /etc/sddm.conf... ↓
[General]
InputMethod=
Numlock=on
2. In Plasma's System Settings... ↓
Hardware → Input Devices → Keyboard → NumLock on Plasma
Startup
3. Optionally, still in System Settings:Keyboard, click the
"Advanced" tab and click the "+" next to "Compatibility Options".
Tick the box next to "Numeric keypad always enters digits (like in
macOS".
On 2022-01-24, Herman Viaene <herman@invalid.invalid> wrote:
Op Sun, 23 Jan 2022 15:37:09 +1100, schreef faeychild:
I encounter another one in the same area:
boot laptop first time a day:numlock OK
do (for whatever reason) a warm restart: no numlock
shutdown the laptop completely (thus cold restart): numlock OK.
And this is not an esthetics matter if you have digits in your=20
password. =20
Well you do have the digits along the top row of the keyboard even if
the number pad is not working.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 482 |
Nodes: | 16 (2 / 14) |
Uptime: | 43:15:01 |
Calls: | 9,566 |
Files: | 13,656 |
Messages: | 6,141,995 |