私は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
からpterosaur
までcalculon
でき、通常のリモートX11やVNCを実行できます。
これは、クライアントのxpra
の古いバージョンが原因でした。 I winswitchサイトの指示に従った 「サーバー」マシンにありますが、「クライアント」の純粋なaptからインストールされています。クライアントで同じことをすると、動作し始めました。