HP Visualize J5000 HP Workstations - Graphics Administration Guide For Red Hat - Page 43

Appendix A: X windows Reference Synopsis, Description, X Window System

Page 43 highlights

Appendix A: X windows Reference Page Synopsis The X Window System is a network-transparent window system developed at MIT which runs on a wide range of computing and graphics machines. It should be relatively straightforward to build the MIT software distribution on most ANSI C-compliant and POSIX-compliant systems. Commercial implementations are also available for a wide range of platforms. The X Consortium requests that the following names be used when referring to this software: • X • X Window System • X Version 11 • X Window System, Version 11 • X11 X Window System is a trademark of the Massachusetts Institute of Technology. Description X Window System servers run on computers with bitmapped displays. The server distributes user input to and accepts output requests from various client programs through a variety of different interprocess communication channels. Although the most common case is for the client programs to be running on the same machine as the server, clients can be run transparently from other machines (including machines with different architectures and operating systems) as well. X supports overlapping hierarchical subwindows and text and graphics operations, on both monochrome and color displays. For a full explanation of the functions that are available, refer to: • Xlib - C Language X Interface, • The X Window System Protocol specification, • X Toolkit Intrinsics - C Language Interface, and • The various Toolkit documents. The number of programs that use X is quite large. Programs provided in the core MIT distribution include: a terminal emulator (xterm), a window manager (twm), a display manager (xdm), a console redirect program (xconsole), mail managing utilities (xmh Graphics Administration Guide For Red Hat Linux 6.2

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73

Appendix A: X windows Reference Page
Synopsis
The X Window System is a network-transparent window system developed at MIT which
runs on a wide range of computing and graphics machines. It should be relatively
straightforward to build the MIT software distribution on most ANSI C-compliant and
POSIX-compliant systems.
Commercial implementations are also available for a wide
range of platforms.
The X Consortium requests that the following names be used when referring to this
software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System
is a trademark of the Massachusetts Institute of Technology.
Description
X Window System servers run on computers with bitmapped displays. The server
distributes user input to and accepts output requests from various client programs through
a variety of different interprocess communication channels. Although the most common
case is for the client programs to be running on the same machine as the server, clients
can be run transparently from other machines (including machines with different
architectures and operating systems) as well.
X supports overlapping hierarchical subwindows and text and graphics operations, on
both monochrome and color displays. For a full explanation of the functions that are
available, refer to:
Xlib - C Language X Interface
,
The
X Window System Protocol
specification,
X Toolkit Intrinsics - C Language Interface
, and
The various Toolkit documents.
The number of programs that use X is quite large. Programs provided in the core MIT
distribution include: a terminal emulator (
xterm
), a window manager (
twm
), a display
manager (
xdm
), a console redirect program (
xconsole
), mail managing utilities (
xmh
Graphics Administration Guide For Red Hat Linux 6.2