Problems opening matlab from a remote shell from Ubuntu 14.04.
4 次查看(过去 30 天)
显示 更早的评论
I've upgraded from Ubuntu 12.04 to 14.04, and this has created a problem which I didn't have with Ubuntu 12.04
when I open a remote shell with the command
ssh -YC <myIp> "xterm bash"
and then start matlab with the command
matlab -nosplash -nodisplay
two bad things happen. First, on startup I get the warnings:
libGL error: failed to authenticate magic 393
libGL error: failed to load driver: i965
Second, matlab takes forever to start.
running the profiler, the delays seem to be caused by the processes run and various forms of connector, which take much longer than when I open matlab locally. Profiler output is attached.
I have exactly the same problem if I run ssh -XC rather than -YC, but neither problem occurs if I simply open a remote connection with ssh myIp
Any advice would be most appreciated!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!