我想从我的 Mac 登录我的 Ubuntu 机器。我尝试在 Ubuntu 机器上运行 VNC 服务器
sudo x11vnc -shared -forever -nopw -display :0 -auth /var/lib/gdm/:0.Xauth
Run Code Online (Sandbox Code Playgroud)
然后在查找器中连接到“转到服务器->vnc://192.168.1.2”,但我收到“正在联系”对话框,但它从未连接。在 Ubuntu 方面,我看到了这个:
29/11/2009 03:42:03 Got connection from client 192.168.1.108
29/11/2009 03:42:03 other clients:
29/11/2009 03:42:03 Disabled X server key autorepeat.
29/11/2009 03:42:03 to force back on run: 'xset r on' (3 times)
29/11/2009 03:42:03 created xdamage object: 0x800036
29/11/2009 03:42:03 Client Protocol Version 3.889
29/11/2009 03:42:03 Protocol version sent 3.889, using 3.889
29/11/2009 03:42:03 rfbProcessClientSecurityType: executing handler for type 1
29/11/2009 03:42:03 rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8
29/11/2009 03:42:18 XDAMAGE is not working well... misses: 77/225
29/11/2009 03:42:18 Maybe a OpenGL app like Beryl is the problem? Use -noxdamage
29/11/2009 03:42:18 To disable this check and warning specify -xdamage twice.
29/11/2009 03:42:19 cutbuffer_send: no send: uninitialized clients
Run Code Online (Sandbox Code Playgroud)
我尝试在 x11vnc 命令行中添加“-noxdamage”,但没有帮助。我在 Linux 端运行 Ubuntu 8.04.3 (x86_64),在 Mac 端运行 Snow Leopard。
我想从我的 Mac 登录我的 Ubuntu 机器。我尝试在 Ubuntu 上运行 VNC 服务器...
我不是世界上对此主题最了解的人,但是 - AFAIK - VNC 不是一个远程登录实用程序,而是一个通过网络共享开放会话桌面的程序(换句话说:您必须已经登录您想要查看其桌面的计算机)。
如果您希望能够以图形方式登录到远程计算机,您将需要一些其他工具。我已经在 xubuntu 上使用freenx成功管理了这一点。我在 serverfault 上写了一篇小指南。我相信你只需要使用GDM而不是startxfce4命令,它应该可以工作。
请记住,如果这是您想要的功能,那么您可以尝试其他各种替代方案,特别是如果您使用的是 gnome。“经典的” - 如果您信任两台计算机之间的连接(用户和密码以未加密的方式发送),则为XDMCP。
| 归档时间: |
|
| 查看次数: |
5715 次 |
| 最近记录: |