- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
1. xhost +
return access control disabled, clients can connect from any host
2 .echo $DISPLAY show :1
and ia_visualizer logs show couldn't connect to display ":0"
3. i try to change the name of display to :0
export DISPLAY=:1
xhost +
return Invalid MIT-MAGIC-COOKIE-1 keyxhost: unable to open display ":0"
how to solve this
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
thanks to Jia-Shing_W_Int
i change the docker-compose file display :0 to display :1
now it works
