You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/11 20:15:20 UTC

[incubator-nuttx] 03/04: boards/sim: Update README.txt to inform about the xhost command.

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d5ea46c6109fce9e1f8ed35d88a0092e717c8298
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Tue Feb 11 11:49:33 2020 +0800

    boards/sim: Update README.txt to inform about the xhost command.
---
 boards/sim/sim/sim/README.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/boards/sim/sim/sim/README.txt b/boards/sim/sim/sim/README.txt
index b2d45c8..cc0c287 100644
--- a/boards/sim/sim/sim/README.txt
+++ b/boards/sim/sim/sim/README.txt
@@ -220,6 +220,10 @@ it, XOpenDisplay() aborted the program.  UPDATE:  This was caused by the small
 stack size and can be fixed by increasing the size of the NuttX stack that
 calls into X11.  See the discussion "Stack Size Issues" above.
 
+Update: You may need issue this command with the latest Ubuntu before launch:
+
+  sudo xhost +
+
 Cygwin64 Issues
 ---------------
 There are some additional issues using the simulator with Cygwin64.  Below is