Windowing system

System/Common 2014. 4. 9. 17:06


The display server (here called Wayland compositor) is the central component of a windowing system. It communicates with its clients over the display server protocol.[citation needed]
Typical elements of a window. The window decoration is either drawn by the window manager(X11) or by the client (Wayland). The drawing of the content is the task of the client.[citation needed]

windowing system (or window system) is a type of graphical user interface (GUI) which implements the WIMP (windows, icons, menus, pointer)paradigm for a user interface. Each currently running application is assigned a usually resizeable and usually rectangular shaped surface of the entire screen to present its graphical user interface to the user. Usually a window decoration is drawn around each window. The programming of both, the window decoration and of available widgets inside of the window, these are graphical elements for direct user interaction, such as sliders, buttons, etc., is eased and simplified through the use of widget toolkits. The idea behind any of the available desktop environments is to use the same widget toolkit for all clients, and to create and groom icon sets and themes to achieve a consistent "look and feel" for at least the main programs, such as the file browser.[citation needed]

Technical details[edit]

The main central key component of any windowing system is usually called display server, though alternative denominations such as window server or compositor are also in use. Any application that runs and presents its GUI in a window, is a client of the display server. The display server and its clients communicate with each other over a communications protocol, which is usually called display server protocol, the display server being the mediator between the clients and the user. It receives all the input from the kernel, that the kernel receives from all attached input devices, such as keyboardpointing devices, or touchscreen and transmits it to the correct client. The display server is also responsible for the output of the clients to the computer monitor. The output of sound is usually not managed by the display server, but the sound volume, is usually handled through GUI applets and it is the display server who decides which applications are on top. A windowing system enables the computer user to work with several programs at the same time. Each program presents its GUI in its own window, which is generally a rectangular area of the screen.[citation needed]

From a programmer's point of view, a windowing system implements graphical primitives such as rendering fonts or drawing a line on the screen, effectively providing an abstraction of the graphics hardware from higher level elements of the graphical interface like window managers.[citation needed]

A display server protocol can be network capable or even network transparent, facilitating the implementation of thin clients.[citation needed]

List of windowing systems[edit]

For Unix-like operating systems[edit]

Web windowing systems[edit]

Other[edit]

Operating systems such as Microsoft WindowsMac OS (version 9 and earlier), and Palm OS, contain a windowing system which is integrated with the OS.[citation needed]

See also[edit]



출처 - http://en.wikipedia.org/wiki/Windowing_system



'System > Common' 카테고리의 다른 글

ACPI(Adavanced Configuration and Power Interface)  (0) 2014.04.11
X.Org Server  (0) 2014.04.09
display server like X.Org server  (0) 2014.04.09
X window manager  (0) 2014.04.09
XDM(X Display Manager)  (0) 2014.04.09
Posted by linuxism
,