Results 11 comments of Andrey

Remark. eglGetError(), if called just before the subject error is raised, returns the following: ``` EGL_BAD_NATIVE_WINDOW 0x300B An EGLNativeWindowType argument does not refer to a valid native window. ``` native...

All major UI libraries do support 470 driver. Among them: GTK3, SDL2, GLFW, KDE. The issue with winit became more important after termite was obsoleted by alacritty.

Yes, I meant Wayland support of course. X11 backend works just fine.

@sheepymeh could you please provide the source of Maxwell vs 495? I've got 970 GTX (maxwell) and it's still working with 495 beta and release page lists it in supported...

Hi guys. I also tried vanilla wlroots with latest nvidia driver. Looks like it's not usable now: flickering, chrome does not start with wayland backend. I did not tested it...

Just checked it. Nothing has changed: 1) Flickering: YES 2) No cursor: YES 3) Freezes of alacritty: YES :-(

Hi @williamgoods, I'll try to run wayfire today (never did if before). Error looks strange - allocator is not directly exposed to wlroots consumers.

It starts but renders a black screen. Super key seems to do something, at least wayfire renders a grid, but its content is empty. No errors with allocator though. Did...

Hi, @hansihe, thanks for the hack! I prettified it a bit: https://github.com/danvd/wlroots-eglstreams/blob/96929beacf6fee8a826a036c337e5e12dc5f5720/render/egl.c#L1283 It's used here, just like you suggested: https://github.com/danvd/wlroots-eglstreams/blob/96929beacf6fee8a826a036c337e5e12dc5f5720/render/gles2/renderer.c#L378 Please check if it works for you (my GTX 970...

Please check your permissions on dri card device. Mine are: ~ > ls -l /dev/dri/card0 crw-rw----+ 1 root video 226, 0 сен 14 00:21 /dev/dri/card0 And what groups you are...