[Lunar-commits] r21109 - in moonbase/branches/crater/xorg-7.1/x11-proto: videoproto xcmiscproto xextproto xf86bigfontproto xf86dgaproto xf86driproto xf86miscproto xf86vidmodeproto xineramaproto xproxymanagementprotocol
Samuel Verstraete
elangelo at lunar-linux.org
Fri Aug 25 08:23:41 UTC 2006
Author: elangelo
Date: 2006-08-25 08:23:41 +0000 (Fri, 25 Aug 2006)
New Revision: 21109
Modified:
moonbase/branches/crater/xorg-7.1/x11-proto/videoproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xcmiscproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xextproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xf86bigfontproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xf86dgaproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xf86driproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xf86miscproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xf86vidmodeproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xineramaproto/DETAILS
moonbase/branches/crater/xorg-7.1/x11-proto/xproxymanagementprotocol/DETAILS
Log:
adding Chad's fixes to the xorg-7.0 tree....
gr,S.
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/videoproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/videoproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/videoproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,11 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XVideo protocol headers"
+
cat << EOF
+videoproto provides the wire protocol for the XVideo and
+XVideoMotionCompensation extensions in X.Org. It is used to
+accelerate playback of videos
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xcmiscproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xcmiscproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xcmiscproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XC-MISC protocol headers"
+
cat << EOF
+xcmiscproto provides the wire protocol for the XC-MISC extension in
+X.Org. It is used to get details of XID allocation within the server.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xextproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xextproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xextproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,6 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT="The X.org prototypes"
+ SHORT="the X.Org protocol headers for various extensions"
+
cat << EOF
+xextproto provides the wire protocol for various misc extensions in
+X.Org.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xf86bigfontproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xf86bigfontproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xf86bigfontproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XF86BIGFONT protocol headers"
+
cat << EOF
+xf86bigfontproto provides the wire protocol for the XF86BIGFONT
+extension in X.Org. It is used to make large font requests possible.
EOF
-
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xf86dgaproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xf86dgaproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xf86dgaproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XFree86-DGA protocol headers"
+
cat << EOF
+xf86dgaproto provides the wire protocol for the XFree86-DGA extension
+in X.Org. It provides direct, framebuffer-like, graphics access.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xf86driproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xf86driproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xf86driproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,11 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XFree86-DRI protocol headers"
+
cat << EOF
+xf86driproto provides the wire protocol for the XFree86-DRI extension
+in X.Org. It is used to organize direct rendering support for 3D
+clients.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xf86miscproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xf86miscproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xf86miscproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,11 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XFree86-Misc protocol headers"
+
cat << EOF
+xf86miscproto provides the wire protocol for the XFree86-Misc extension
+in X.Org. It provides a means to access input device configuration
+settings specific to the XFree86/XOrg DDX.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xf86vidmodeproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xf86vidmodeproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xf86vidmodeproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,11 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Video Mode protocol headers"
+
cat << EOF
+xf86vidmodeproto provides the wire protocol for the XFree86-VidMode
+extension in X.Org. It is used to provide access to detailed timings
+of video modes currently in use, and provides a means to modify them.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xineramaproto/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xineramaproto/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xineramaproto/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Xinerama protocol headers"
+
cat << EOF
+xineramaproto provides the wire protocol for the XINERAMA extension in
+X.Org. It is used to use and manage a multiple-screen display.
EOF
Modified: moonbase/branches/crater/xorg-7.1/x11-proto/xproxymanagementprotocol/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-proto/xproxymanagementprotocol/DETAILS 2006-08-25 03:47:18 UTC (rev 21108)
+++ moonbase/branches/crater/xorg-7.1/x11-proto/xproxymanagementprotocol/DETAILS 2006-08-25 08:23:41 UTC (rev 21109)
@@ -7,8 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org proxy management protocol headers"
cat << EOF
-
+xproxymanagementprotocol contains the header files for the X.Org
+proxy management protocol. It is a deprecated protocol in which ssh
+is recomended as a replacement.
EOF
More information about the Lunar-commits
mailing list