How To Get X11 Working On An EC2 AMI
I had installed Xming and PuTTy, but couldn’t get an x window to load in EC2. This fixed it:
$ sudo yum install xauth xeyes
$ xeyes
echo $DISPLAY should return localhost:10.0 on the AMI
Should be set to localhost:0 in PuTTy Connection/SSH/X11/X Display location
Trackback URI |