Configure khronos section

The khronos section specifies the libraries and parameters related to Khronos (e.g., EGL and WFD libraries).

In your graphics.conf configuration file, the khronos section specifies your GPU and display drivers. Include this section in your configuration file only if your system requires one or both of these types of drivers. The khronos section is enclosed with begin khronos and end khronos. For example:
begin khronos
  begin egl display 1
    ...
  end egl display

  begin wfd device 1
    ...
  end wfd device
end khronos
...
     

Subsections

The subsections of the khronos section are:

egl display

Libraries and parameters that are related to the EGL display are specified in this section that starts with begin egl display display_id and ends with end egl display.

wfd device

Libraries and parameters that are related to the WFD driver are specified in this section that starts with begin wfd device device_id and ends with end wfd device.