Entitlement has quit [Remote host closed the connection]
Entitlement has joined #maemo-leste
uvos has joined #maemo-leste
cr4y1 has joined #maemo-leste
Oksana has quit [Read error: Connection reset by peer]
Entitlement has quit [Ping timeout: 260 seconds]
Entitlement has joined #maemo-leste
<Wizzup>
freemangordon: when can we meet about mcclient?
<Wizzup>
would this weekend work for you?
<parazyd>
wfm btw
xmn has quit [Ping timeout: 240 seconds]
xmn has joined #maemo-leste
pere has quit [Ping timeout: 265 seconds]
pere has joined #maemo-leste
R0b0t1 has joined #maemo-leste
uvos has quit [Read error: No route to host]
uvos has joined #maemo-leste
<freemangordon>
Wizzup: rather no, I will have some health related actions the next 2-3 days, in a hospital
<freemangordon>
however, starting today I have 10 days of holiday, so hopefully 3rd or 4th will be ok. But lets see how it will pan out the next few days
<parazyd>
freemangordon: Ok. Hope all will be well
<parazyd>
freemangordon: Then when you can, just let us know some time that works for you
<tmlind>
yeah hopefully just a minor tune-up
<tmlind>
uvos: no idea about the ioctl not working with current kernels, i only had to do it for kexecboot
<tmlind>
uvos: maybe send an email to sre asking about what is needed for mainline kernel to update the lcd, i thought for console it is done automatically already
<tmlind>
uvos: i mean i though framebuffer is updated automatically already
<freemangordon>
parazyd: ok
<Wizzup>
freemangordon: check
<uvos>
freemangordon: i wish you good health & we eagerly await your return when you are ready :)
sunshavi has quit [Remote host closed the connection]
<uvos>
parazyd, tmlind: i figured it out. so omapdrmfb dosent implment thos ioctls or any others that let me refesh the display as far as i can tell. the reason wht some fb applications work ist that every wirte() to /dev/fb0 refreshes the display. Some applications however mmap() the framebuffer and then use memcpy as this is faster. ofc here the kernel cant know that the buffer has been updated so it dosent refresh.
<uvos>
so the mmap() is broken on d4/bionic
<uvos>
you can wirte 1 byte to the fb to make it refresh