Skip to content

Instantly share code, notes, and snippets.

@willwhui
Created November 19, 2018 07:33
Show Gist options
  • Save willwhui/2d54637a5e2ea0afd54ff1b39b802c9a to your computer and use it in GitHub Desktop.
Save willwhui/2d54637a5e2ea0afd54ff1b39b802c9a to your computer and use it in GitHub Desktop.
通过x11 forwarding运行minecraft
通过x11 forwarding运行minecraft
@willwhui
Copy link
Author

但是我在树莓派上安装一些小组件,尝试用x forwarding模式运行时,是可以的。
比如:

ssh -X pi@ip-of-raspberry-pi
sudo apt-get install x11-apps
xclock

就可以在ubuntu上显示一个时钟了。
看来是别的问题。

@willwhui
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment