maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Mer v0.6 released (https://talk.maemo.org/showthread.php?t=26310)

meizirkki 2009-01-25 19:43

Re: Mer v0.6 released
 
Latest FireFox is as fast to use as midori.

Bundyo 2009-01-25 23:08

Re: Mer v0.6 released
 
And has SSL? :)

solca 2009-01-26 06:25

Re: Mer v0.6 released
 
Quote:

Originally Posted by solca (Post 259411)
Will try and report back...

It doesn't work with that patch. Exactly same as before.

meizirkki 2009-01-26 06:36

Re: Mer v0.6 released
 
Quote:

Originally Posted by Bundyo (Post 259856)
And has SSL? :)

It's FF 3.1 beta 2, i don't know if it shoud have..

Bundyo 2009-01-26 06:56

Re: Mer v0.6 released
 
I meant that Midori/WebKit Gtk doesn't support self-signed certificates :)

Avathar 2009-01-26 07:55

Re: Mer v0.6 released
 
Hi, can someone post step-by-step instruction? I install both files from Mer page on wiki.maemo.org, but I can`t mount my Mer partition. :rolleyes: I`m try to install Mer on N800.

Darken 2009-01-26 13:36

Re: Mer v0.6 released
 
I spent this weekend playing with N810 external keyboard and looking why doesn't work as in Maemo. I have no solution yet, but I can name the problem. Xorg and HAL. Xorg depend on HAL, which should provide keyboard info. HAL will recognize hardware keyboard as "Internal keyboard", working with evdev driver.

Problem is, that Fn key is sending keycode 464 (according to /usr/include/linux/input.h it's really right keycode for FN key), but X server can't handle keycode > 255.

It seems, that Xomap use some ugly hack for this key (see this: https://bugs.maemo.org/show_bug.cgi?id=3021) and remap keycode 464 to 216.

I tried to use HAL to remap keyboard and I created following fdi:

<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
<device>

<!-- These are raw scancodes produced by the atkbd driver -->
<match key="info.product" string="Internal keyboard">
<append key="input.keymap.data" type="strlist">0x1d0:chat</append>
<append key="info.capabilities" type="strlist">input.keymap</append>
</match>
</device>
</deviceinfo>


This should remap key 464 to 216(chat). In lshal, I can see my new rule

root@michal-tablet:~# lshal | grep keymap
info.capabilities = {'input', 'input.keyboard', 'input.keys', 'button', 'input.keymap'} (string list)
input.keymap.data = {'0x1d0:chat'} (string list)


But Xorg still don't catch any keycode for Fn key. Any suggestion how to continue? I would like to find clear solution using HAL, instead of dirty hacking evdev driver :)

meizirkki 2009-01-26 14:50

Re: Mer v0.6 released
 
Any key of my n810:s hw-keyboard isn't working in Mer atm.

Darken 2009-01-26 14:56

Re: Mer v0.6 released
 
They works for me, just without fn button... try to:

1. Delete InputDevice for keyboard from xorg.conf. All informations will come from HAL.
2. Install xserver-xorg-input-evdev
3. Restart HAL
4. Restart xorg

meizirkki 2009-01-26 15:07

Re: Mer v0.6 released
 
yeah i know, keyboard was working in 0.6 release. But all keys of n8x0 hw-keyboard are dead in later versions made with imager


All times are GMT. The time now is 11:30.

vBulletin® Version 3.8.8