danginsburg/opengles3-book

App crash when scale to full screen 2880x1800

song50119 opened this issue · 1 comments

Description

App crash when scale to full screen 2880x1800

Steps to Reproduce

Run any samples, I'm on Chapter_2
On App's window press to Enter full screen button. Or drag window to full screen

Environment

  • Operating System and OS version: Ubuntu 18.04.4
  • Other information:
    Errors logs XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1" after 693 requests (691 known processed) with 0 events remaining.

Works for me. I am using NVIDIA driver, and eglinfo gives me

X11 platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
...
Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL

What does eglinfo give you? You might need sudo apt install mesa-utils-extra