
X Window System - Wikipedia
The X Window System (X11, or simply X; stylized 𝕏) is a windowing system for bitmap displays, common on Unix-like operating systems. X originated as part of Project Athena at Massachusetts Institute of Technology (MIT) in 1984. [3] The X protocol has been at version 11 (hence "X11") since September 1987.
Development - X Window System
X New Developer’s Guide: High level introduction to X and the surrounding graphics stack, and how to get started in developing for them. Xplain: Explaining X11 for the rest of us: Another introduction to X, with interactive examples - work in progress. Glossary: Various terms used in X, and what they mean.
Getting X - X.Org
2023年5月4日 · The X.Org project provides an open source implementation of the X Window System. The development work is being done in conjunction with the freedesktop.org community. The X.Org Foundation is the educational non-profit corporation whose Board serves this effort, and whose Members lead this work.
X11, Wayland, GNOME 和 Xorg 关系介绍 - 卖雨伞的小男孩 - 博客园
2025年1月13日 · x11 是一种网络透明的窗口系统协议,它提供了基本的图形用户界面(gui)功能,如窗口管理、图形绘制和事件处理等。 它是在 Unix 和类 Unix 系统(包括 Linux)中广泛使用的图形显示系统。
What Is X11? | Baeldung on Linux
2024年3月18日 · X11 is the protocol that’s responsible for delivering payloads between an X Client and an X Server. Fundamentally, X is a family of protocols, whereas X11 is the 11th version of the X protocol. X11 is an extensible protocol.
Documentation for the X Window System Version 11 Release 7.7 …
2012年6月6日 · X11 Protocol & Extensions: X Window System Protocol, Version 11, Release 6.8; Big Requests Extension, Version 2.0; Composite Extension, Version 0.4; DAMAGE Extension Protocol Version 1.1; Display Power Management Signaling (DPMS) Extension, Version 1.0; Double Buffer Extension Protocol
什么是X11? | Baeldung中文网
2024年3月18日 · In this tutorial, we’ll discuss the X Window System (X11). First, we’ll look at the history of why X11 was created and how the graphics under Linux work. Then, we’ll cover how X11 is designed. Lastly, we’ll touch upon the current state of …
Project:X11 - Gentoo Wiki
2025年2月25日 · The X11 project manages the X implementations, drivers, base-level accessories and fonts in Portage. This includes x11-base/xorg-server, media-libs/mesa, dev-libs/wayland and x11-drivers, as well as other core libraries, fonts and accessories.
x11 - npm
A pure node.js JavaScript client implementing X Window (X11) protocol and extensions.. Latest version: 2.3.0, last published: 8 years ago. Start using x11 in your project by running `npm i x11`.
An x11 protocol implementation and client for the jvm - GitHub
x11 enables java and other jvm languages to talk directly to a x11 server without binding to a C library. The client is similar to X11lib for C but uses objects to represent the protocol resulting in a simplified client.