%general-entities; ]> $LastChangedBy$ $Date$ Xorg Libraries Xorg Libraries Introduction to Xorg Libraries The Xorg libraries provide library routines that are used within all X Window applications. Package Information Download (HTTP): Download (FTP): Download MD5 sum: Download size: &x7libs-size; Estimated disk space required: &x7libs-buildsize; Estimated build time: &x7libs-time; Additional Downloads Required download list: Xorg Libraries Dependencies Required , , , and Optional (a modern Xlib replacement) and with one or more of the following: , , , and (to generate additional PDF or text documentation for the libXfont package). User Notes: Downloading Xorg Libraries To download the needed files using wget, use the following commands: mkdir lib && cd lib && grep -v '^#' ../lib-&xorg7-release;.wget | wget -i- -c \ -B http://xorg.freedesktop.org/releases/individual/lib/ && md5sum -c ../lib-&xorg7-release;.md5 Installation of Xorg Libraries Install the libraries by running the following commands for each package: case $(basename "$PWD") in libXfont-[0-9]* ) ./configure $XORG_CONFIG --disable-devel-docs ;; libX11-[0-9]* ) ./configure $XORG_CONFIG --without-xcb ;; * ) ./configure $XORG_CONFIG ;; esac && make These packages do not provide test suites. Now as the root user: make install && ldconfig Command Explanations --without-xcb: By default, libX11 will use for its transport layer. Omit this parameter (or the case statement) if you've installed . --with-fop: Use to generate PDF documentation (only for the libXfont package). --disable-devel-docs: Diable generation of text documentation in the libXfont package if is installed without a text browser. Omit this parameter (or the entire case statement) if a text browser is installed. Configuration of Xorg Libraries If you've chosen to install Xorg into /usr, then no further configuration is necessary and you can skip the rest of this section. If you've opted for an alternate prefix, you should create two symlinks to satisfy the expected environment of several packages. Execute the following commands as the root user: ln -sv $XORG_PREFIX/lib/X11 /usr/lib/X11 && ln -sv $XORG_PREFIX/include/X11 /usr/include/X11 Contents Installed Programs Installed Libraries Installed Directories cxpm, makestrs, sxpm, xft-config libAppleWM.{so,a}, libdmx.{so,a}, libfontenc.{so,a}, libFS.{so,a}, libICE.{so,a}, libpciaccess.{so,a}, libSM.{so,a}, libWindowsWM.{so,a}, libX11.{so,a}, libXaw6.{so,a}, libXaw7.{so,a}, libXaw.{so,a}, libXcomposite.{so,a}, libXcursor.{so,a}, libXdamage.{so,a}, libXext.{so,a}, libXfixes.{so,a}, libXfontcache.{so,a}, libXfont.{so,a}, libXft.{so,a}, libXinerama.{so,a}, libXi.{so,a}, libxkbfile.{so,a}, libXmu.{so,a}, libXmuu.{so,a}, libXpm.{so,a}, libXrandr.{so,a}, libXrender.{so,a}, libXRes.{so,a}, libXss.{so,a}, libXt.{so,a}, libXtst.{so,a}, libXvMC.{so,a}, libXvMCW.{so,a}, libXv.{so,a}, libXxf86dga.{so,a}, libXxf86misc.{so,a}, and libXxf86vm.{so,a} None Short Descriptions cxpm checks the format of an XPM file. cxpm makestrs makes string table C source and header(s). makestrs sxpm shows an XPM file and/or converts XPM 1 or 2 files to XPM 3. sxpm xft-config reports Xft version, compiler, linker, and/or installation directory information. xft-config libAppleWM.{so,a} is the Apple rootless window management extension. libAppleWM.{so,a} libdmx.{so,a} is the X Window System DMX (Distributed Multihead X) extension library. libdmx.{so,a} libfontenc.{so,a} is the X11 font encoding library. libfontenc.{so,a} libFS.{so,a} is the library interface to the X Font Server. libFS.{so,a} libICE.{so,a} is the X Inter Client Exchange Library. libICE.{so,a} libpciaccess.{so,a} is the generic PCI Access library for X. libpciaccess.{so,a} libSM.{so,a} is the X Session Management Library. libSM.{so,a} libWindowsWM.{so,a} is the WindowsWM Library based on AppleWM. libWindowsWM.{so,a} libX11.{so,a} is the Xlib Library. libX11.{so,a} libXaw6.{so,a} is the X Athena Widgets Library, version 6. libXaw6.{so,a} libXaw7.{so,a} is the X Athena Widgets Library, version 7. libXaw7.{so,a} libXaw.{so,a} are symbolic links to the current X Athena Widgets Library, version 7. libXaw.{so,a} libXcomposite.{so,a} is the X Composite Library. libXcomposite.{so,a} libXcursor.{so,a} is the X Cursor management library. libXcursor.{so,a} libXdamage.{so,a} is the X Damage Library. libXdamage.{so,a} libXext.{so,a} is the Misc X Extension Library. libXext.{so,a} libXfixes.{so,a} provides augmented versions of core protocol requests. libXfixes.{so,a} libXfontcache.{so,a} is the X-TrueType font cache extension client library. libXfontcache.{so,a} libXfont.{so,a} is the X font library. libXfont.{so,a} libXft.{so,a} is the X FreeType interface library. libXft.{so,a} libXinerama.{so,a} is the Xinerama Library. libXinerama.{so,a} libXi.{so,a} is the X Input Extension Library. libXi.{so,a} libxkbfile.{so,a} is the xkbfile Library. libxkbfile.{so,a} libXmu.{so,a} is the X interface library for miscellaneous utilities not part of the Xlib standard. libXmu.{so,a} libXmuu.{so,a} is the Mini Xmu Library. libXmuu.{so,a} libXpm.{so,a} is the X Pixmap Library. libXpm.{so,a} libXrandr.{so,a} is the X Resize, Rotate and Reflection extension library. libXrandr.{so,a} libXrender.{so,a} is the X Render Library. libXrender.{so,a} libXRes.{so,a} is the X-Resource extension client library. libXRes.{so,a} libXss.{so,a} is the X11 Screen Saver extension client library. libXss.{so,a} libXt.{so,a} is the X Toolkit Library. libXt.{so,a} libXtst.{so,a} is the Xtst Library. libXtst.{so,a} libXvMC.{so,a} is the X-Video Motion Compensation Library. libXvMC.{so,a} libXvMCW.{so,a} is the XvMC Wrapper including the Nonstandard VLD extension. libXvMCW.{so,a} libXv.{so,a} is the X Window System video extension library. libXv.{so,a} libXxf86dga.{so,a} is the client library for the XFree86-DGA extension. libXxf86dga.{so,a} libXxf86misc.{so,a} is the client library for the XFree86-Misc X extension. libXxf86misc.{so,a} libXxf86vm.{so,a} is the client library for the XFree86-VidMode X extension. libXxf86vm.{so,a}