Fix warnings while starting screen

When starting screen, i see belwo warnings in sloginfo

Sep 16 19:01:45 5 8 300 screen: starting up…
Sep 16 19:01:45 5 8 300 screen: connected to powman…
Sep 16 19:01:45 3 8 915 [ihold:265]“warning”
Sep 16 19:01:45 5 8 300 screen: loading EGL display 1…
Sep 16 19:01:45 5 8 300 screen: loading blit module gles2blt…
Sep 16 19:01:46 3 8 100 egl: the format in egl config [8] dosen’t match with native buffer [0]

Any ideas how to fix these?

Regards
Sheran

At least in my case this message appeared when wrong display was configured in graphics.conf.

  • In /usr/lib/graphics/intel-drm/graphics.conf following items were referencing display 2
    [list]
    [*]winmgr/globals/default-display
  • winmgr/“begin display”
  • winmgr/framebuffer
    [/:m]
    [
    ]Running “screen” + “drm-probe-displays” showed that only display 1 was connected[/*:m][/list:u]
    After changing all those references to display 1 the problem disappeared and UI performance was improved.

Correcting my post above. Actually that change broke framebuffer by pointing it to nonexisting pipeline. Initially I had both EGL and framebuffer configured to same pipeline and that seemed to cause the performance issue. That “fixed” both the performance and the log warnings.

Now that I fixed the framebuffer by configuring it to use same display but separate pipeline, the performance is ok, but the warning reappeared. So it seems that warning is seen when framebuffer device is enabled in graphics.conf.

This was fixed by changing “usage = inteldrm” to “usage = gles2” in the framebuffer section of graphics.conf