在 linode 上远程使用 Xubuntu
我以 root 身份 ssh 进入我的 linode 服务器并安装了 Xubuntu(适用于 Ubuntu 10.04)。现在我想使用它,但是发出 starts
会导致致命错误 no screenfound
。我已经安装并运行了 emacs,它在终端(我使用的是 OS X)窗口中显示为 GUI 界面,那么如何对 Xubuntu 执行同样的操作呢?
谢谢!
I'm ssh'd as root into my linode server and have installed Xubuntu (for Ubuntu 10.04). Now I'd like to use it, but issuing starts
brings about the fatal error no screens found
. I've installed and run emacs which appears as a GUI interface with the Terminal (I'm using OS X) window, so how can I do the same with Xubuntu?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FreeNX ( http://freenx.berlios.de/ ) 是 Linux 下远程桌面查看的一个很好的解决方案 -它比 VNC 更好地压缩 X 协议(并且比通过
ssh -X
本地管道 X 协议更快) - 您甚至可以通过它在相对较低的带宽链接上观看视频。如果您安装了 FreeNX,那么您应该能够通过客户端配置 Xubuntu 会话。FreeNX ( http://freenx.berlios.de/ ) is a good solution for remote desktop viewing under Linux - it compresses the X protocol much better than VNC (and is faster than natively piping X protocol over
ssh -X
) - you can even watch videos via it on relatively low bandwidth links. If you install FreeNX then you should be able to configure a Xubuntu session through the client.