我正在试验xpra
. 在calculon
计算机上(期望它是服务器)我跑了
$ xpra start :100 --start=xterm
Entering daemon mode; any further errors will be reported to:
/run/user/1000/xpra/:100.log
日志显然没问题。在pterosuar
计算机上,它应该是一个客户端,我跑了
$ xpra attach ssh/dims@calculon/100
2018-10-23 22:04:18,015 cannot use pycups for printing: No module named cups
2018-10-23 22:04:18,120 xpra gtk2 client version 0.15.8 (r11211)
2018-10-23 22:04:18,352 PyOpenGL warning: missing accelerate module
2018-10-23 22:04:18,352 PyOpenGL warning: missing array format handlers: numeric, vbo, vbooffset
2018-10-23 22:04:18,352 OpenGL Version: 4.5.0 NVIDIA 384.130
2018-10-23 22:04:18,355 OpenGL enabled with GeForce GT 650M/PCIe/SSE2
2018-10-23 22:04:18,484 detected keyboard: rules=evdev, model=pc105, layout=us
2018-10-23 22:04:18,486 desktop size is 1920x1080 with 1 screen(s):
2018-10-23 22:04:18,486 ':0.0' (508x286 mm - DPI: 96x95) workarea: 1920x993 at 0x24
2018-10-23 22:04:18,486 monitor 1 (382x215 mm - DPI: 127x127)
bash: /home/dims/.xpra/run-xpra: No such file or directory
2018-10-23 22:04:18,970 failed to receive anything, not an xpra server?
2018-10-23 22:04:18,970 could also be the wrong username, password or port
2018-10-23 22:04:18,970 or maybe this server does not support 'unknown' compression or 'bencode' packet encoding?
2018-10-23 22:04:18,971 Connection lost
为什么要写一些关于 的东西Nvidia
?不应该是内存屏吗?
两台计算机都在运行 Ubuntu-16,我可以使用ssh
普通的远程 X11 和/或 VNC。pterosaur
calculon
这是因为
xpra
客户端的旧版本。我在“服务器”机器上遵循了 winswitch 站点说明,但只是从“客户端”上的纯 apt 安装。一旦我在客户端上做了同样的事情,它就开始工作了。