You are not logged in.
My right alt key doesnt work as it supposed to work in X. Only without X my right alt key works as it should.
on terminal mode: right alt + 2 = @, which is just as i want it
on X mode : right alt + 2 = 2..
My xorg.conf:
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "xkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
Option "XkbVariant" "nodeadkeys"
#Option "XkbOptions" "compose:ralt"
#Option "XkbOptions" "compose:caps"
rc.conf:
LOCALE="sv_FI.ISO-8859-15@euro"
HARDWARECLOCK="localtime"
TIMEZONE="Canada/Pacific"
KEYMAP="sv-latin1"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
Xorg.0.log:
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Synaptics TouchPad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
very annoying, would appreciate any help.
The ultimate Archlinux release name: "I am your father"
Offline
Alright works now..
this did the trick: "export LC_ALL=sv_SE"
also changed rc.conf:
CONSOLEFONT="lat9-16"
The ultimate Archlinux release name: "I am your father"
Offline