Penguin
Annotated edit history of X11 version 9 showing authors affecting page license. View with all changes included.
Rev Author # Line
7 AristotlePagaltzis 1 According to [http://x11.org]:
2
6 JohnMcPherson 3 > The X Window System, more simply 'X' or 'X11', is judged worldwide to be one of the most successful open source, collaborative technologies developed to date. It is the de facto standard graphical engine for the Unix and Linux operating systems and provides the only common windowing environment bridging the heterogeneous platforms in today's enterprise computing. The inherent independence of the X Window System from operating system and hardware, its network-transparency, and its support for a wide range of popular desktops are responsible for its continuing and growing popularity. All major hardware vendors support the X Window System. Many third parties provide technologies for integrating X Window System applications into network or personal computer environments under [MS-DOS], [Windows], Windows 9x, and Windows NT, while thousands of independent software developers provide X Window System applications. The worldwide community of users of the X Window System currently exceeds 30 million.
4 JohnMcPherson 4
5 When you start an X11 application you specify which host it is to display on. This host is called the [XServer]. An [XServer] typically has a screen and a keyboard and mouse. The application is an X client. This is initially a little confusing to many people. This means that you can [SSH] to a host and start X11 applications and have them display on your workstation. This is very cool.
6
7 Server implementations of the X11 protocol include:
8
7 AristotlePagaltzis 9 [XOrg]:
10 A free [X11] server for [Unix] systems. It is more or less the default [X11] server.
11 ~OpenWin:
12 SunMicrosystems [Solaris] [X11] server.
13 [X11ForMicrosoftWindows]:
14 See this page for a list of and information about various [X11] servers for MicrosoftWindows.
15 [X11ForMacOSX]:
16 It's obvious, no?
8 BenStaz 17
18
19 !What socket do the X11 clients use to connect to the X server?
20
21 You can run X Windows programs if you give them write access to a socket in ''/tmp/.X11-unix/''.
7 AristotlePagaltzis 22
23 ! See also:
24
25 * [XFree86Notes]
26 * [SSHNotes], for running [X11] applications remotely via [SSH]

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()