dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Problem of running normal on teaching lab #53

Open junior-stack opened 10 months ago

junior-stack commented 10 months ago

Hi, I got this problem when I ran the normal on teaching lab environment. I am not sure how to solve this. Any suggestions on how to resolve this or probably should I change the environment, cause previously I always use the teaching lab as environment. Which environment should I choose? My laptop is windows 10.

image
Zhecheng-Wang commented 10 months ago

I think you will run into the same problem for A4 if you were running on the teaching lab.

This is because A4/A5 has an interactive viewer, and it runs with X11. When you sshing into a teach cs server, there is no physical or virtual display, so you are seeing this error. This can be resolved with X11 forwarding, but it requires some setup in ssh, and I am not sure if teach cs servers support that. If you want to use the interactive viewer, the safe option would be to try to build A5 locally. This error doesn't affect solution correctness.