You are not logged in.
Pages: 1
setxkbmap -query
rules: evdev
model: pc104
layout: us
I want my layout to be norwegian. How do I do that. Ive tried in plasma and changed to norwegian and evrything except the layout is norwegian.
Last edited by DevMir (2022-11-03 05:24:13)
Offline
Offline
https://wiki.archlinux.org/title/Xorg/K … ard_layout
(edit: is there an echo in here)
Last edited by Trilby (2022-11-02 16:58:23)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
setxkbmap xkb_NO
Error loading new keyboard description
Offline
On Plasma, double-check everything is conformant to you desired Regional Settings.
Find out your layout:
localectl list-x11-keymap-layoutsThen set it via localect method.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
xkb_NO is not a layout. There are even examples in that wiki page. READ it. And engage a few brain cells before expecting to be spoon fed.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
localectl --no-convert set-x11-keymap no,no pc104 ,dvorak grp:win_space_toggle
setxkbmap -query
rules: evdev
model: pc104
layout: us
You can help instead of say what it isnt.. I want norwegian layout. Pliiiize help
Offline
WIKI goes on with examples (helping us - users - to better understand command syntax), so please bear in mind not to blindly copy commands verbatim!
Localectl will suffice your needs:
# localectl --no-convert set-x11-keymap INSERT_HERE_YOUR_DESIRED_KEYBOARD_LAYOUT(Hope somebody helped you during Arch installation...)
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
like this?
localectl --no-convert set-x11-keymap no
Offline
Yes, remember to execute it with root privileges.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
sudo localectl --no-convert set-x11-keymap no
[sudo] passord for thomas:
[thomas@ArchMir ~]$ setxkbmap -query
rules: evdev
model: pc104
layout: us
Still us layout!
Last edited by DevMir (2022-11-02 20:45:03)
Offline
Note: xorg.conf is parsed by the X server at start-up. To apply changes, restart X.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Thanks, d.ALT. (I did the installation myself, but had to do it two times.) I started with linux last week
But I will try to read more before I ask stupid questions here.. Mir
Offline
Please, edit your 1st post adding SOLVED to the title. Thank you.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Pages: 1