#overscan_bottom=16 uncomment to force a console size. By default it will be display's size minus overscan. #framebuffer_width=1280 #framebuffer_height=720 uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 uncomment to force a specific HDMI mode ...
thread'<unnamed>'panicked at'called `Result::unwrap()` on an `Err` value: CreationErrors([NoAvailablePixelFormat, OsError("Couldn\'t find any available vsync extension")])', src/webrender_backend/output.rs:114:18note: run with`RUST_BACKTRACE=1`environment variable to display a backtraceThr...
--- a/src/egl/drivers/dri2/egl_dri2.c +++ b/src/egl/drivers/dri2/egl_dri2.c @@ -763,6 +763,7 @@ dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, break; default: _eglError(EGL_BAD_PARAMETER, "eglCreateContext"); + free(dri2_ctx); return NULL;...