<Wizzup>
dsc: arno: this is known until we merge tp module
xmn has quit [Ping timeout: 260 seconds]
sch has joined #maemo-leste
<Wizzup>
freemangordon: I'm getting more music and videos in OMP now :)
joerg has quit [Ping timeout: 240 seconds]
joerg has joined #maemo-leste
<tmlind>
got the mz617 usb modem flakeyness sorted out, will try to push out updated branch over the weekend. will take a look at enabling mz609 lcd next, then i guess it's time to rebase the n_gsm pathes for gps :) hmm maybe uvos already rebased the n_gsm stuff to v6.6-rc series?
<tmlind>
i only really care about wlan + lcd + touch + gps on these devices to use with maps with m-l fyi.. most of the other devices should be similar to d4 though
<tmlind>
presumably the gps is still on the modem
<Wizzup>
tmlind: this is super great
<Wizzup>
I am at openfest not this weekend but next weekend and want to see if I can show off mz617 with m-l
<Wizzup>
I think uvos tried to rebase but he said something was missing
<Wizzup>
I don't remember what
<tmlind>
ok, mz609 has different backlight and touchscreen so no idea how long that might take
<tmlind>
with mz617 i noticed that i could just mkfs ext4 on the big vfat partition, then reboot to android and it gets still mounted an reinitialized with the default directories
<tmlind>
so that can be used both by anrdoid and m-l if anybody cares about the stock android support still
<tmlind>
it's not mkfs.ext4 on the android root though, i think it's mke2fs where ext4 needs to be specified to reformat (and lose all the user data naturally)
<Wizzup>
yes, that makes sense
<tmlind>
hmm i think it was make_ext4fs on the stock android partition i used to reformat userdata partition mmcblk1p20
<Wizzup>
freemangordon: I'm thinking of quickly adding support for the menu arrow in qt5, I think we can just decide whether to render it or not in QXcbWindow::show ?
<Wizzup>
there is an old ifdef 0'd version in qmenu_bar.cpp that just needs to be adapter for xcb mostly
<Wizzup>
adapted
<Wizzup>
I don't know if the xgetwmprotocols hackery is really necessary
<Wizzup>
It might just need to set the property
<Wizzup>
_HILDON_WM_WINDOW_MENU_INDICATOR
<Wizzup>
I don't know what we need the _NET_WM_CONTEXT_CUSTOM for
<freemangordon>
Wizzup: yes, now the tracker does not crash...
<freemangordon>
sorry, just woke up, need some coffee first
ceene has joined #maemo-leste
peetah has quit [Ping timeout: 255 seconds]
peetah has joined #maemo-leste
tmlind has quit [Remote host closed the connection]
uvos__ has joined #maemo-leste
<uvos__>
tmlind: i did not rebase the gps or modem patches, i rebased all of my/leste stuff, noticed the broken omap dai and gave up
<uvos__>
iic omap-dai should work again now so ill continue when i have the time
tmlind has joined #maemo-leste
<uvos__>
tmlind: ^^^
<tmlind>
uvos__: ok i'll take a look at rebasing the modem patches, i think audio might need that wip mcbsp patch, maybe it's only needed with some configurations though
<uvos__>
i mean this should boot all the way to accelerated hildon on m617, but i have not tried it on the tablet besides checking if it boots to console
<uvos__>
on d4 it works fine, besides the modem and sound
<freemangordon>
new definition of 'boots fine' :p
<freemangordon>
sorry, "works fine"
<freemangordon>
BTW, it seems omapdrm driver does not support color keying and alpha blending :(
akossh has joined #maemo-leste
<freemangordon>
or rather, the code is in the driver, but userspace cannot reach it
<freemangordon>
omapfb supports it, but not omapdrm
<uvos__>
why would we want color keying? we dont need accelerated overlays in a compositing window manager
<freemangordon>
so we want compositing to happen during fullscreen video playback?