Difference between revisions of "Xorg7/Protocol Headers"

From CBLFS
Jump to navigationJump to search
m (Contents)
Line 76: Line 76:
 
= Contents =
 
= Contents =
  
Each Xorg protocol installs one or more header (*.h) files and a metadata (*.pc) file.  There are 172 of these files installed; more if the applewmproto is installed. Rather than listing the 172 files installed, a listing of the 32 protocol packages follows.
+
Each Xorg protocol installs one or more header (*.h) files. Rather than listing all of the files installed, a listing of the 32 protocol packages and a short description of each follows. For the interested party, a link to a list of the directories and headers installed by all Xorg-7.1 protocol packages is also provided. The 32 protocol packages, listed in alphabetical order, with a short description are:
  
The interested party can issue the following 'make install' command to create a complete list of files installed and their installed location in the main working directory (xc):
+
{|style="text-align: left" border="1" cellspacing="0" width="85%" align="center"
 
+
|-
make install 2>&1 | tee ../../<name_of_proto>.files
+
!width="10%" style="text-align: center"|Xorg Protocol
 
+
!width="15%" style="text-align: center"|File List
The 32 protocol header packages, listed alphabetically, are:
+
!width="60%" style="text-align: center"|Short Description
 
+
|-
* applewmproto - the AppleWM is the Apple rootless window management extension.
+
|applewmproto || ||the AppleWM is the Apple rootless window management extension.
* bigreqsproto - the "Big Requests" protocol.
+
|-
* compositeproto - the compositing protocol.
+
|bigreqsproto ||[http://cross-lfs.org/~arowland/installed_files/xml/bigreqsproto-1.0.2-64.xml bigreqsproto]||the "Big Requests" protocol.
* damageproto - the damage protocol is used to detect when the screen has been damaged (altered).
+
|-
* dmxproto - the DMX extension provides support for communication with and control of Xdmx (Distributed Multi-head X server) server.
+
|compositeproto ||[http://cross-lfs.org/~arowland/installed_files/xml/compositeproto-0.3.1-64.xml compositeproto]||the compositing protocol.
* evieext - this is the event interception extension protocol.
+
|-
* fixesproto - this protocol fixes the "damage" done to the screen.
+
|damageproto ||[http://cross-lfs.org/~arowland/installed_files/xml/damageproto-1.0.3-64.xml damageproto]||the damage protocol is used to detect when the screen has been damaged (altered).
* fontcacheproto -  
+
|-
* fontsproto
+
|dmxproto ||[http://cross-lfs.org/~arowland/installed_files/xml/dmxproto-2.2.2-64.xml dmxproto]||the DMX extension provides support for communication with and control of Xdmx (Distributed Multi-head X server) server.
* glproto - protocol that defines the interface between the GL core and the surrounding "operating system" that supports it.
+
|-
* inputproto - input devices protocol.
+
|evieext || ||this is the event interception extension protocol.
* kbproto - keyboard protocol.
+
|-
* printproto - printing protocol.
+
|fixesproto ||[http://cross-lfs.org/~arowland/installed_files/xml/fixesproto-4.0-64.xml fixesproto]||this protocol fixes the "damage" done to the screen.
* randrproto - this is the resize, rotate, and reflection protocol.
+
|-
* recordproto
+
|fontcacheproto || ||
* renderproto
+
|-
* resourceproto
+
|fontsproto || ||
* scrnsaverproto
+
|-
* trapproto - this is the event trapping protocol.
+
|glproto || ||protocol that defines the interface between the GL core and the surrounding "operating system" that supports it.
* videoproto
+
|-
* windowswmproto
+
|inputproto || ||input devices protocol.
* xcmiscproto
+
|-
* xextproto
+
|kbproto || ||keyboard protocol.
* xf86bigfontproto
+
|-
* xf86dgaproto - the direct graphic access protocol.
+
|printproto || ||printing protocol.
* xf86driproto - protocols for all the types and functions that define the interface between a DRI driver and driver loader.
+
|-
* xf86miscproto
+
|randrproto || ||this is the resize, rotate, and reflection protocol.
* xf86rushproto
+
|-
* xf86vidmodeproto
+
|recordproto || ||
* xineramaproto
+
|-
* xproto
+
|renderproto || ||
* xproxymanagementprotocol
+
|-
 +
|resourceproto || ||
 +
|-
 +
|scrnsaverproto || ||
 +
|-
 +
|trapproto || ||this is the event trapping protocol.
 +
|-
 +
|videoproto || ||
 +
|-
 +
|windowswmproto || ||
 +
|-
 +
|xcmiscproto || ||
 +
|-
 +
|xextproto || ||
 +
|-
 +
|xf86bigfontproto || ||
 +
|-
 +
|xf86dgaproto || ||the direct graphic access protocol.
 +
|-
 +
|xf86driproto || ||protocols for all the types and functions that define the interface between a DRI driver and driver loader.
 +
|-
 +
|xf86miscproto || ||
 +
|-
 +
|xf86rushproto || ||
 +
|-
 +
|xf86vidmodeproto || ||
 +
|-
 +
|xineramaproto ||[http://cross-lfs.org/~arowland/installed_files/xml/xineramaproto-1.1.2-64.xml xineramaproto]||
 +
|-
 +
|xproto || ||
 +
|-
 +
|xproxymanagementprotocol || ||
 +
|}

Revision as of 10:18, 15 May 2007

Download Source: http://xorg.freedesktop.org/releases/individual/proto/

Back to Intro

Introduction to Xorg7/Protocol Headers

There are thirty-two protocol headers. Note that the download source, above is the base URL. Each could be downloaded individually, but it is probably easiest to use wget and append either *.bz2 or *.gz to the base URL to pull them all down to your system.

Alternately, if you chose to use subdirectories, the tarballs can be retrieved as follows. This will prevent multiple version from being downloaded when multiple version exist.

wget http://cblfs.cross-lfs.org/images/e/ea/Proto-20101205.wget &&
cd proto &&
wget -B http://xorg.freedesktop.org/releases/individual/proto/ -i ../Proto-20101205.wget

Project Homepage: Unknown

Dependencies

Required

There is no build order dependency for the protocols.

Non-Multilib

Install each protocol:

./configure $XORG_CONFIG &&
make install

Multilib

32Bit

Install each protocol:

./configure $XORG_CONFIG32 &&
make install

N32

Install each protocol:

./configure $XORG_CONFIGN32 &&
make install

64Bit

Install each protocol:

./configure $XORG_CONFIG64 &&
make install

Semi-Automated Build

Unpack the protocol header packages:

for i in *.tar.bz2; do
  tar xvf $i;
done

Install the protocol headers:

for dir in `find . -maxdepth 1 -mindepth 1 -type d`; do
  cd $dir &&
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure $XORG_CONFIG32 &&
  make install &&
  make clean &&
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure $XORG_CONFIG64 &&
  make install
  cd ..;
done

Next install the Utilities.

Contents

Each Xorg protocol installs one or more header (*.h) files. Rather than listing all of the files installed, a listing of the 32 protocol packages and a short description of each follows. For the interested party, a link to a list of the directories and headers installed by all Xorg-7.1 protocol packages is also provided. The 32 protocol packages, listed in alphabetical order, with a short description are:

Xorg Protocol File List Short Description
applewmproto the AppleWM is the Apple rootless window management extension.
bigreqsproto bigreqsproto the "Big Requests" protocol.
compositeproto compositeproto the compositing protocol.
damageproto damageproto the damage protocol is used to detect when the screen has been damaged (altered).
dmxproto dmxproto the DMX extension provides support for communication with and control of Xdmx (Distributed Multi-head X server) server.
evieext this is the event interception extension protocol.
fixesproto fixesproto this protocol fixes the "damage" done to the screen.
fontcacheproto
fontsproto
glproto protocol that defines the interface between the GL core and the surrounding "operating system" that supports it.
inputproto input devices protocol.
kbproto keyboard protocol.
printproto printing protocol.
randrproto this is the resize, rotate, and reflection protocol.
recordproto
renderproto
resourceproto
scrnsaverproto
trapproto this is the event trapping protocol.
videoproto
windowswmproto
xcmiscproto
xextproto
xf86bigfontproto
xf86dgaproto the direct graphic access protocol.
xf86driproto protocols for all the types and functions that define the interface between a DRI driver and driver loader.
xf86miscproto
xf86rushproto
xf86vidmodeproto
xineramaproto xineramaproto
xproto
xproxymanagementprotocol