Showing posts with label X11. Show all posts
Showing posts with label X11. Show all posts

7/19/2017

Segmentation fault (core dumped) Cgiwin/X X11 forwarding fix

The error:
[603333.290448] nautilus[12834]: segfault at 0 ip 00007f6f312959bf sp 00007ffebb652cc8 error 4 in libc-2.23.so[7f6f31200000+1bf000]

How to fix:
ssh to the remote server machine:
cd /usr/lib/x86_64-linux-gnu
sudo ln -s /usr/lib/nvidia-375/libGLX_indirect.so.0 .

7/18/2017

How to use X11 forwarding with cygwin/X

Install xinit when install cygwin
Make sure the ssh server has X11Forwarding yes
Make sure "ForwardX11 yes" in the .ssh/config file from the ssh origination machine (not server). Otherwise, copy/paste won't work correctly.

On the client: export DISPLAY=:0.0
Start  XWin Server under Cynwin-X folder in the start menu

Then run ssh with: ssh -Y

In the ssh console, you can start a GUI application, such as xterm, eclipse etc.