You are not logged in.
Hi!
After this upgrade (xorg among them), my keyboard is set to english again,
- in rc.conf the keymap is correctly set to sv-latin1
- typing loadkeys sv-latin1 in the terminal does not help
- if I log in as root, typing in the terminal gives me the right keyboard?
So I dont get it what could be missing here,
even during boot it says loading keymap sv-latin1 OK
Last edited by m4co (2010-06-23 12:49:03)
Don't panic !
Offline
Both the keymap you see in rc.conf (which is the keymap applied when booting) and loadkeys have no effect on X. You're probably after setxkbmap.
Anyway, xorg-xserver no longer makes use of hal. See http://www.archlinux.org/news/502/. Identical thread here: http://bbs.archlinux.org/viewtopic.php?id=99556.
Last edited by chpln (2010-06-23 08:16:35)
Offline
now both my keyboard and mouse don worksince my system will auto login i cant change it back, what to do?
Don't panic !
Offline
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "sv-latin1"
EndSectionDon't panic !
Offline
ok managed to log in in root and comment out that line
I also tried by putting sv instead of sv-latin1
it just doesnt work, the keyboard didnt work at all actually
anything im missing?
Don't panic !
Offline
Don't panic !
Offline