“putty --display”参数解释

“putty --display”参数解释

我看到的是man putty

--display display-name
          Specify the X display on which to open putty. (Note this  option
          has a double minus sign, even though none of the others do. This
          is because this option is supplied automatically by GTK. Sorry.)

但是我在网上也没有找到关于“display-name”的指南。有人能解释一下这个论点吗?

答案1

这是您的 X 服务器的名称,格式为 hostname:displaynumber.screennumber

您可以通过几个命令列出您的显示,包括xrandr --query

有关详细信息,请参阅:For more information, see:

相关内容