All of lore.kernel.org
 help / color / mirror / Atom feed
* Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB
@ 2016-01-20 14:34 Schrempf Frieder
  2016-01-20 14:42 ` Richard Röjfors
  0 siblings, 1 reply; 5+ messages in thread
From: Schrempf Frieder @ 2016-01-20 14:34 UTC (permalink / raw)
  To: meta-freescale

Hi,

I can still experience this problem reported here in 2014 
https://lists.yoctoproject.org/pipermail/meta-freescale/2014-October/010889.html 

in my current setup with a recent jethro build (Qt5.5.1, 
linux-fslc-mx6), whenever the framebuffer is set to 24 bpp.

Does anyone have an idea how to fix this?

Thanks and regards
Frieder Schrempf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB
  2016-01-20 14:34 Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB Schrempf Frieder
@ 2016-01-20 14:42 ` Richard Röjfors
  2016-01-20 14:44   ` Carlos Rafael Giani
  2016-01-20 14:52   ` Schrempf Frieder
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Röjfors @ 2016-01-20 14:42 UTC (permalink / raw)
  To: Schrempf Frieder; +Cc: meta-freescale

On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder
<frieder.schrempf@exceet.de> wrote:
> Hi,
>
> I can still experience this problem reported here in 2014
> https://lists.yoctoproject.org/pipermail/meta-freescale/2014-October/010889.html
>
> in my current setup with a recent jethro build (Qt5.5.1,
> linux-fslc-mx6), whenever the framebuffer is set to 24 bpp.
>
> Does anyone have an idea how to fix this?

If you have memory use 32bits framebuffer? Thats what I do, I also had
issues with 24.

--Richard


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB
  2016-01-20 14:42 ` Richard Röjfors
@ 2016-01-20 14:44   ` Carlos Rafael Giani
  2016-01-20 14:52   ` Schrempf Frieder
  1 sibling, 0 replies; 5+ messages in thread
From: Carlos Rafael Giani @ 2016-01-20 14:44 UTC (permalink / raw)
  To: meta-freescale

On 01/20/2016 03:42 PM, Richard Röjfors wrote:
> On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder
> <frieder.schrempf@exceet.de> wrote:
>> Hi,
>>
>> I can still experience this problem reported here in 2014
>> https://lists.yoctoproject.org/pipermail/meta-freescale/2014-October/010889.html
>>
>> in my current setup with a recent jethro build (Qt5.5.1,
>> linux-fslc-mx6), whenever the framebuffer is set to 24 bpp.
>>
>> Does anyone have an idea how to fix this?
> If you have memory use 32bits framebuffer? Thats what I do, I also had
> issues with 24.
>
> --Richard

I confirm issues with 24 bpp. Using a 32 bpp framebuffer is the most 
efficient workaround.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB
  2016-01-20 14:42 ` Richard Röjfors
  2016-01-20 14:44   ` Carlos Rafael Giani
@ 2016-01-20 14:52   ` Schrempf Frieder
  2016-01-20 16:03     ` Richard Röjfors
  1 sibling, 1 reply; 5+ messages in thread
From: Schrempf Frieder @ 2016-01-20 14:52 UTC (permalink / raw)
  To: Richard Röjfors; +Cc: meta-freescale

On 20.01.2016 15:42, Richard Röjfors wrote:
> On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder
> <frieder.schrempf@exceet.de> wrote:
>> Hi,
>>
>> I can still experience this problem reported here in 2014
>> https://lists.yoctoproject.org/pipermail/meta-freescale/2014-October/010889.html
>>
>> in my current setup with a recent jethro build (Qt5.5.1,
>> linux-fslc-mx6), whenever the framebuffer is set to 24 bpp.
>>
>> Does anyone have an idea how to fix this?
> If you have memory use 32bits framebuffer? Thats what I do, I also had
> issues with 24.
>
> --Richard
That's what I'm currently trying, but somehow the driver seems to ignore 
default_bpp = <32> in the devicetree and also bpp=32 in videoargs, when 
I use HDMI with RGB24 pixel format.
Switching to 32bits manually with fbset works fine.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB
  2016-01-20 14:52   ` Schrempf Frieder
@ 2016-01-20 16:03     ` Richard Röjfors
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Röjfors @ 2016-01-20 16:03 UTC (permalink / raw)
  To: Schrempf Frieder; +Cc: meta-freescale

On Wed, Jan 20, 2016 at 3:52 PM, Schrempf Frieder
<frieder.schrempf@exceet.de> wrote:
> On 20.01.2016 15:42, Richard Röjfors wrote:
>> On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder
>> <frieder.schrempf@exceet.de> wrote:
>>>
>>> Does anyone have an idea how to fix this?
>> If you have memory use 32bits framebuffer? Thats what I do, I also had
>> issues with 24.
>>
>> --Richard
> That's what I'm currently trying, but somehow the driver seems to ignore
> default_bpp = <32> in the devicetree and also bpp=32 in videoargs, when
> I use HDMI with RGB24 pixel format.
> Switching to 32bits manually with fbset works fine.

My node in the dts looks like this:
                interface_pix_fmt = "RGB24";
                mode_str ="1920x1080M@60";
                default_bpp = <32>;

--Richard


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-20 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 14:34 Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB Schrempf Frieder
2016-01-20 14:42 ` Richard Röjfors
2016-01-20 14:44   ` Carlos Rafael Giani
2016-01-20 14:52   ` Schrempf Frieder
2016-01-20 16:03     ` Richard Röjfors

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.