This is just a note for everyone maybe having the same issue:
$ luxcoreui
LuxCoreUI v2.6 (LuxCore demo: http://www.luxcorerender.org)
GLFW Error: 65544
Description: Wayland: Failed to connect to display
Although I don't use Wayland, Octopi/yay installed glfw-wayland instead of glfw-x11 and LuxCoreUI wouldn't start. After replacing gflw-wayland with gflw-x11 everything worked fine again.
This maybe a configuration issue on my side, so I put this out just FYI.
Pinned Comments
bartus commented on 2020-06-11 15:32 (UTC) (edited on 2020-08-22 09:39 (UTC) by bartus)
This package is also hosted on GitHub.
issues
andpatches
at GitHub.Use env vars to control build process:
DISABLE_OPENCL=1
to skip opencl kernel build (yields DISABLE_CUDA=1)DISABLE_CUDA=1
to skip cuda kernel build.Usage cases:
export DISABLE_CUDA=1
before buildDISABLE_CUDA=1 ~your-aur-helper~
makepkg DISABLE_CUDA=1
yay -S blender-2.8-git --mflags "DISABLE_CUDA=1"
bartus commented on 2019-04-10 11:42 (UTC)
Please report
issues
andpatches
to luxcorerender@github.com