X.Org Logo
    Installing/Configuring VcXsrv and PuTTy
(Draft Version 1.1)
http://www.mtsu.edu/~rwsmith/share/VcXsrv/VcXsrv.html

Installing VcXsrv

  1. Download and install the latest VcXsrv from https://sourceforge.net/projects/vcxsrv/files/latest/download
  2. Check that the dropdown has Full selected and click Next
  3. Leave the Destination Folder untouched and click Install
  4. After the installation successfully completes you may click Close


Configuring VcXsrv

Once VcXsrv has been installed, run the application called "XLaunch". If the shortcut is not on your desktop, you can do this by pressing your Windows key and typing XLaunch, then clicking the Application that appears. Or, you may instead navigate to the folder C:\Program Files\VcXsrv and execute the xlaunch application within there by double clicking on it. After XLaunch has launched, follow the steps below to ensure your configuration is correct:

  1. Ensure Multiple Windows is selected and leave the display number as -1 before clicking Next.
  2. Check that "Start no client" is selected and click Next.
  3. Leave extra settings alone and click Next.
  4. Finally Click Finish
  5. You should see an X image appear on your taskbar as shown below. This indicates that the X-server is successfully running.

NOTE: If you close the X-server by right clicking the X icon in the tray and selecting "exit" OR you restart your computer OR it closes for any other reason, you can just relaunch XLaunch and follow the configuration steps.


Installing PuTTy

PuTTy can be downloaded from: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html. Follow the default installation.

Configuring PuTTy

After launching the PuTTy application, you will need to make sure it has been configured correctly. Follow every step below to ensure this:

  1. Select the Session category on the left:
  2. Select the Data category located under Connection
  3. Select the SSH category under Connection
  4. Go back to the Session category
  5. Click the Open button
  6. Enter your password to login (there will be no * indicating you are typing but it is accepting the inputs)
  7. If the login was successful you should see something similar to (instead of rws2p you will see your username instead) :
  8. FINALLY: test to make sure everything is working by typing: idle3 &
    into the command line and pressing enter. You should see the IDLE environment appear:

NOTE: In the future you will be able to just select the profile and click load, then click open, instead of checking every setting first.