Difference between revisions of "The X.Org project"

From Free Software Directory
Jump to: navigation, search
m (internal link)
(wiki)
Line 1: Line 1:
 +
<div style="float:right; padding: 0 0 0 1em;">__TOC__</div>
 
'''X11''' refers to the [[X.Org]] implementation of the X Window System. It's also simply known as X. All X11 packages are free software, most under the X11 license.
 
'''X11''' refers to the [[X.Org]] implementation of the X Window System. It's also simply known as X. All X11 packages are free software, most under the X11 license.
  
Core X11 runtime
+
==Core X11 runtime==
  
*app/iceauth - ICE authority file utility
+
===app===
*app/rgb - X colorname -> RGB mapping database
+
*iceauth - ICE authority file utility
*app/sessreg - Register X sessions in system utmp/utmpx databases
+
*rgb - X colorname -> RGB mapping database
*app/setxkbmap - set the keyboard using the X Keyboard Extension
+
*sessreg - Register X sessions in system utmp/utmpx databases
*app/smproxy - Session Manager Proxy
+
*setxkbmap - set the keyboard using the X Keyboard Extension
*app/xauth - X authority file utility
+
*smproxy - Session Manager Proxy
*app/xdpyinfo - display information utility for X
+
*xauth - X authority file utility
*app/xev - print contents of X events
+
*xdpyinfo - display information utility for X
*app/xhost - server access control program for X
+
*xev - print contents of X events
*app/xinit - X Window System initializer (includes startx)
+
*xhost - server access control program for X
*app/xkbcomp - compile XKB keyboard description
+
*xinit - X Window System initializer (includes startx)
*app/xkill - kill a client by its X resource
+
*xkbcomp - compile XKB keyboard description
*app/xlsatoms - list interned atoms defined on server
+
*xkill - kill a client by its X resource
*app/xlsclients - list client applications running on a display
+
*xlsatoms - list interned atoms defined on server
*app/xlsfonts - list X fonts available on X server
+
*xlsclients - list client applications running on a display
*app/xmodmap - utility for modifying keymaps and button mappings
+
*xlsfonts - list X fonts available on X server
*app/xprop - property displayer for X
+
*xmodmap - utility for modifying keymaps and button mappings
*app/xrandr - primitive command line interface to RandR extension
+
*xprop - property displayer for X
*app/xrdb - X server resource database utility
+
*xrandr - primitive command line interface to RandR extension
*app/xrefresh - refresh all or part of an X screen
+
*xrdb - X server resource database utility
*app/xset - user preference utility for X
+
*xrefresh - refresh all or part of an X screen
*app/xsetmode - set the mode for an X Input device
+
*xset - user preference utility for X
*app/xsetpointer - set an X Input device as the main pointer
+
*xsetmode - set the mode for an X Input device
*app/xsm - X Session Manager
+
*xsetpointer - set an X Input device as the main pointer
*app/xvinfo - Print out X-Video extension adaptor information
+
*xsm - X Session Manager
*app/xwininfo - window information utility for X
+
*xvinfo - Print out X-Video extension adaptor information
*data/bitmaps - standard set of X bitmaps
+
*xwininfo - window information utility for X
*data/cursors - standard set of X cursors
 
*lib/FS - X Font Service client library
 
*lib/ICE - Inter-Client Exchange library
 
*lib/SM - Session Management library
 
*lib/X11 - X11 Client library
 
*lib/Xau - X Authorization routines
 
*lib/Xcomposite - Composite extension
 
*lib/Xdamage - Damage extension
 
*lib/Xdmcp - X Display Manager Control Protocol routines
 
*lib/Xext - common X Extensions library
 
*lib/Xfixes - X-Fixes extension
 
*lib/Xfont - X font handling library for server & utilities
 
*lib/Xfontcache - X-TrueType font cache extension client library
 
*lib/Xft - Client side font rendering library
 
*lib/Xi - X Input Extension library
 
*lib/Xinerama - Xinerama protocol library
 
*lib/Xmu - X miscellaneous utility routines
 
*lib/Xpm - XPM format pixmap library
 
*lib/Xrandr - Xrandr extension library
 
*lib/Xrender - RENDER extension library
 
*lib/Xv - Xvideo extension library
 
*lib/Xxf86misc - XFree86-MISC extension library
 
*lib/Xxf86vm - XFree86-VidMode extension library
 
*lib/fontenc - font encoding library
 
*lib/lbxutil - LBX utility routines
 
*lib/xkbfile - XKB file handling routines
 
  
*xserver
+
===data===
**[[X.Org ServerX.Org Server|xorg]] - X servers (including Xorg, Xprt, Xvfb, Xnest, & Xdmx)
+
*bitmaps - standard set of X bitmaps
 +
*cursors - standard set of X cursors
 +
 
 +
===lib===
 +
*FS - X Font Service client library
 +
*ICE - Inter-Client Exchange library
 +
*SM - Session Management library
 +
*'''X11''' - X11 Client library
 +
*Xau - X Authorization routines
 +
*Xcomposite - Composite extension
 +
*Xdamage - Damage extension
 +
*Xdmcp - X Display Manager Control Protocol routines
 +
*Xext - common X Extensions library
 +
*Xfixes - X-Fixes extension
 +
*Xfont - X font handling library for server & utilities
 +
*Xfontcache - X-TrueType font cache extension client library
 +
*Xft - Client side font rendering library
 +
*Xi - X Input Extension library
 +
*Xinerama - Xinerama protocol library
 +
*Xmu - X miscellaneous utility routines
 +
*Xpm - XPM format pixmap library
 +
*Xrandr - Xrandr extension library
 +
*Xrender - RENDER extension library
 +
*Xv - Xvideo extension library
 +
*Xxf86misc - XFree86-MISC extension library
 +
*Xxf86vm - XFree86-VidMode extension library
 +
*fontenc - font encoding library
 +
*lbxutil - LBX utility routines
 +
*xkbfile - XKB file handling routines
 +
 
 +
===xserver===
 +
*[[X.Org ServerX.Org Server|xorg]] - X servers (including Xorg, Xprt, Xvfb, Xnest, & Xdmx)

Revision as of 15:19, 16 September 2013

X11 refers to the X.Org implementation of the X Window System. It's also simply known as X. All X11 packages are free software, most under the X11 license.

Core X11 runtime

app

  • iceauth - ICE authority file utility
  • rgb - X colorname -> RGB mapping database
  • sessreg - Register X sessions in system utmp/utmpx databases
  • setxkbmap - set the keyboard using the X Keyboard Extension
  • smproxy - Session Manager Proxy
  • xauth - X authority file utility
  • xdpyinfo - display information utility for X
  • xev - print contents of X events
  • xhost - server access control program for X
  • xinit - X Window System initializer (includes startx)
  • xkbcomp - compile XKB keyboard description
  • xkill - kill a client by its X resource
  • xlsatoms - list interned atoms defined on server
  • xlsclients - list client applications running on a display
  • xlsfonts - list X fonts available on X server
  • xmodmap - utility for modifying keymaps and button mappings
  • xprop - property displayer for X
  • xrandr - primitive command line interface to RandR extension
  • xrdb - X server resource database utility
  • xrefresh - refresh all or part of an X screen
  • xset - user preference utility for X
  • xsetmode - set the mode for an X Input device
  • xsetpointer - set an X Input device as the main pointer
  • xsm - X Session Manager
  • xvinfo - Print out X-Video extension adaptor information
  • xwininfo - window information utility for X

data

  • bitmaps - standard set of X bitmaps
  • cursors - standard set of X cursors

lib

  • FS - X Font Service client library
  • ICE - Inter-Client Exchange library
  • SM - Session Management library
  • X11 - X11 Client library
  • Xau - X Authorization routines
  • Xcomposite - Composite extension
  • Xdamage - Damage extension
  • Xdmcp - X Display Manager Control Protocol routines
  • Xext - common X Extensions library
  • Xfixes - X-Fixes extension
  • Xfont - X font handling library for server & utilities
  • Xfontcache - X-TrueType font cache extension client library
  • Xft - Client side font rendering library
  • Xi - X Input Extension library
  • Xinerama - Xinerama protocol library
  • Xmu - X miscellaneous utility routines
  • Xpm - XPM format pixmap library
  • Xrandr - Xrandr extension library
  • Xrender - RENDER extension library
  • Xv - Xvideo extension library
  • Xxf86misc - XFree86-MISC extension library
  • Xxf86vm - XFree86-VidMode extension library
  • fontenc - font encoding library
  • lbxutil - LBX utility routines
  • xkbfile - XKB file handling routines

xserver

  • xorg - X servers (including Xorg, Xprt, Xvfb, Xnest, & Xdmx)


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.