Closed yezhengkai closed 3 years ago
We have the same issue, we can't use at all the Matlab official docker image because it is not stable image and the screen goes black after a few minutes of idling
I think it is the same for anyone using matlab but noone use it anymore, so you probably never had to fix it
Dear @yezhengkai & @vemonet,
Thank you for reporting the issue.
This is a known issue with the current container offerings, and a fix for it will make its way to the published containers on Dockerhub soon.
In the mean time, could you try the fix on your end, by either including the following commands into your Dockerfiles or by executing the following commands in your running containers:
To add these into the Dockerfile please add the lines
RUN apt-get install xscreensaver && apt-get remove gnome-screensaver
Command to execute in the running Docker containers:
sudo apt-get install xscreensaver sudo apt-get remove gnome-screensaver
Please re-open this issue if the solution listed above does not fix the issue.
Support the above listed workaround will be submitted as a fix. Upon submit this issue should auto-close.
Description
As the title, after VNC is idle for a period of time, the screen turns black.
Steps to Reproduce
The following is the dockerfile used to generate the container in JupyterHub.
More Information