使用 CentOS。我无法远程连接,我认为这与 DISPLAY 设置为 :0.0 时我只能本地连接有关。有些配置有误,但我不知道是什么。
>xhost +
access control disabled, clients can connect from any host
>emacs -d :0.0
#works
>emacs -d 127.0.0.1:0.0
Cannot connect to X server 127.0.0.1:0.0.
>emacs -d localhost:0.0
emacs: Cannot connect to X server localhost:0.0.
答案1
这是因为 Xserver 拒绝 TCP 连接
以 root 身份运行 gdmsetup 并取消选中“拒绝与 Xserver 的 TCP 连接”