Difference between revisions of "X Window System"
From Computer History Wiki
(Not extensive, but covers the basics, and a home for links) |
m (→External links: +X version history) |
||
Line 7: | Line 7: | ||
* [https://dl.acm.org/doi/pdf/10.1145/22949.24053 The X Window System], Robert W. Scheifler, Jim Gettys (ACM Transactions on Graphics 5 (2), April 1986) | * [https://dl.acm.org/doi/pdf/10.1145/22949.24053 The X Window System], Robert W. Scheifler, Jim Gettys (ACM Transactions on Graphics 5 (2), April 1986) | ||
* [http://www.bitsavers.org/pdf/mit/lcs/tr/MIT-LCS-TR-368.pdf The X Window System], Robert W. Scheifler, Jim Gettys (TR-368,MIT-LCS) | * [http://www.bitsavers.org/pdf/mit/lcs/tr/MIT-LCS-TR-368.pdf The X Window System], Robert W. Scheifler, Jim Gettys (TR-368,MIT-LCS) | ||
+ | * [https://github.com/larsbrinkhoff/absolutely-not-a-vaxstation100-emulator/issues/1 X version history, prehistory] | ||
[[Category: Network Protocols]] | [[Category: Network Protocols]] | ||
[[Category: Window Systems]] | [[Category: Window Systems]] |
Revision as of 13:06, 2 March 2023
The X Window System is the now-dominant window system used by applications which wish to perform output to a window (either in the form of text, graphics, or images). Unlike earlier window systems, which were part of an operating system, or interacted though subroutine calls, X is based on a protocol which runs over a reliable byte stream. An X session can be run over any data network which provides such streams. (Currently TCP/IP internets are used, but in the past the CHAOS protocol was also used.) The streams connect the application to an X server which has direct access to the display being used.
External links
- The X Window System, Robert W. Scheifler, Jim Gettys (ACM Transactions on Graphics 5 (2), April 1986)
- The X Window System, Robert W. Scheifler, Jim Gettys (TR-368,MIT-LCS)
- X version history, prehistory