X Pixelmap
X Pixelmap
query=evt.target.value’ x-on:keyup="onKeyUp" x-on:keydown="onKeyDown" x-on:keydown.enter="submitSearch" x-on:focus="searchFocus" x-on:blur="searchBlur" placeholder="Search PCMag Encyclopedia" aria-label="Search PCMag Encyclopedia" />
Browse Encyclopedia
An 8-bit bitmapped graphics format used in the Unix environment. It uses the .XPM extension and is similar to the X Bitmap format, but provides 256 colors. X Pixelmaps are often used for X https://jiji.ng/ Window icons and hypertext icons on Web pages.
PCMag Stories You’ll Like
THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction requires permission.
Copyright © 1981- 2022. The Computer Language (Opens in a new window) Co Inc. All rights reserved.
Honest, Objective, Lab-Tested Reviews
PCMag.com is a leading authority on technology, delivering lab-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
© 1996-2022 Ziff Davis, LLC., a Ziff Davis company. All Rights Reserved.
PCMag, PCMag.com and PC Magazine are among the federally registered trademarks of Ziff Davis and may not be used by third parties without explicit permission. The display of third-party trademarks and trade names on this site does not necessarily indicate any affiliation or the endorsement of PCMag. If you click an affiliate link and buy a product or service, we may be paid a fee by that merchant.
X Window
query=evt.target.value’ x-on:keyup="onKeyUp" x-on:keydown="onKeyDown" x-on:keydown.enter="submitSearch" x-on:focus="searchFocus" x-on:blur="searchBlur" placeholder="Search PCMag Encyclopedia" aria-label="Search PCMag Encyclopedia" />
Browse Encyclopedia
Officially the "X Window System," but also called "X Windows," "X11" or simply "X," it is an open source windowing system developed at MIT in the early 1980s. It was created to provide a common graphics rendering engine for Unix applications. Prior to X, CAD and scientific modeling applications that required graphics output used proprietary software to render images. X is also the de facto graphics engine in Linux desktops.
Version X11 was released in 1987 and remains the current standard, having undergone many revisions. The X.Org Foundation (www.x.org) governs the X Window standards for Unix/Linux desktops, which evolved from XFree86 implementations (www.xfree86.org). Hummingbird’s Exceed (www.hummingbird.com) and AttachmateWRQ’s Reflection (www.wrq.com) are commercial X Window implementations for Windows desktops.
Network Transparency
One of the unique features of X is that it allows applications to run on a network server, but be displayed on a desktop machine. This was very significant in the 1980s and 1990s when servers were far more powerful than user machines. In the early days of X, dedicated X Window hardware, known as "X terminals," were widely used. They accepted input, rendered output and performed no application processing.
The X Window Manager
X Window, by itself, generates borderless windows in fixed screen locations. It requires a "window manager" to add borders and buttons and the ability for users to resize and move the windows on screen. The Tabbed Window Manager (twm) has been the default X window manager, but more than three dozen others have been used, including AfterStep, Blackbox and Enlightenment. The KDE and GNOME user interfaces for Linux use Kwin and Metacity respectively as their window managers.
Server Runs in Client; Client Runs in Server
X Window was designed as a client/server architecture. The application is the "X client," and the software that accepts keyboard and mouse input and renders the images on screen is called the "X server." Communications between X clients and the X server is via the X protocol.
Since the user’s machine handles user input and output, the X server always runs in the client machine. Applications (X clients) generally run in the server; however, they can also run in the client machine. For example, all applications in Linux desktops are X clients running in the same machine as the X server. See XIE and thin client.
X Window Servers Run on Clients The X Window server runs on your client, and the X Window client runs on your server. All’s fair in love and computers! An X Window Screen Using the twm window manager, the two "xterm" windows (top and bottom) display output from applications in two remote servers. They emulate input/output terminals and provide command lines for launching apps. (Screenshot courtesy of Peter Hermsen.)