Abe Pazos

Results 306 comments of Abe Pazos

I use i3 wm on X11 Arch Linux. I temporarily switched to sway on Wayland (without rebooting) and the `next-version` template (freshly cloned) still ran correctly with `./gradlew run`. I...

Normally there's no difference between the two approaches. Once or twice, maybe with a messed up cache, I've seen it work in one and not the other. If you want...

I can confirm that it fails with Wayland on Nvidia. I found this issue: https://github.com/LWJGL/lwjgl3/issues/998 I'll try the suggested hint.

I tried adding `glfwWindowHint(GLFW_PLATFORM, GLFW_PLATFORM_X11)` to https://github.com/openrndr/openrndr/blob/980a7adaaec868a25f83e7b5fefdc2363a9ad306/openrndr-jvm/openrndr-gl3/src/jvmMain/kotlin/org/openrndr/internal/gl3/ApplicationGLFWGL3.kt#L243-L243 then rebuilt openrndr and orx and made sure the template uses `0.4.5-SNAPSHOT` but it didn't help. I printed `glfwGetPlatform()` after setting the hint,...

I use fish in my terminal. This made the program run: ``` bash unset WAYLAND_DISPLAY ./gradlew run ``` I think it forces it to run under X11.

Maybe this page contains something useful? https://wiki.archlinux.org/title/Wayland BTW in my test two comments above I used an NVidia GeForce RTX 3080 Laptop. The version driver I'm using: ``` $ nvidia-settings...

We are going to try whether GLFW can be replaced with SDL3, and see how it supports the various OSes. Not sure why the window size looks wrong in your...

Great discovery! Thank you for trying and reporting! Is this a good summary? - Linux + NVIDIA + Wayland in next-version branch does not create a window, but it does...

Thank you for the details. I'll try find how to make it work. Yesterday I met a friend and he told me sometimes setting this env variable can help: `_JAVA_AWT_WM_NONREPARENTING=1`.

Thank you for trying. Still need to try with SDL3 see if it's better.