Created
November 19, 2018 07:33
-
-
Save willwhui/2d54637a5e2ea0afd54ff1b39b802c9a to your computer and use it in GitHub Desktop.
通过x11 forwarding运行minecraft
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
通过x11 forwarding运行minecraft |
但是我在树莓派上安装一些小组件,尝试用x forwarding模式运行时,是可以的。
比如:
ssh -X pi@ip-of-raspberry-pi
sudo apt-get install x11-apps
xclock
就可以在ubuntu上显示一个时钟了。
看来是别的问题。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考这里:http://mattyjwilliams.blogspot.com/2013/03/some-useful-development-patterns-via.html
运行如下命令行:
可以看到好几个依赖缺失。
此时参考https://www.raspberrypi.org/forums/viewtopic.php?t=191857#p1203490
创建这些文件的链接
运行如下命令行:
得到一个新的错误:
于是在命令行输入:
不回车,按tab键,可以看到有两个libpng12
"libpng12-0 libpng12-dev"
随便选了一个libpng12-0:
再运行:
得到了一个无内容的新窗口,正如文章中所述。
说如果你在树莓派上连接了显示器,就可以在树莓派上看到有内容的窗口了!
(╯°Д°)╯ ┻━┻
但我并没有在树莓派上安装图形界面组件,也没有连接显示器上去。
因为我理解的X forwarding不是这样的。