The Following 4 Users Say Thank You to int_ua For This Useful Post: | ||
|
2013-02-03
, 12:38
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#102
|
I've found an ideal solution:
Now Fn+Volume keys switch vts. I think that's a good addition to the config for anyone's benefit, isn't it?Code:# echo " altgr keycode 65 = Console_1 altgr keycode 66 = Console_7" >> /usr/share/kbd/keymaps/arm/qwerty/nokia-n900.map # loadkeys /usr/share/kbd/keymaps/arm/qwerty/nokia-n900.map
Trying to make
altgr keycode 103 = Page_Up
altgr keycode 108 = Page_Down
Also,
camera halfway down = keycode 528
camera pressed = keycode 212
From Ubuntu I remember that while 212 was mapped to something, 528 wasn't.
The Following User Says Thank You to Skry For This Useful Post: | ||
|
2013-02-03
, 14:35
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#103
|
|
2013-02-03
, 15:19
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#104
|
This is like it is supposed to be, keymappings for VC and X are defined separately. For X we probably need to discuss about shipping our own map, and about what changes we will include in it.
(EE) Error loading keymap /var/lib/xkb/server-0.xkm
(EE) XKB: Failed to load keymap. Loading default keymap instead.
|
2013-02-03
, 16:57
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#105
|
Why not make them identical?
Searching for the file... it's in the config:
and location is /usr/share/X11/xkb/rules/ :Code:Option "XkbModel" "nokiarx51"
https://bbs.archlinux.org/viewtopic.php?id=84144
But why doesn't it work?
|
2013-02-03
, 17:02
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#106
|
VC mapping is single layout, however we have device with differentiating keypads and a lot of different mappings for different languages. So to some extent we could make English mapping similar as it is for VC, others probably need some extra work, like in my case, I have a device with fi/se keyboard so the arrow key stuff etc obviously would be non functional as it is.
/usr/share/X11/xkb/symbols/nokia_vndr/rx-51 ?
|
2013-02-04
, 12:47
|
Posts: 15 |
Thanked: 26 times |
Joined on Feb 2013
@ Leipzig
|
#107
|
|
2013-02-04
, 20:07
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#108
|
I have a problem with internet connection. It connects fine( netcfg or wicd ) but after some time( varies from few seconds to several minutes ) it stops working( it doesn't ping anything, even other hosts on LAN network ) but it still says "Associated" in iwconfig and shows IP adress in ifconfig, in other words it still says that it's connected.
I'm connecting to a WPA secured wi-fi network.
I have the same behaviour in Maemo at my friends' place. I'll try to find out router model next time.
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2013-02-05
, 00:46
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#109
|
button/screenlock) echo -n mem > /sys/power/state ;;
button/power) ... reboot ...
Trying to make
altgr keycode 103 = Page_Up
altgr keycode 108 = Page_Down
Also,
camera halfway down = keycode 528
camera pressed = keycode 212
From Ubuntu I remember that while 212 was mapped to something, 528 wasn't.
Update: the keymap doesn't work after I start X (lxdm -> lxde)...
Last edited by int_ua; 2013-02-03 at 12:19.