我们需要使用显卡驱动程序来运行应用程序。
但是,机器没有屏幕。有没有可能让它运行?
Xfvb似乎不是一个选项,因为它使用软件渲染而不是显卡驱动程序。
感谢您的建议/答案。
发布于 2011-08-10 02:20:59
查看VNC module for X。您可以通过编辑xorg.conf来加载它:
Section "Module"
Load "vnc"
EndSection
Section "Screen"
Option "SecurityTypes" "None"
EndSection它将把X连接到网络上,而不是物理屏幕上,而且它应该通过一些驱动程序支持硬件加速。
请参阅http://ubuntuforums.org/archive/index.php/t-279069.html
https://stackoverflow.com/questions/7000734
复制相似问题