开发者

Can an X server run without a physical screen? [closed]

开发者 https://www.devze.com 2023-03-26 21:09 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

开发者_运维问答

Closed 11 years ago.

Improve this question

We need to run an application using the graphic card driver.

However the machine does not have a screen. Is it possible to have this running ?

Xfvb seems not be an option since it uses software rendering instead of the graphic card driver.

Thanks for your suggestions/answers.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号