Configure egl display

This section specifies the GPU and WFD libraries and parameters.

This section must begin with begin egl display display_id and end with end egl display.

Typically there is only one egl display section. Therefore, the display ID is conventionally set to 1.

Below is an example of an egl display section of a graphics.conf file:
begin egl display 1
  egl-dlls = [IMG%s] libusc.so libsrv_um.so libpvr2d.so libIMGegl.soD
  glesv1-dlls = libusc.so libsrv_um.so  libIMGegl.so libImgGLESv1_CM.so
  glesv2-dlls = libusc.so libsrv_um.so libusc.so libIMGegl.so libImgGLESv2.so
  gpu-dlls = libsrv_um.so libpvr2d.so pvrsrv.so
  gpu-string = SGX540rev120
  aperture = 200
end egl display
   
Note: This egl display section is not related, in any respect, to physical displays or to the display configuration section under the winmgr section.