X 服务器可以在没有物理屏幕的情况下运行吗?

发布于 2024-11-28 14:24:23 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦回梦里 2024-12-05 14:24:23

查看X 的 VNC 模块。您可以通过编辑 xorg.conf 来加载它:

Section "Module"
    Load "vnc"
EndSection

Section "Screen"
    Option "SecurityTypes" "None"
EndSection

它将 X 连接到网络而不是物理屏幕,并且据说它支持某些驱动程序的硬件加速。

请参阅http://ubuntuforums.org/archive/index.php/t-279069。 html

Check out the VNC module for X. You can load it by editing your xorg.conf:

Section "Module"
    Load "vnc"
EndSection

Section "Screen"
    Option "SecurityTypes" "None"
EndSection

It will connect X to the network instead of to a physical screen, and it supposedly supports hardware acceleration with some drivers.

See http://ubuntuforums.org/archive/index.php/t-279069.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文