Hello Community,
Recently, I have begun to run a rendering program on GPU with EGL, and it worked well because of the support of NVIDIA. Meanwhile, when I try to run the same code on AMD GPU, which is also called DCU, it is failed while initializes the EGL. After looking for some research, I found that NVIDIA could render without X server. So I wonder if the AMD driver supports the rendering program without X server using EGL or not.
Is there something wrong with my environment, or I missing something else.
Looking forward to your reply.