Closed maskjp closed 2 years ago
My GUI is blank in the Remote computer. It is because the displayer is not detected, applications that rely on hardware acceleration of the GPU will not display, and remote control of those applications will display a blank screen. I solved it by connecting the displayer to the remote computer. For my issue "I run it successfully but the GUI is blank #57"
I had this issue and solved it by running export CUDA_VISIBLE_DEVICES=0
which corresponds to the proper ID on my system. I think it was getting confused by my two GPUs.
Hi,
Thank you for the great work! I followed the instruction and built the code without any errors occurring.
But when I ran the fox demo using
./build/testbed --scene data/nerf/fox
, the window didn't show the fox image. After I run the marching cube, the meshes can be displayed.My system info is as follows:
When I built OptiX, it always failed to find the "IMathBox.h" file used by OpenEXR. So I ignored the OpenEXR when I installed OptiX. Is this the reason?
I am looking for your reply.
Thanks!