The Following User Says Thank You to Skry For This Useful Post: | ||
|
2013-02-09
, 17:43
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#122
|
The Following User Says Thank You to Skry For This Useful Post: | ||
|
2013-02-10
, 00:34
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#123
|
xmodmap -e "remove mod5 = ISO_Level3_Shift" -e "add mod1 = ISO_Level3_Shift"
The Following 5 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-02-10
, 03:42
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#124
|
RE: problems with keyboard maps.
I noticed that after latest -Syu (or perhaps the one before) Blue key appears as Mod5 in X, but it should be Mod2. So, to solve this I did:
The above might be a bit tricky to type without a working Blue key so, It might be a good idea to run it at the startup of you DE, or if you're like me and use startx, add it to .xinitrc.Code:xmodmap -e "remove mod5 = ISO_Level3_Shift" -e "add mod2 = ISO_Level3_Shift"
Now, I currently don't have enough time to look at this problem any further (see my previous post), so if this fix makes it work, please report, if it does not help, report.
|
2013-02-12
, 13:12
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2013
|
#126
|
If there is someone about to install Alarm on his/her device, I have a rootfs tarball in the works (probably usable in few days), which I need someone to test. So if you're willing, PM me here or query me at IRC.
|
2013-02-12
, 21:06
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#127
|
I really want to thank you for the great work you do! I just got an N900 (finally...) and I think it would be great to help you testing.
(I have some experience with alarm on a NAS and quite a bit with Arch in general. I do not have any experience with hacking on the N900, though.)
|
2013-02-17
, 03:13
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#128
|
The Following 8 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-02-18
, 01:54
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#129
|
The Following 5 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-02-18
, 08:45
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#130
|
ArchLinuxARM-N900-2013.02-rootfs.tar.gz
http://www45.zippyshare.com/v/91278544/file.html
EDIT: Probably worth mentioning: Some DE's have their own way of handling keyboard layouts, so, I ship configuration files for X and that's about it. Also, symbols etc are in package extra/xkeyboard-config and I'm not sure if there's been a change in packaging that stuff or what but that package is not a dependency of X anymore, which I think it used to be, or it may be a new package also. So if you don't have rx-51 symbols, you're probably missing that package and/or your DE forces it's own settings.
EDIT2: pacman -Qi xkeyboard-config shows that it is a dependency for xorg-server-common, so it should be installed automagically with X. So, it looks like some update somewhere broke this.
Last edited by Skry; 2013-02-09 at 19:06.