* 2.6.26-rc3-omap vs N810 and Xomap
@ 2008-05-25 18:38 Radoslaw Szkodzinski
2008-05-28 5:46 ` Tony Lindgren
2008-05-29 8:21 ` Frantisek Dufka
0 siblings, 2 replies; 6+ messages in thread
From: Radoslaw Szkodzinski @ 2008-05-25 18:38 UTC (permalink / raw)
To: linux-omap
Hello,
I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
Now I hit a road block - I get everything to start, it boots nicely
(checked with SSH), but fails to display anything except a white screen.
Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
to it.
Any known possible reasons?
AstralStorm
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.26-rc3-omap vs N810 and Xomap
2008-05-25 18:38 2.6.26-rc3-omap vs N810 and Xomap Radoslaw Szkodzinski
@ 2008-05-28 5:46 ` Tony Lindgren
2008-05-31 11:31 ` astralstorm
2008-05-29 8:21 ` Frantisek Dufka
1 sibling, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2008-05-28 5:46 UTC (permalink / raw)
To: Radoslaw Szkodzinski; +Cc: linux-omap
* Radoslaw Szkodzinski <astralstorm@gen2.org> [080525 11:49]:
> Hello,
>
> I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
> Now I hit a road block - I get everything to start, it boots nicely
> (checked with SSH), but fails to display anything except a white screen.
> Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
> to it.
> Any known possible reasons?
Do you have any patches applied in addition to patching the machine_id?
I don't know about xomap, but last time I tried xserver-xorg-xfbdev
from debian unstable worked. That is, without touchscreen until this
patch is merged:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/219424
Are you starting xomap from chroot?
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.26-rc3-omap vs N810 and Xomap
2008-05-25 18:38 2.6.26-rc3-omap vs N810 and Xomap Radoslaw Szkodzinski
2008-05-28 5:46 ` Tony Lindgren
@ 2008-05-29 8:21 ` Frantisek Dufka
2008-05-31 11:33 ` astralstorm
1 sibling, 1 reply; 6+ messages in thread
From: Frantisek Dufka @ 2008-05-29 8:21 UTC (permalink / raw)
To: Radoslaw Szkodzinski; +Cc: linux-omap
Radoslaw Szkodzinski wrote:
> Hello,
>
> I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
> Now I hit a road block - I get everything to start, it boots nicely
> (checked with SSH), but fails to display anything except a white screen.
> Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
> to it.
> Any known possible reasons?
>
Maybe your Xomap is built with older omapfb.h? I don't know about 2.6.2x
kernels but I was bitten by this when trying Xomap binary built for N800
with 2.6.18 on 770 with 2.6.16 kernel. There was change in
OMAPFB_UPDATE_WINDOW ioctl and the symptomps were similar.
Frantisek
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.26-rc3-omap vs N810 and Xomap
2008-05-28 5:46 ` Tony Lindgren
@ 2008-05-31 11:31 ` astralstorm
0 siblings, 0 replies; 6+ messages in thread
From: astralstorm @ 2008-05-31 11:31 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Radoslaw Szkodzinski, linux-omap
> * Radoslaw Szkodzinski <astralstorm@gen2.org> [080525 11:49]:
>> Hello,
>>
>> I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
>> Now I hit a road block - I get everything to start, it boots nicely
>> (checked with SSH), but fails to display anything except a white screen.
>> Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
>> to it.
>> Any known possible reasons?
>
> Do you have any patches applied in addition to patching the machine_id?
>
Yes, muru.com patches, but these shouldn't cause that.
> I don't know about xomap, but last time I tried xserver-xorg-xfbdev
> from debian unstable worked. That is, without touchscreen until this
> patch is merged:
>
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/219424
>
> Are you starting xomap from chroot?
System boots from initramfs and is pivot_rooted. Technically, it's not a
chroot. It's almost the default N810 initramfs.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.26-rc3-omap vs N810 and Xomap
2008-05-29 8:21 ` Frantisek Dufka
@ 2008-05-31 11:33 ` astralstorm
2008-05-31 11:40 ` astralstorm
0 siblings, 1 reply; 6+ messages in thread
From: astralstorm @ 2008-05-31 11:33 UTC (permalink / raw)
To: Frantisek Dufka; +Cc: Radoslaw Szkodzinski, linux-omap
> Radoslaw Szkodzinski wrote:
>> Hello,
>>
>> I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
>> Now I hit a road block - I get everything to start, it boots nicely
>> (checked with SSH), but fails to display anything except a white screen.
>> Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
>> to it.
>> Any known possible reasons?
>>
>
> Maybe your Xomap is built with older omapfb.h? I don't know about 2.6.2x
> kernels but I was bitten by this when trying Xomap binary built for N800
> with 2.6.18 on 770 with 2.6.16 kernel. There was change in
> OMAPFB_UPDATE_WINDOW ioctl and the symptomps were similar.
>
Possible, but nobody has the sources for Xomap I think. It's the version
built versus Nokia patched 2.6.21-omap, sources of which are available.
I'll check the ioctl and if that's the cause, move the new and create a
compat one.
Thanks for your help.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.26-rc3-omap vs N810 and Xomap
2008-05-31 11:33 ` astralstorm
@ 2008-05-31 11:40 ` astralstorm
0 siblings, 0 replies; 6+ messages in thread
From: astralstorm @ 2008-05-31 11:40 UTC (permalink / raw)
Cc: Frantisek Dufka, Radoslaw Szkodzinski, linux-omap
>> Radoslaw Szkodzinski wrote:
>>> Hello,
>>>
>>> I've managed to get 2.6.26-rc3-omap booting (was quite easy actually).
>>> Now I hit a road block - I get everything to start, it boots nicely
>>> (checked with SSH), but fails to display anything except a white
>>> screen.
>>> Looks like Xomap can't (re)init framebuffer, or focus isn't transferred
>>> to it.
>>> Any known possible reasons?
>>>
>>
>> Maybe your Xomap is built with older omapfb.h? I don't know about 2.6.2x
>> kernels but I was bitten by this when trying Xomap binary built for N800
>> with 2.6.18 on 770 with 2.6.16 kernel. There was change in
>> OMAPFB_UPDATE_WINDOW ioctl and the symptomps were similar.
>>
>
> Possible, but nobody has the sources for Xomap I think.
Correction, the source of Nokia Xomap are open, so I'll probably just need
a rebuild.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-05-31 11:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 18:38 2.6.26-rc3-omap vs N810 and Xomap Radoslaw Szkodzinski
2008-05-28 5:46 ` Tony Lindgren
2008-05-31 11:31 ` astralstorm
2008-05-29 8:21 ` Frantisek Dufka
2008-05-31 11:33 ` astralstorm
2008-05-31 11:40 ` astralstorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox