Hi.. In case you haven't found it yet, some laptops (not all) have a
BIOS setting that changes that function. Some of those laptops that do
have that setting don't always word it in a way that intuitively
indicates that is what you're changing and how you're changing it.
If that setting exists, it might take changing it a couple times to hit
the combination one wants. My quick Internet search brought up this
blurb that fits my memory recall for the last time I changed my own:
+++ BEGIN INTERNET SEARCH RESULT +++
To change the Fn function on a Dell Latitude 5400, navigate to the BIOS
by pressing "F2" during startup, then go to "POST Behavior" > "Fn Lock Options" where you can enable or disable the Fn Lock feature, which will toggle the primary behavior of the function keys using the "Fn + Esc" combination.
Key points:
Access BIOS: Press "F2" when the Dell logo appears during boot.
Navigation: Go to "POST Behavior" > "Fn Lock Options".
Toggle Fn Lock: Enable or disable the "Fn Lock" option to change the
default function key behavior.
+++ ENG INTERNET SEARCH RESULT +++
DISCLAIMER: Those unsolicited AI answers sometimes unintentionally warp
their directions. I'm just hoping that blurb hits close enough to the
right path to help others find that setting.
Best wishes...
Cindy :)
In console and in Plasma the Brightness can not be adjusted, but in XFCE it can. However, I could not get, which keyboard setting XFCE is using, does pne know?
So is this a difference between Wayland and X then? You run Plasma in
Wayland and XFCE in X since it only runs in X?
On 05/02/2025 18:57, Hans wrote:
In console and in Plasma the Brightness can not be adjusted, but in XFCE
it
can. However, I could not get, which keyboard setting XFCE is using, does pne know?
Save output of the following command executed in XFCE and KDE
setxkbmap -print
and compare it to settings from /etc/default/keyboard. What symbols are reported by "xev" in both DE when you press Fn keys?
Perhaps you can just uncheck "configure layouts" for keyboard in KDE
system settings.
On Wed 05 Feb 2025 at 11:38:00 (-0500), Hans wrote:
No, thwe problem is, the windowmanager or the system itself does not recognize the code or suppresses it somehow.
No, I am running Plasma in X as well as XFCE. I am no friend of Wayland, so I avoiding it.
Best
Hans
So is this a difference between Wayland and X then? You run Plasma in
Wayland and XFCE in X since it only runs in X?
Have you tried just going in the Shortcut settings in Plasma and
manually assigning the keys that you want? That way, it doesn't really
matter what Plasma thinks the keys are because you are directly entering
them in the settings dialog.
Settings -> Shortcuts -> Shortcuts -> Power Management
However, it is clear, the functions like screen brightness etc. stop working, as soon as the kernel loads.
So, you look at all the /dev/input/event* devices, and you do, with root privileges:
xxd /dev/input/event0
and press a few keys. If it prints something, you know the keys work. If
it prints nothing, you break it with ctrl-C and you start again with
event1, then event2, etc., until either you have found the keys work or
you have exhausted the event devices.
Regards,
All keys are working.
For example:
xxd /dev/input/event12
(This example is for FN+screen_brightness_up and
FN+screen_brightness_down.)
Then your problem is easy. If some keys did not generate events, getting
them to work might have been a nightmare or impossible. But since they
do, all you need to do is make sure there is a userland program running
that is listening for these events and acting on them.
Traditionally, this has been the task of desktop environments. More
recently, systemd has taken over the handling of power-related buttons
and keys while leaving audio- and video- related keys to the desktop environment.
That means, by default, the power keys should work as soon as the system starts booting but the audio and video keys should start working when a desktop environment is running.
If that is not happening or if you want the keys to be handled without a desktop environment, you will need to explain the circumstances in more details.
Regards,
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 02:14:00 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,581 |