VNC远程显示3D界面-VirtualGL

VNC远程显示3D界面

正常VNC无法看3D图形渲染,
现在想在服务器端进行,但要用VNC连接上去可以看到相关图形

https://virtualgl.org/
安装:
sudo yum install VirtualGL -y
使用方法:
vglrun 程序路径/primer17_64.exe -d=opengl

A Brief Introduction to VirtualGL
VirtualGL is an open source toolkit that gives any Linux or Unix remote display software the ability to run OpenGL applications with full hardware acceleration. Some remote display software cannot be used with OpenGL applications at all. Other remote display software forces OpenGL applications to use a slow, software-only renderer, to the detriment of performance as well as compatibility. The traditional method of displaying OpenGL applications to an X server on a different machine (indirect rendering) supports hardware acceleration, but this approach requires that all of the OpenGL commands and 3D data be sent over the network to be rendered. That is not a tenable proposition unless the 3D data is relatively small and static, unless the network is very fast, and unless the OpenGL application is specifically tuned for a remote X-Windows environment.

https://www.jianshu.com/p/acf7d6d5678a
https://yq.aliyun.com/articles/538802

发表评论