-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display problem #17
Comments
Hi, it seems that |
I am using Ubuntu 16.04 LTS |
Do you run this command at your local host PC directly, or using ssh to run these at some remote PC? |
I am running everything from my local PC |
Could you show the output of the following commands? echo $DISPLAY
ls -al /tmp/.X11-unix
xauth info
xauth nlist $DISPLAY |
The result of commands execution are the following
I want to point out about the next command that I changed the name of the month from my language to English - "september"
I changed the user name. I hope that this is OK
|
I think the issue is about the privilege of Could you change the privilege of
|
It helped!!!! Thank You so much for Your time! |
Dear jacknlliu
Thank You for opensourcing this great dockerfile.
I was trying to run it and obtained the following error. May I, please ask You to help me resolving this issue?
I followed instructions from dockerhub
docker pull jacknlliu/ros:kinetic-ide-init
xhost +
docker run --privileged
--security-opt label=disable
--security-opt seccomp=unconfined
--env="DISPLAY" --env QT_X11_NO_MITSHM=1
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw"
--volume="/home/1/Workspace:/data:rw"
--volume="/home/1/Workspace/gazebo_models:/home/ros/.gazebo/models:rw"
--name="ros_kinetic"
jacknlliu/ros:kinetic-ide-init terminator
Tips: if you use NVIDIA video cards, you should install NVIDIA video driver for 3D graphics support!
WARNING: Configuration file format is newer than the current version, please specify the current version number (3.5) in the @Version directive. syslog-ng will operate at its highest supported version in this mode;
Sep 4 00:07:36 c913db85046c syslog-ng[50]: syslog-ng starting up; version='3.5.6'
Sep 4 00:07:37 c913db85046c syslog-ng[50]: EOF on control channel, closing connection;
Sep 4 00:07:37 c913db85046c cron[62]: (CRON) INFO (pidfile fd = 3)
Sep 4 00:07:37 c913db85046c cron[62]: (CRON) INFO (Running @reboot jobs)
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
You need to run terminator in an X environment. Make sure $DISPLAY is properly set
Sep 4 00:07:38 c913db85046c syslog-ng[50]: syslog-ng shutting down; version='3.5.6'
Sep 4 00:07:38 c913db85046c syslog-ng[50]: EOF on control channel, closing connection;
The text was updated successfully, but these errors were encountered: