Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Cygwin/X
X server for Windows and the namesake Unix subsystem

Cygwin/X is an implementation of the X Window System that runs on Microsoft Windows as part of the Cygwin project. It is free software licensed under the X11 License and installed via Cygwin's setup system. Originally based on XFree86, Cygwin/X transitioned to the X.Org Server due to licensing conflicts surrounding the XFree86 licensing controversy. After a hiatus following its 2005 release, the project was revived in 2008 with updates based on the modular X.Org 7.4 release, and continues to be actively maintained.

We don't have any images related to Cygwin/X yet.
We don't have any YouTube videos related to Cygwin/X yet.
We don't have any PDF documents related to Cygwin/X yet.
We don't have any Books related to Cygwin/X yet.
We don't have any archived web articles related to Cygwin/X yet.

Features

There are two ways to run Cygwin/X:

In one, an X server runs in a single Microsoft Windows window that serves as the X display, which holds the X root window and all the other X windows in the X session. You use an X window manager to manage the X windows within the display. You can run multiple X servers, each in its own Microsoft Windows window.

The other method is to run Cygwin/X rootless. In this method, each X window corresponds with its own Microsoft Windows window and there is no root window. There is no X window manager; Microsoft Windows' window manager moves, resizes, hides, etc. the X windows.

Uses

One use for Cygwin/X is to provide a graphical interface for applications running on the same computer with Cygwin/X which are designed for the X Window System. Such an application is probably running under Cygwin.

Another use for Cygwin/X is as an X terminal: applications running on another computer access the Cygwin/X X server via the X protocol over an IP network. One can run XDM on the remote system so that a user can log into the remote computer via a window on the Cygwin/X system and then the remote system puts up web browsers, terminal windows, and the like on the Cygwin/X display.

Another common way for an application on a remote system to operate through a window on a local Cygwin/X display is SSH tunneling. An application on the local system creates an SSH session on the remote system (perhaps the application is xterm and the user types an 'ssh' command). The SSH server on the remote system sets things up so that any X client program the shell starts (on the remote system) uses the local Cygwin/X server.

See also

  • Free and open-source software portal