1 ! 2 ! Copyright 1993, 1995, 1998 The Open Group 3 4 ! Permission to use, copy, modify, distribute, and sell this software and its 5 ! documentation for any purpose is hereby granted without fee, provided that 6 ! the above copyright notice appear in all copies and that both that 7 ! copyright notice and this permission notice appear in supporting 8 ! documentation. 9 ! 10 ! The above copyright notice and this permission notice shall be 11 ! included in all copies or substantial portions of the Software. 12 ! 13 ! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 14 ! EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15 ! MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 16 ! IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 17 ! OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 18 ! ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 19 ! OTHER DEALINGS IN THE SOFTWARE. 20 ! 21 ! Except as contained in this notice, the name of The Open Group shall 22 ! not be used in advertising or otherwise to promote the sale, use or 23 ! other dealings in this Software without prior written authorization 24 ! from The Open Group. 25 ! 26 ! 27 ! these are used in XGetErrorMessage. 28 XlibMessage.XError: X Error of failed request 29 XlibMessage.MajorCode: Major opcode of failed request: %d 30 XlibMessage.MinorCode: Minor opcode of failed request: %d 31 XlibMessage.ResourceID: Resource id in failed request: 0x%lx 32 XlibMessage.Value: Value in failed request: 0x%lx 33 XlibMessage.AtomID: Atom id in failed request: 0x%lx 34 XlibMessage.ErrorSerial: Serial number of failed request: %lu 35 XlibMessage.CurrentSerial: Current serial number in output stream: %lu 36 ! X request codes. 37 XRequest.1:X_CreateWindow 38 XRequest.2:X_ChangeWindowAttributes 39 XRequest.3:X_GetWindowAttributes 40 XRequest.4:X_DestroyWindow 41 XRequest.5:X_DestroySubwindows 42 XRequest.6:X_ChangeSaveSet 43 XRequest.7:X_ReparentWindow 44 XRequest.8:X_MapWindow 45 XRequest.9:X_MapSubwindows 46 XRequest.10:X_UnmapWindow 47 XRequest.11:X_UnmapSubwindows 48 XRequest.12:X_ConfigureWindow 49 XRequest.13:X_CirculateWindow 50 XRequest.14:X_GetGeometry 51 XRequest.15:X_QueryTree 52 XRequest.16:X_InternAtom 53 XRequest.17:X_GetAtomName 54 XRequest.18:X_ChangeProperty 55 XRequest.19:X_DeleteProperty 56 XRequest.20:X_GetProperty 57 XRequest.21:X_ListProperties 58 XRequest.22:X_SetSelectionOwner 59 XRequest.23:X_GetSelectionOwner 60 XRequest.24:X_ConvertSelection 61 XRequest.25:X_SendEvent 62 XRequest.26:X_GrabPointer 63 XRequest.27:X_UngrabPointer 64 XRequest.28:X_GrabButton 65 XRequest.29:X_UngrabButton 66 XRequest.30:X_ChangeActivePointerGrab 67 XRequest.31:X_GrabKeyboard 68 XRequest.32:X_UngrabKeyboard 69 XRequest.33:X_GrabKey 70 XRequest.34:X_UngrabKey 71 XRequest.35:X_AllowEvents 72 XRequest.36:X_GrabServer 73 XRequest.37:X_UngrabServer 74 XRequest.38:X_QueryPointer 75 XRequest.39:X_GetMotionEvents 76 XRequest.40:X_TranslateCoords 77 XRequest.41:X_WarpPointer 78 XRequest.42:X_SetInputFocus 79 XRequest.43:X_GetInputFocus 80 XRequest.44:X_QueryKeymap 81 XRequest.45:X_OpenFont 82 XRequest.46:X_CloseFont 83 XRequest.47:X_QueryFont 84 XRequest.48:X_QueryTextExtents 85 XRequest.49:X_ListFonts 86 XRequest.50:X_ListFontsWithInfo 87 XRequest.51:X_SetFontPath 88 XRequest.52:X_GetFontPath 89 XRequest.53:X_CreatePixmap 90 XRequest.54:X_FreePixmap 91 XRequest.55:X_CreateGC 92 XRequest.56:X_ChangeGC 93 XRequest.57:X_CopyGC 94 XRequest.58:X_SetDashes 95 XRequest.59:X_SetClipRectangles 96 XRequest.60:X_FreeGC 97 XRequest.61:X_ClearArea 98 XRequest.62:X_CopyArea 99 XRequest.63:X_CopyPlane 100 XRequest.64:X_PolyPoint 101 XRequest.65:X_PolyLine 102 XRequest.66:X_PolySegment 103 XRequest.67:X_PolyRectangle 104 XRequest.68:X_PolyArc 105 XRequest.69:X_FillPoly 106 XRequest.70:X_PolyFillRectangle 107 XRequest.71:X_PolyFillArc 108 XRequest.72:X_PutImage 109 XRequest.73:X_GetImage 110 XRequest.74:X_PolyText8 111 XRequest.75:X_PolyText16 112 XRequest.76:X_ImageText8 113 XRequest.77:X_ImageText16 114 XRequest.78:X_CreateColormap 115 XRequest.79:X_FreeColormap 116 XRequest.80:X_CopyColormapAndFree 117 XRequest.81:X_InstallColormap 118 XRequest.82:X_UninstallColormap 119 XRequest.83:X_ListInstalledColormaps 120 XRequest.84:X_AllocColor 121 XRequest.85:X_AllocNamedColor 122 XRequest.86:X_AllocColorCells 123 XRequest.87:X_AllocColorPlanes 124 XRequest.88:X_FreeColors 125 XRequest.89:X_StoreColors 126 XRequest.90:X_StoreNamedColor 127 XRequest.91:X_QueryColors 128 XRequest.92:X_LookupColor 129 XRequest.93:X_CreateCursor 130 XRequest.94:X_CreateGlyphCursor 131 XRequest.95:X_FreeCursor 132 XRequest.96:X_RecolorCursor 133 XRequest.97:X_QueryBestSize 134 XRequest.98:X_QueryExtension 135 XRequest.99:X_ListExtensions 136 XRequest.100:X_ChangeKeyboardMapping 137 XRequest.101:X_GetKeyboardMapping 138 XRequest.102:X_ChangeKeyboardControl 139 XRequest.103:X_GetKeyboardControl 140 XRequest.104:X_Bell 141 XRequest.105:X_ChangePointerControl 142 XRequest.106:X_GetPointerControl 143 XRequest.107:X_SetScreenSaver 144 XRequest.108:X_GetScreenSaver 145 XRequest.109:X_ChangeHosts 146 XRequest.110:X_ListHosts 147 XRequest.111:X_SetAccessControl 148 XRequest.112:X_SetCloseDownMode 149 XRequest.113:X_KillClient 150 XRequest.114:X_RotateProperties 151 XRequest.115:X_ForceScreenSaver 152 XRequest.116:X_SetPointerMapping 153 XRequest.117:X_GetPointerMapping 154 XRequest.118:X_SetModifierMapping 155 XRequest.119:X_GetModifierMapping 156 XRequest.127:X_NoOperation 157 ! X Error Codes 158 XProtoError.0: unknown error code 0 159 XProtoError.1: BadRequest (invalid request code or no such operation) 160 XProtoError.2: BadValue (integer parameter out of range for operation) 161 XProtoError.3: BadWindow (invalid Window parameter) 162 XProtoError.4: BadPixmap (invalid Pixmap parameter) 163 XProtoError.5: BadAtom (invalid Atom parameter) 164 XProtoError.6: BadCursor (invalid Cursor parameter) 165 XProtoError.7: BadFont (invalid Font parameter) 166 XProtoError.8: BadMatch (invalid parameter attributes) 167 XProtoError.9: BadDrawable (invalid Pixmap or Window parameter) 168 XProtoError.10: BadAccess (attempt to access private resource denied) 169 XProtoError.11: BadAlloc (insufficient resources for operation) 170 XProtoError.12: BadColor (invalid Colormap parameter) 171 XProtoError.13: BadGC (invalid GC parameter) 172 XProtoError.14: BadIDChoice (invalid resource ID chosen for this connection) 173 XProtoError.15: BadName (named color or font does not exist) 174 XProtoError.16: BadLength (poly request too large or internal Xlib length error) 175 XProtoError.17: BadImplementation (server does not implement operation) 176 ! Multi-Buffering extension, not an X Consortium standard 177 XRequest.Multi-Buffering.0: X_MbufGetBufferVersion 178 XRequest.Multi-Buffering.1: X_MbufCreateImageBuffers 179 XRequest.Multi-Buffering.2: X_MbufDestroyImageBuffers 180 XRequest.Multi-Buffering.3: X_MbufDisplayImageBuffers 181 XRequest.Multi-Buffering.4: X_MbufSetMultiBufferAttributes 182 XRequest.Multi-Buffering.5: X_MbufGetMultiBufferAttributes 183 XRequest.Multi-Buffering.6: X_MbufSetBufferAttributes 184 XRequest.Multi-Buffering.7: X_MbufGetBufferAttributes 185 XRequest.Multi-Buffering.8: X_MbufGetBufferInfo 186 XRequest.Multi-Buffering.9: X_MbufCreateStereoWindow 187 XProtoError.Multi-Buffering.0: BadBuffer (invalid Buffer parameter) 188 XlibMessage.Multi-Buffering.0: Buffer id in failed request: 0x%lx 189 ! SHAPE extension, an X Consortium standard 190 XRequest.SHAPE.0: X_ShapeQueryVersion 191 XRequest.SHAPE.1: X_ShapeRectangles 192 XRequest.SHAPE.2: X_ShapeMask 193 XRequest.SHAPE.3: X_ShapeCombine 194 XRequest.SHAPE.4: X_ShapeOffset 195 XRequest.SHAPE.5: X_ShapeQueryExtents 196 XRequest.SHAPE.6: X_ShapeSelectInput 197 XRequest.SHAPE.7: X_ShapeInputSelected 198 XRequest.SHAPE.8: X_ShapeGetRectangles 199 ! Input extension, an X Consortium standard 200 XRequest.XInputExtension.1:X_GetExtensionVersion 201 XRequest.XInputExtension.2:X_ListInputDevices 202 XRequest.XInputExtension.3:X_OpenDevice 203 XRequest.XInputExtension.4:X_CloseDevice 204 XRequest.XInputExtension.5:X_SetDeviceMode 205 XRequest.XInputExtension.6:X_SelectExtensionEvent 206 XRequest.XInputExtension.7:X_GetSelectedExtensionEvents 207 XRequest.XInputExtension.8:X_ChangeDeviceDontPropagateList 208 XRequest.XInputExtension.9:X_GetDeviceDontPropagateList 209 XRequest.XInputExtension.10:X_GetDeviceMotionEvents 210 XRequest.XInputExtension.11:X_ChangeKeyboardDevice 211 XRequest.XInputExtension.12:X_ChangePointerDevice 212 XRequest.XInputExtension.13:X_GrabDevice 213 XRequest.XInputExtension.14:X_UngrabDevice 214 XRequest.XInputExtension.15:X_GrabDeviceKey 215 XRequest.XInputExtension.16:X_UngrabDeviceKey 216 XRequest.XInputExtension.17:X_GrabDeviceButton 217 XRequest.XInputExtension.18:X_UngrabDeviceButton 218 XRequest.XInputExtension.19:X_AllowDeviceEvents 219 XRequest.XInputExtension.20:X_GetDeviceFocus 220 XRequest.XInputExtension.21:X_SetDeviceFocus 221 XRequest.XInputExtension.22:X_GetFeedbackControl 222 XRequest.XInputExtension.23:X_ChangeFeedbackControl 223 XRequest.XInputExtension.24:X_GetDeviceKeyMapping 224 XRequest.XInputExtension.25:X_ChangeDeviceKeyMapping 225 XRequest.XInputExtension.26:X_GetDeviceModifierMapping 226 XRequest.XInputExtension.27:X_SetDeviceModifierMapping 227 XRequest.XInputExtension.28:X_GetDeviceButtonMapping 228 XRequest.XInputExtension.29:X_SetDeviceButtonMapping 229 XRequest.XInputExtension.30:X_QueryDeviceState 230 XRequest.XInputExtension.31:X_SendExtensionEvent 231 XRequest.XInputExtension.32:X_DeviceBell 232 XRequest.XInputExtension.33:X_SetDeviceValuators 233 XRequest.XInputExtension.34:X_GetDeviceControl 234 XRequest.XInputExtension.35:X_ChangeDeviceControl 235 XRequest.XInputExtension.36: X_ListDeviceProperties 236 XRequest.XInputExtension.37: X_ChangeDeviceProperty 237 XRequest.XInputExtension.38: X_DeleteDeviceProperty 238 XRequest.XInputExtension.39: X_GetDeviceProperty 239 XProtoError.XInputExtension.0: XI_BadDevice (invalid Device parameter) 240 XlibMessage.XInputExtension.0: Device id in failed request: 0x%lx 241 XProtoError.XInputExtension.1: XI_BadEvent (invalid Event parameter) 242 XlibMessage.XInputExtension.1: Event id in failed request: 0x%lx 243 XProtoError.XInputExtension.2: XI_BadMode (invalid Mode parameter) 244 XlibMessage.XInputExtension.2: Mode id in failed request: 0x%lx 245 XProtoError.XInputExtension.3: XI_DeviceBusy 246 XlibMessage.XInputExtension.3: Device id in failed request: 0x%lx 247 XProtoError.XInputExtension.4: XI_BadClass (invalid Class parameter) 248 XlibMessage.XInputExtension.4: Class id in failed request: 0x%lx 249 ! MIT-SHM extension, experimental, not an X Consortium standard 250 XRequest.MIT-SHM.0: X_ShmQueryVersion 251 XRequest.MIT-SHM.1: X_ShmAttach 252 XRequest.MIT-SHM.2: X_ShmDetach 253 XRequest.MIT-SHM.3: X_ShmPutImage 254 XRequest.MIT-SHM.4: X_ShmGetImage 255 XRequest.MIT-SHM.5: X_ShmCreatePixmap 256 XProtoError.MIT-SHM.0: BadShmSeg (invalid shared segment parameter) 257 XlibMessage.MIT-SHM.0: Segment id in failed request: 0x%lx 258 ! MIT-SUNDRY-NONSTANDARD extension, definitely not an X Consortium standard 259 XRequest.MIT-SUNDRY-NONSTANDARD.0: X_MITSetBugMode 260 XRequest.MIT-SUNDRY-NONSTANDARD.1: X_MITGetBugMode 261 ! X3D-PEX extension 262 XRequest.X3D-PEX.1: PEX_GetExtensionInfo 263 XRequest.X3D-PEX.2: PEX_GetEnumeratedTypeInfo 264 XRequest.X3D-PEX.3: PEX_GetImpDepConstants 265 XRequest.X3D-PEX.4: PEX_CreateLookupTable 266 XRequest.X3D-PEX.5: PEX_CopyLookupTable 267 XRequest.X3D-PEX.6: PEX_FreeLookupTable 268 XRequest.X3D-PEX.7: PEX_GetTableInfo 269 XRequest.X3D-PEX.8: PEX_GetPredefinedEntries 270 XRequest.X3D-PEX.9: PEX_GetDefinedIndices 271 XRequest.X3D-PEX.10: PEX_GetTableEntry 272 XRequest.X3D-PEX.11: PEX_GetTableEntries 273 XRequest.X3D-PEX.12: PEX_SetTableEntries 274 XRequest.X3D-PEX.13: PEX_DeleteTableEntries 275 XRequest.X3D-PEX.14: PEX_CreatePipelineContext 276 XRequest.X3D-PEX.15: PEX_CopyPipelineContext 277 XRequest.X3D-PEX.16: PEX_FreePipelineContext 278 XRequest.X3D-PEX.17: PEX_GetPipelineContext 279 XRequest.X3D-PEX.18: PEX_ChangePipelineContext 280 XRequest.X3D-PEX.19: PEX_CreateRenderer 281 XRequest.X3D-PEX.20: PEX_FreeRenderer 282 XRequest.X3D-PEX.21: PEX_ChangeRenderer 283 XRequest.X3D-PEX.22: PEX_GetRendererAttributes 284 XRequest.X3D-PEX.23: PEX_GetRendererDynamics 285 XRequest.X3D-PEX.24: PEX_BeginRendering 286 XRequest.X3D-PEX.25: PEX_EndRendering 287 XRequest.X3D-PEX.26: PEX_BeginStructure 288 XRequest.X3D-PEX.27: PEX_EndStructure 289 XRequest.X3D-PEX.28: PEX_RenderOutputCommands 290 XRequest.X3D-PEX.29: PEX_RenderNetwork 291 XRequest.X3D-PEX.30: PEX_CreateStructure 292 XRequest.X3D-PEX.31: PEX_CopyStructure 293 XRequest.X3D-PEX.32: PEX_DestroyStructures 294 XRequest.X3D-PEX.33: PEX_GetStructureInfo 295 XRequest.X3D-PEX.34: PEX_GetElementInfo 296 XRequest.X3D-PEX.35: PEX_GetStructuresInNetwork 297 XRequest.X3D-PEX.36: PEX_GetAncestors 298 XRequest.X3D-PEX.37: PEX_GetDescendants 299 XRequest.X3D-PEX.38: PEX_FetchElements 300 XRequest.X3D-PEX.39: PEX_SetEditingMode 301 XRequest.X3D-PEX.40: PEX_SetElementPointer 302 XRequest.X3D-PEX.41: PEX_SetElementPointerAtLabel 303 XRequest.X3D-PEX.42: PEX_ElementSearch 304 XRequest.X3D-PEX.43: PEX_StoreElements 305 XRequest.X3D-PEX.44: PEX_DeleteElements 306 XRequest.X3D-PEX.45: PEX_DeleteElementsToLabel 307 XRequest.X3D-PEX.46: PEX_DeleteBetweenLabels 308 XRequest.X3D-PEX.47: PEX_CopyElements 309 XRequest.X3D-PEX.48: PEX_ChangeStructureRefs 310 XRequest.X3D-PEX.49: PEX_CreateNameSet 311 XRequest.X3D-PEX.50: PEX_CopyNameSet 312 XRequest.X3D-PEX.51: PEX_FreeNameSet 313 XRequest.X3D-PEX.52: PEX_GetNameSet 314 XRequest.X3D-PEX.53: PEX_ChangeNameSet 315 XRequest.X3D-PEX.54: PEX_CreateSearchContext 316 XRequest.X3D-PEX.55: PEX_CopySearchContext 317 XRequest.X3D-PEX.56: PEX_FreeSearchContext 318 XRequest.X3D-PEX.57: PEX_GetSearchContext 319 XRequest.X3D-PEX.58: PEX_ChangeSearchContext 320 XRequest.X3D-PEX.59: PEX_SearchNetwork 321 XRequest.X3D-PEX.60: PEX_CreatePhigsWks 322 XRequest.X3D-PEX.61: PEX_FreePhigsWks 323 XRequest.X3D-PEX.62: PEX_GetWksInfo 324 XRequest.X3D-PEX.63: PEX_GetDynamics 325 XRequest.X3D-PEX.64: PEX_GetViewRep 326 XRequest.X3D-PEX.65: PEX_RedrawAllStructures 327 XRequest.X3D-PEX.66: PEX_UpdateWorkstation 328 XRequest.X3D-PEX.67: PEX_RedrawClipRegion 329 XRequest.X3D-PEX.68: PEX_ExecuteDeferredActions 330 XRequest.X3D-PEX.69: PEX_SetViewPriority 331 XRequest.X3D-PEX.70: PEX_SetDisplayUpdateMode 332 XRequest.X3D-PEX.71: PEX_MapDCtoWC 333 XRequest.X3D-PEX.72: PEX_MapWCtoDC 334 XRequest.X3D-PEX.73: PEX_SetViewRep 335 XRequest.X3D-PEX.74: PEX_SetWksWindow 336 XRequest.X3D-PEX.75: PEX_SetWksViewport 337 XRequest.X3D-PEX.76: PEX_SetHlhsrMode 338 XRequest.X3D-PEX.77: PEX_SetWksBufferMode 339 XRequest.X3D-PEX.78: PEX_PostStructure 340 XRequest.X3D-PEX.79: PEX_UnpostStructure 341 XRequest.X3D-PEX.80: PEX_UnpostAllStructures 342 XRequest.X3D-PEX.81: PEX_GetWksPostings 343 XRequest.X3D-PEX.82: PEX_GetPickDevice 344 XRequest.X3D-PEX.83: PEX_ChangePickDevice 345 XRequest.X3D-PEX.84: PEX_CreatePickMeasure 346 XRequest.X3D-PEX.85: PEX_FreePickMeasure 347 XRequest.X3D-PEX.86: PEX_GetPickMeasure 348 XRequest.X3D-PEX.87: PEX_UpdatePickMeasure 349 XRequest.X3D-PEX.88: PEX_OpenFont 350 XRequest.X3D-PEX.89: PEX_CloseFont 351 XRequest.X3D-PEX.90: PEX_QueryFont 352 XRequest.X3D-PEX.91: PEX_ListFonts 353 XRequest.X3D-PEX.92: PEX_ListFontsWithInfo 354 XRequest.X3D-PEX.93: PEX_QueryTextExtents 355 XRequest.X3D-PEX.94: PEX_MatchRenderingTargets 356 XRequest.X3D-PEX.95: PEX_Escape 357 XRequest.X3D-PEX.96: PEX_EscapeWithReply 358 XRequest.X3D-PEX.97: PEX_RenderElements 359 XRequest.X3D-PEX.98: PEX_AccumulateState 360 XRequest.X3D-PEX.99: PEX_BeginPickOne 361 XRequest.X3D-PEX.100: PEX_EndPickOne 362 XRequest.X3D-PEX.101: PEX_PickOne 363 XRequest.X3D-PEX.102: PEX_BeginPickAll 364 XRequest.X3D-PEX.103: PEX_EndPickAll 365 XRequest.X3D-PEX.104: PEX_PickAll 366 XProtoError.X3D-PEX.0: PEXColorTypeError 367 XlibMessage.X3D-PEX.0: Color type in failed request: 0x%lx 368 XProtoError.X3D-PEX.1: PEXRendererStateError 369 XlibMessage.X3D-PEX.1: Renderer id in failed request: 0x%lx 370 XProtoError.X3D-PEX.2: PEXFloatingPointFormatError 371 XlibMessage.X3D-PEX.2: Format in failed request: 0x%lx 372 XProtoError.X3D-PEX.3: PEXLabelError 373 XlibMessage.X3D-PEX.3: Label in failed request: 0x%lx 374 XProtoError.X3D-PEX.4: PEXLookupTableError 375 XlibMessage.X3D-PEX.4: Table id in failed request: 0x%lx 376 XProtoError.X3D-PEX.5: PEXNameSetError 377 XlibMessage.X3D-PEX.5: Nameset in failed request: 0x%lx 378 XProtoError.X3D-PEX.6: PEXPathError 379 XlibMessage.X3D-PEX.6: Path id in failed request: 0x%lx 380 XProtoError.X3D-PEX.7: PEXFontError 381 XlibMessage.X3D-PEX.7: Font id in failed request: 0x%lx 382 XProtoError.X3D-PEX.8: PEXPhigsWksError 383 XlibMessage.X3D-PEX.8: Workstation id in failed request: 0x%lx 384 XProtoError.X3D-PEX.9: PEXPickMeasureError 385 XlibMessage.X3D-PEX.9: Device id in failed request: 0x%lx 386 XProtoError.X3D-PEX.10: PEXPipelineContextError 387 XlibMessage.X3D-PEX.10: Context id in failed request: 0x%lx 388 XProtoError.X3D-PEX.11: PEXRendererError 389 XlibMessage.X3D-PEX.11: Renderer id in failed request: 0x%lx 390 XProtoError.X3D-PEX.12: PEXSearchContextError 391 XlibMessage.X3D-PEX.12: Context id in failed request: 0x%lx 392 XProtoError.X3D-PEX.13: PEXStructureError 393 XlibMessage.X3D-PEX.13: Structure id in failed request: 0x%lx 394 XProtoError.X3D-PEX.14: PEXOutputCommandError 395 XlibMessage.X3D-PEX.14: Resource id in failed request: 0x%lx 396 ! XTEST extension, an X Consortium standard 397 XRequest.XTEST.0: X_XTestGetVersion 398 XRequest.XTEST.1: X_XTestCompareCursor 399 XRequest.XTEST.2: X_XTestFakeInput 400 XRequest.XTEST.3: X_XTestGrabControl 401 ! BIG-REQUESTS extension, an X Consortium standard 402 XRequest.BIG-REQUESTS.0: X_BigReqEnable 403 ! XIE extension, an X Consortium standard 404 XRequest.XIE.1: XIE_QueryImageExtension 405 XRequest.XIE.2: XIE_QueryTechniques 406 XRequest.XIE.3: XIE_CreateColorList 407 XRequest.XIE.4: XIE_DestroyColorList 408 XRequest.XIE.5: XIE_PurgeColorList 409 XRequest.XIE.6: XIE_QueryColorList 410 XRequest.XIE.7: XIE_CreateLUT 411 XRequest.XIE.8: XIE_DestroyLUT 412 XRequest.XIE.9: XIE_CreatePhotomap 413 XRequest.XIE.10: XIE_DestroyPhotomap 414 XRequest.XIE.11: XIE_QueryPhotomap 415 XRequest.XIE.12: XIE_CreateROI 416 XRequest.XIE.13: XIE_DestroyROI 417 XRequest.XIE.14: XIE_CreatePhotospace 418 XRequest.XIE.15: XIE_DestroyPhotospace 419 XRequest.XIE.16: XIE_ExecuteImmediate 420 XRequest.XIE.17: XIE_CreatePhotoflo 421 XRequest.XIE.18: XIE_DestroyPhotoflo 422 XRequest.XIE.19: XIE_ExecutePhotoflo 423 XRequest.XIE.20: XIE_ModifyPhotoflo 424 XRequest.XIE.21: XIE_RedefinePhotoflo 425 XRequest.XIE.22: XIE_PutClientData 426 XRequest.XIE.23: XIE_GetClientData 427 XRequest.XIE.24: XIE_QueryPhotoflo 428 XRequest.XIE.25: XIE_Await 429 XRequest.XIE.26: XIE_Abort 430 XProtoError.XIE.0: XIE_ColorListError 431 XlibMessage.XIE.0: ColorList in failed request: 0x%lx 432 XProtoError.XIE.1: XIE_LUTError 433 XlibMessage.XIE.1: LUT in failed request: 0x%lx 434 XProtoError.XIE.2: XIE_PhotofloError 435 XlibMessage.XIE.2: Photoflo in failed request: 0x%lx 436 XProtoError.XIE.3: XIE_PhotomapError 437 XlibMessage.XIE.3: Photomap in failed request: 0x%lx 438 XProtoError.XIE.4: XIE_PhotospaceError 439 XlibMessage.XIE.4: Photospace in failed request: 0x%lx 440 XProtoError.XIE.5: XIE_ROIError 441 XlibMessage.XIE.5: ROI in failed request: 0x%lx 442 XProtoError.XIE.6: XIE_FloError 443 XlibMessage.XIE.6: Photoflo in failed request: 0x%lx 444 ! SYNC extension, an X Consortium standard 445 XRequest.SYNC.0: X_SyncInitialize 446 XRequest.SYNC.1: X_SyncListSystemCounters 447 XRequest.SYNC.2: X_SyncCreateCounter 448 XRequest.SYNC.3: X_SyncSetCounter 449 XRequest.SYNC.4: X_SyncChangeCounter 450 XRequest.SYNC.5: X_SyncQueryCounter 451 XRequest.SYNC.6: X_SyncDestroyCounter 452 XRequest.SYNC.7: X_SyncAwait 453 XRequest.SYNC.8: X_SyncCreateAlarm 454 XRequest.SYNC.9: X_SyncChangeAlarm 455 XRequest.SYNC.10: X_SyncQueryAlarm 456 XRequest.SYNC.11: X_SyncDestroyAlarm 457 XRequest.SYNC.12: X_SyncSetPriority 458 XRequest.SYNC.13: X_SyncGetPriority 459 XProtoError.SYNC.0: XSyncBadCounter 460 XlibMessage.SYNC.0: Counter in failed request: 0x%lx 461 XProtoError.SYNC.1: XSyncBadAlarm 462 XlibMessage.SYNC.1: Alarm in failed request: 0x%lx 463 ! XKB extension 464 XRequest.XKEYBOARD.0: XkbUseExtension 465 XRequest.XKEYBOARD.1: XkbSelectEvents 466 XRequest.XKEYBOARD.2: OBSOLETE 467 XRequest.XKEYBOARD.3: XkbBell 468 XRequest.XKEYBOARD.4: XkbGetState 469 XRequest.XKEYBOARD.5: XkbLatchLockState 470 XRequest.XKEYBOARD.6: XkbGetControls 471 XRequest.XKEYBOARD.7: XkbSetControls 472 XRequest.XKEYBOARD.8: XkbGetMap 473 XRequest.XKEYBOARD.9: XkbSetMap 474 XRequest.XKEYBOARD.10: XkbGetCompatMap 475 XRequest.XKEYBOARD.11: XkbSetCompatMap 476 XRequest.XKEYBOARD.12: XkbGetIndicatorState 477 XRequest.XKEYBOARD.13: XkbGetIndicatorMap 478 XRequest.XKEYBOARD.14: XkbSetIndicatorMap 479 XRequest.XKEYBOARD.15: XkbGetNamedIndicator 480 XRequest.XKEYBOARD.16: XkbSetNamedIndicator 481 XRequest.XKEYBOARD.17: XkbGetNames 482 XRequest.XKEYBOARD.18: XkbSetNames 483 XRequest.XKEYBOARD.19: XkbGetGeometry 484 XRequest.XKEYBOARD.20: XkbSetGeometry 485 XRequest.XKEYBOARD.21: XkbPerClientFlags 486 XRequest.XKEYBOARD.22: XkbListComponents 487 XRequest.XKEYBOARD.23: XkbGetKbdByName 488 XRequest.XKEYBOARD.24: XkbGetDeviceInfo 489 XRequest.XKEYBOARD.25: XkbSetDeviceInfo 490 XRequest.XKEYBOARD.101: XkbSetDebuggingFlags 491 XProtoError.XKEYBOARD.0: XkbBadKeyboard 492 XlibMessage.XKEYBOARD.0: Device id in failed request: 0x%lx 493 ! GLX extension for OpenGL, an OpenGL Architectural Review Board standard 494 ! GLX Commands 495 XRequest.GLX.7: X_GLXQueryVersion 496 XRequest.GLX.3: X_GLXCreateContext 497 XRequest.GLX.4: X_GLXDestroyContext 498 XRequest.GLX.5: X_GLXMakeCurrent 499 XRequest.GLX.6: X_GLXIsDirect 500 XRequest.GLX.10: X_GLXCopyContext 501 XRequest.GLX.8: X_GLXWaitGL 502 XRequest.GLX.9: X_GLXWaitX 503 XRequest.GLX.11: X_GLXSwapBuffers 504 XRequest.GLX.12: X_GLXUseXFont 505 XRequest.GLX.13: X_GLXCreateGLXPixmap 506 XRequest.GLX.15: X_GLXDestroyGLXPixmap 507 XRequest.GLX.14: X_GLXGetVisualConfigs 508 XRequest.GLX.16: X_GLXVendorPrivate 509 XRequest.GLX.17: X_GLXVendorPrivateWithReply 510 XRequest.GLX.18: X_GLXQueryExtensionsString 511 XRequest.GLX.19: X_GLXQueryServerString 512 XRequest.GLX.20: X_GLXClientInfo 513 XRequest.GLX.21: X_GLXGetFBConfigs 514 XRequest.GLX.22: X_GLXCreatePixmap 515 XRequest.GLX.23: X_GLXDestroyPixmap 516 XRequest.GLX.24: X_GLXCreateNewContext 517 XRequest.GLX.25: X_GLXQueryContext 518 XRequest.GLX.26: X_GLXMakeContextCurrent 519 XRequest.GLX.27: X_GLXCreatePbuffer 520 XRequest.GLX.28: X_GLXDestroyPbuffer 521 XRequest.GLX.29: X_GLXGetDrawableAttributes 522 XRequest.GLX.30: X_GLXChangeDrawableAttributes 523 XRequest.GLX.31: X_GLXCreateWindow 524 XRequest.GLX.32: X_GLXDestroyWindow 525 ! GL Non-rendering Commands 526 XRequest.GLX.103: X_GLXDeleteLists 527 XRequest.GLX.102: X_GLXEndList 528 XRequest.GLX.105: X_GLXFeedbackBuffer 529 XRequest.GLX.108: X_GLXFinish 530 XRequest.GLX.142: X_GLXFlush 531 XRequest.GLX.104: X_GLXGenLists 532 XRequest.GLX.112: X_GLXGetBooleanv 533 XRequest.GLX.113: X_GLXGetClipPlane 534 XRequest.GLX.114: X_GLXGetDoublev 535 XRequest.GLX.115: X_GLXGetError 536 XRequest.GLX.116: X_GLXGetFloatv 537 XRequest.GLX.117: X_GLXGetIntegerv 538 XRequest.GLX.118: X_GLXGetLightfv 539 XRequest.GLX.119: X_GLXGetLightiv 540 XRequest.GLX.120: X_GLXGetMapdv 541 XRequest.GLX.121: X_GLXGetMapfv 542 XRequest.GLX.122: X_GLXGetMapiv 543 XRequest.GLX.123: X_GLXGetMaterialfv 544 XRequest.GLX.124: X_GLXGetMaterialiv 545 XRequest.GLX.125: X_GLXGetPixelfv 546 XRequest.GLX.126: X_GLXGetPixelMapuiv 547 XRequest.GLX.127: X_GLXGetPixelMapusv 548 XRequest.GLX.129: X_GLXGetString 549 XRequest.GLX.130: X_GLXGetTexEnvfv 550 XRequest.GLX.131: X_GLXGetTexEnviv 551 XRequest.GLX.132: X_GLXGetTexGendv 552 XRequest.GLX.133: X_GLXGetTexGenfv 553 XRequest.GLX.134: X_GLXGetTexGeniv 554 XRequest.GLX.138: X_GLXGetTexLevelParameterfv 555 XRequest.GLX.139: X_GLXGetTexLevelParameteriv 556 XRequest.GLX.136: X_GLXGetTexParameterfv 557 XRequest.GLX.137: X_GLXGetTexParameteriv 558 XRequest.GLX.140: X_GLXIsEnabled 559 XRequest.GLX.141: X_GLXIsList 560 XRequest.GLX.101: X_GLXNewList 561 XRequest.GLX.109: X_GLXPixelStoref 562 XRequest.GLX.110: X_GLXPixelStorei 563 XRequest.GLX.107: X_GLXRenderMode 564 XRequest.GLX.106: X_GLXSelectBuffer 565 ! GL Non-rendering Commands That Return Pixel Data 566 XRequest.GLX.128: X_GLXGetPolygonStipple 567 XRequest.GLX.135: X_GLXGetTexImage 568 XRequest.GLX.111: X_GLXReadPixels 569 ! GL Rendering Commands 570 XRequest.GLX.1: X_GLXRender 571 XRequest.GLX.2: X_GLXRenderLarge 572 ! GLX Errors 573 XProtoError.GLX.0: GLXBadContext 574 XProtoError.GLX.1: GLXBadContextState 575 XProtoError.GLX.2: GLXBadDrawable 576 XProtoError.GLX.3: GLXBadPixmap 577 XProtoError.GLX.4: GLXBadContextTag 578 XProtoError.GLX.5: GLXBadCurrentWindow 579 XProtoError.GLX.6: GLXBadRenderRequest 580 XProtoError.GLX.7: GLXBadLargeRequest 581 XProtoError.GLX.8: GLXUnsupportedPrivateRequest 582 XProtoError.GLX.9: GLXBadFBConfig 583 XProtoError.GLX.10: GLXBadPbuffer 584 XProtoError.GLX.11: GLXBadCurrentDrawable 585 XProtoError.GLX.12: GLXBadWindow 586 XProtoError.GLX.13: GLXBadProfileARB 587 ! XC-MISC extension, an X Consortium standard 588 XRequest.XC-MISC.0: XCMiscGetVersion 589 XRequest.XC-MISC.1: XCMiscGetXIDRange 590 ! RECORD extension 591 XRequest.RECORD.0: XRecordQueryVersion 592 XRequest.RECORD.1: XRecordCreateContext 593 XRequest.RECORD.2: XRecordRegisterClients 594 XRequest.RECORD.3: XRecordUnregisterClients 595 XRequest.RECORD.4: XRecordGetContext 596 XRequest.RECORD.5: XRecordEnableContext 597 XRequest.RECORD.6: XRecordDisableContext 598 XRequest.RECORD.7: XRecordFreeContext 599 XProtoError.RECORD.0: XRecordBadContext 600 XlibMessage.RECORD.0: Context in failed request: 0x%lx 601 ! XFree86-VidModeExtension -- not an X Consortium standard 602 XRequest.XFree86-VidModeExtension.0: XF86VidModeQueryVersion 603 XRequest.XFree86-VidModeExtension.1: XF86VidModeGetModeLine 604 XRequest.XFree86-VidModeExtension.2: XF86VidModeModModeLine 605 XRequest.XFree86-VidModeExtension.3: XF86VidModeSwitchMode 606 XRequest.XFree86-VidModeExtension.4: XF86VidModeGetMonitor 607 XRequest.XFree86-VidModeExtension.5: XF86VidModeLockModeSwitch 608 XRequest.XFree86-VidModeExtension.6: XF86VidModeGetAllModeLines 609 XRequest.XFree86-VidModeExtension.7: XF86VidModeAddModeLine 610 XRequest.XFree86-VidModeExtension.8: XF86VidModeDeleteModeLine 611 XRequest.XFree86-VidModeExtension.9: XF86VidModeValidateModeLine 612 XRequest.XFree86-VidModeExtension.10: XF86VidModeSwitchToMode 613 XRequest.XFree86-VidModeExtension.11: XF86VidModeGetViewPort 614 XRequest.XFree86-VidModeExtension.12: XF86VidModeSetViewPort 615 XRequest.XFree86-VidModeExtension.13: XF86VidModeGetDotClocks 616 XRequest.XFree86-VidModeExtension.14: XF86VidModeSetClientVersion 617 XRequest.XFree86-VidModeExtension.15: XF86VidModeSetGamma 618 XRequest.XFree86-VidModeExtension.16: XF86VidModeGetGamma 619 XRequest.XFree86-VidModeExtension.17: XF86VidModeGetGammaRamp 620 XRequest.XFree86-VidModeExtension.18: XF86VidModeSetGammaRamp 621 XRequest.XFree86-VidModeExtension.19: XF86VidModeGetGammaRampSize 622 XRequest.XFree86-VidModeExtension.20: XF86VidModeGetPermissions 623 XProtoError.XFree86-VidModeExtension.0: XF86VidModeBadClock 624 XProtoError.XFree86-VidModeExtension.1: XF86VidModeBadHTimings 625 XProtoError.XFree86-VidModeExtension.2: XF86VidModeBadVTimings 626 XProtoError.XFree86-VidModeExtension.3: XF86VidModeModeUnsuitable 627 XProtoError.XFree86-VidModeExtension.4: XF86VidModeExtensionDisabled 628 XProtoError.XFree86-VidModeExtension.5: XF86VidModeClientNotLocal 629 XProtoError.XFree86-VidModeExtension.6: XF86VidModeZoomLocked 630 ! XFree86-Misc -- not an X Consortium standard 631 XRequest.XFree86-Misc.0: XF86MiscQueryVersion 632 XRequest.XFree86-Misc.1: XF86MiscGetSaver 633 XRequest.XFree86-Misc.2: XF86MiscSetSaver 634 XRequest.XFree86-Misc.3: XF86MiscGetMouseSettings 635 XRequest.XFree86-Misc.4: XF86MiscGetKbdSettings 636 XRequest.XFree86-Misc.5: XF86MiscSetMouseSettings 637 XRequest.XFree86-Misc.6: XF86MiscSetKbdSettings 638 XRequest.XFree86-Misc.7: XF86MiscSetGrabKeysState 639 XRequest.XFree86-Misc.8: XF86MiscSetClientVersion 640 XRequest.XFree86-Misc.9: XF86MiscGetFilePaths 641 XProtoError.XFree86-Misc.0: XF86MiscBadMouseProtocol 642 XProtoError.XFree86-Misc.1: XF86MiscBadMouseBaudRate 643 XProtoError.XFree86-Misc.2: XF86MiscBadMouseFlags 644 XProtoError.XFree86-Misc.3: XF86MiscBadMouseCombo 645 XProtoError.XFree86-Misc.4: XF86MiscBadKbdType 646 XProtoError.XFree86-Misc.5: XF86MiscModInDevDisabled 647 XProtoError.XFree86-Misc.6: XF86MiscModInDevClientNotLocal 648 XProtoError.XFree86-Misc.7: XF86MiscNoModule 649 ! XFree86-DGA -- not an X Consortium standard 650 XRequest.XFree86-DGA.0: XF86DGAQueryVersion 651 XRequest.XFree86-DGA.1: XF86DGAGetVideoLL 652 XRequest.XFree86-DGA.2: XF86DGADirectVideo 653 XRequest.XFree86-DGA.3: XF86DGAGetViewPortSize 654 XRequest.XFree86-DGA.4: XF86DGASetViewPort 655 XRequest.XFree86-DGA.5: XF86DGAGetVidPage 656 XRequest.XFree86-DGA.6: XF86DGASetVidPage 657 XRequest.XFree86-DGA.7: XF86DGAInstallColormap 658 XRequest.XFree86-DGA.8: XF86DGAQueryDirectVideo 659 XRequest.XFree86-DGA.9: XF86DGAViewPortChanged 660 XRequest.XFree86-DGA.10: XF86DGAObsolete1 661 XRequest.XFree86-DGA.11: XF86DGAObsolete2 662 XRequest.XFree86-DGA.12: XDGAQueryModes 663 XRequest.XFree86-DGA.13: XDGASetMode 664 XRequest.XFree86-DGA.14: XDGASetViewport 665 XRequest.XFree86-DGA.15: XDGAInstallColormap 666 XRequest.XFree86-DGA.16: XDGASelectInput 667 XRequest.XFree86-DGA.17: XDGAFillRectangle 668 XRequest.XFree86-DGA.18: XDGACopyArea 669 XRequest.XFree86-DGA.19: XDGACopyTransparentArea 670 XRequest.XFree86-DGA.20: XDGAGetViewportStatus 671 XRequest.XFree86-DGA.21: XDGASync 672 XRequest.XFree86-DGA.22: XDGAOpenFramebuffer 673 XRequest.XFree86-DGA.23: XDGACloseFramebuffer 674 XRequest.XFree86-DGA.24: XDGASetClientVersion 675 XRequest.XFree86-DGA.25: XDGAChangePixmapMode 676 XRequest.XFree86-DGA.26: XDGACreateColormap 677 XProtoError.XFree86-DGA.0: XF86DGAClientNotLocal 678 XProtoError.XFree86-DGA.1: XF86DGANoDirectVideoMode 679 XProtoError.XFree86-DGA.2: XF86DGAScreenNotActive 680 XProtoError.XFree86-DGA.3: XF86DGADirectNotActivated 681 XProtoError.XFree86-DGA.4: XF86DGAOperationNotSupported 682 ! DOUBLE-BUFFER (DBE), an X Consortium standard 683 XRequest.DOUBLE-BUFFER.0: DBEGetVersion 684 XRequest.DOUBLE-BUFFER.1: DBEAllocateBackBufferName 685 XRequest.DOUBLE-BUFFER.2: DBEDeallocateBackBufferName 686 XRequest.DOUBLE-BUFFER.3: DBESwapBuffers 687 XRequest.DOUBLE-BUFFER.4: DBEBeginIdiom 688 XRequest.DOUBLE-BUFFER.5: DBEEndIdiom 689 XRequest.DOUBLE-BUFFER.6: DBEGetVisualInfo 690 XRequest.DOUBLE-BUFFER.7: DBEGetBackBufferAttributes 691 XProtoError.DOUBLE-BUFFER.0: DBEBadBuffer (invalid BackBuffer parameter) 692 XlibMessage.DOUBLE-BUFFER.0: BackBuffer in failed request: 0x%lx 693 ! SECURITY 694 XRequest.SECURITY.0: SecurityQueryVersion 695 XRequest.SECURITY.1: SecurityGenerateAuthorization 696 XProtoError.SECURITY.0: SecurityBadAuthorization (invalid authorization id) 697 XProtoError.SECURITY.1: SecurityBadAuthorizationProtocol (invalid authorization name or data) 698 XlibMessage.SECURITY.1: authorization id in failed request: 0x%lx 699 ! AppGroup 700 XRequest.APPGROUP.0: XagQueryVersion 701 XRequest.APPGROUP.1: XagCreate 702 XRequest.APPGROUP.2: XagDestroy 703 XRequest.APPGROUP.3: XagGetAttr 704 XRequest.APPGROUP.4: XagQuery 705 XRequest.APPGROUP.5: XagCreateAssoc 706 XRequest.APPGROUP.6: XagDestroyAssoc 707 XProtoError.APPGROUP.0: XagBadAppGroup (invalid AppGroup parameter) 708 ! LBX 709 XRequest.LBX.0: LbxQueryVersion 710 XRequest.LBX.1: LbxStartProxy 711 XRequest.LBX.2: LbxStopProxy 712 XRequest.LBX.3: LbxSwitch 713 XRequest.LBX.4: LbxNewClient 714 XRequest.LBX.5: LbxCloseClient 715 XRequest.LBX.6: LbxModifySequence 716 XRequest.LBX.7: LbxAllowMotion 717 XRequest.LBX.8: LbxIncrementPixel 718 XRequest.LBX.9: LbxDelta 719 XRequest.LBX.10: LbxGetModifierMapping 720 XRequest.LBX.11: LbxQueryTag 721 XRequest.LBX.12: LbxInvalidateTag 722 XRequest.LBX.13: LbxPolyPoint 723 XRequest.LBX.14: LbxPolyLine 724 XRequest.LBX.15: LbxPolySegment 725 XRequest.LBX.16: LbxPolyRectangle 726 XRequest.LBX.17: LbxPolyArc 727 XRequest.LBX.18: LbxFillPoly 728 XRequest.LBX.19: LbxPolyFillRectangle 729 XRequest.LBX.20: LbxPolyFillArc 730 XRequest.LBX.21: LbxGetKeyboardMapping 731 XRequest.LBX.22: LbxQueryFont 732 XRequest.LBX.23: LbxChangeProperty 733 XRequest.LBX.24: LbxGetProperty 734 XRequest.LBX.25: LbxTagData 735 XRequest.LBX.26: LbxCopyArea 736 XRequest.LBX.27: LbxCopyPlane 737 XRequest.LBX.28: LbxPolyText8 738 XRequest.LBX.29: LbxPolyText16 739 XRequest.LBX.30: LbxImageText8 740 XRequest.LBX.31: LbxImageText16 741 XRequest.LBX.32: LbxQueryExtension 742 XRequest.LBX.33: LbxPutImage 743 XRequest.LBX.34: LbxGetImage 744 XRequest.LBX.35: LbxBeginLargeRequest 745 XRequest.LBX.36: LbxLargeRequestData 746 XRequest.LBX.37: LbxEndLargeRequest 747 XRequest.LBX.38: LbxInternAtoms 748 XRequest.LBX.39: LbxGetWinAttrAndGeom 749 XRequest.LBX.40: LbxGrabCmap 750 XRequest.LBX.41: LbxReleaseCmap 751 XRequest.LBX.42: LbxAllocColor 752 XRequest.LBX.43: LbxSync 753 XProtoError.LBX.0: BadLbxClient 754 ! XpExtension 755 XRequest.XpExtension.0: PrintQueryVersion 756 XRequest.XpExtension.1: PrintGetPrinterList 757 XRequest.XpExtension.2: PrintCreateContext 758 XRequest.XpExtension.3: PrintSetContext 759 XRequest.XpExtension.4: PrintGetContext 760 XRequest.XpExtension.5: PrintDestroyContext 761 XRequest.XpExtension.6: PrintGetContextScreen 762 XRequest.XpExtension.7: PrintStartJob 763 XRequest.XpExtension.8: PrintEndJob 764 XRequest.XpExtension.9: PrintStartDoc 765 XRequest.XpExtension.10: PrintEndDoc 766 XRequest.XpExtension.11: PrintPutDocumentData 767 XRequest.XpExtension.12: PrintGetDocumentData 768 XRequest.XpExtension.13: PrintStartPage 769 XRequest.XpExtension.14: PrintEndPage 770 XRequest.XpExtension.15: PrintSelectInput 771 XRequest.XpExtension.16: PrintInputSelected 772 XRequest.XpExtension.17: PrintGetAttributes 773 XRequest.XpExtension.18: PrintSetAttributes 774 XRequest.XpExtension.19: PrintGetOneAttribute 775 XRequest.XpExtension.20: PrintRehashPrinterList 776 XRequest.XpExtension.21: PrintGetPageDimensions 777 XRequest.XpExtension.22: PrintQueryScreens 778 XRequest.XpExtension.23: PrintSetImageResolution 779 XRequest.XpExtension.24: PrintGetImageResolution 780 XProtoError.XpExtension.0: XPBadContext (Print Context invalid or missing) 781 XlibMessage.XpExtension.0: Context in failed request: 0x%lx 782 XProtoError.XpExtension.1: XPBadSequence (Illegal sequence of XP operations) 783 XProtoError.XpExtension.2: XPBadResourceID (X resource not valid) 784 ! TOG-CUP, an X Project Team specification 785 XRequest.TOG-CUP.0: CUPQueryVersion 786 XRequest.TOG-CUP.1: CUPGetReservedColormapEntries 787 XRequest.TOG-CUP.2: CUPStoreColors 788 ! Extended-Visual-Information, an X Project Team specification 789 XRequest.Extended-Visual-Information.0: EVIQueryVersion 790 XRequest.Extended-Visual-Information.1: EVIGetVisualInfo 791 ! DPMS (Display Power Management Signaling), an X Project Team specification 792 XRequest.DPMS.0: DPMSGetVersion 793 XRequest.DPMS.1: DPMSCapable 794 XRequest.DPMS.2: DPMSGetTimeouts 795 XRequest.DPMS.3: DPMSSetTimeouts 796 XRequest.DPMS.4: DPMSEnable 797 XRequest.DPMS.5: DPMSDisable 798 XRequest.DPMS.6: DPMSForceLevel 799 XRequest.DPMS.7: DPMSInfo 800 ! XINERAMA, not an X Project Team specification 801 XRequest.XINERAMA.0: XINERAMAQueryVersion 802 XRequest.XINERAMA.1: XINERAMAGetState 803 XRequest.XINERAMA.2: XINERAMAGetScreenCount 804 XRequest.XINERAMA.3: XINERAMAGetScreenSize 805 XRequest.XINERAMA.4: XINERAMAIsActive 806 XRequest.XINERAMA.5: XINERAMAQueryScreens 807 ! XF86Rush extension, not a standard spec 808 Xrequest.XFree86-Rush.0: XF86RushQueryVersion 809 Xrequest.XFree86-Rush.1: XF86RushLockPixmap 810 Xrequest.XFree86-Rush.2: XF86RushUnlockPixmap 811 Xrequest.XFree86-Rush.3: XF86RushUnlockAllPixmaps 812 Xrequest.XFree86-Rush.4: XF86RushGetCopyMode 813 Xrequest.XFree86-Rush.5: XF86RushSetCopyMode 814 Xrequest.XFree86-Rush.6: XF86RushGetPixelStride 815 Xrequest.XFree86-Rush.7: XF86RushSetPixelStride 816 Xrequest.XFree86-Rush.8: XF86RushOverlayPixmap 817 Xrequest.XFree86-Rush.9: XF86RushStatusRegOffset 818 Xrequest.XFree86-Rush.10: XF86RushAT3DEnableRegs 819 Xrequest.XFree86-Rush.11: XF86RushAT3DDisableRegs 820 ! XVideo 821 Xrequest.XVideo.0: XvQueryExtension 822 Xrequest.XVideo.1: XvQueryAdaptors 823 Xrequest.XVideo.2: XvQueryEncodings 824 Xrequest.XVideo.3: XvGrabPort 825 Xrequest.XVideo.4: XvUngrabPort 826 Xrequest.XVideo.5: XvPutVideo 827 Xrequest.XVideo.6: XvPutStill 828 Xrequest.XVideo.7: XvGetVideo 829 Xrequest.XVideo.8: XvGetStill 830 Xrequest.XVideo.9: XvStopVideo 831 Xrequest.XVideo.10: XvSelectVideoNotify 832 Xrequest.XVideo.11: XvSelectPortNotify 833 Xrequest.XVideo.12: XvQueryBestSize 834 Xrequest.XVideo.13: XvSetPortAttribute 835 Xrequest.XVideo.14: XvGetPortAttribute 836 Xrequest.XVideo.15: XvQueryPortAttributes 837 Xrequest.XVideo.16: XvListImageFormats 838 Xrequest.XVideo.17: XvQueryImageAttributes 839 Xrequest.XVideo.18: XvPutImage 840 Xrequest.XVideo.19: XvShmPutImage 841 XProtoError.XVideo.0: XvBadPort 842 XProtoError.XVideo.1: XvBadEncoding 843 XProtoError.XVideo.2: XvBadControl 844 ! XFree86-Bigfont 845 Xrequest.XFree86-Bigfont.0: XF86BigfontQueryVersion 846 Xrequest.XFree86-Bigfont.1: XF86BigfontQueryFont 847 ! Adobe-DPS-Extension, not a standard 848 XRequest.Adobe-DPS-Extension.1: PSInit 849 XRequest.Adobe-DPS-Extension.2: PSCreateContext 850 XRequest.Adobe-DPS-Extension.3: PSCreateSpace 851 XRequest.Adobe-DPS-Extension.4: PSGiveInput 852 XRequest.Adobe-DPS-Extension.5: PSGetStatus 853 XRequest.Adobe-DPS-Extension.6: PSDestroySpace 854 XRequest.Adobe-DPS-Extension.7: PSReset 855 XRequest.Adobe-DPS-Extension.8: PSNotifyContext 856 XRequest.Adobe-DPS-Extension.9: PSCreateContextFromID 857 XRequest.Adobe-DPS-Extension.10: PSXIDFromContext 858 XRequest.Adobe-DPS-Extension.11: PSContextFromXID 859 XRequest.Adobe-DPS-Extension.12: PSSetStatusMask 860 XRequest.Adobe-DPS-Extension.13: PSCreateSecureContext 861 XRequest.Adobe-DPS-Extension.14: PSNotifyWhenReady 862 XProtoError.Adobe-DPS-Extension.0: PSErrorBadContext (invalid Context parameter) 863 XlibMessage.Adobe-DPS-Extension.0: Context id in failed request: 0x%lx 864 XProtoError.Adobe-DPS-Extension.1: PSErrorBadSpace (invalid Space parameter) 865 XlibMessage.Adobe-DPS-Extension.1: Space id in failed request: 0x%lx 866 XProtoError.Adobe-DPS-Extension.2: PSErrorAbort (interpreter aborted) 867 XlibMessage.Adobe-DPS-Extension.2: Value in failed request: 0x%lx 868 ! RANDR 869 XRequest.RANDR.0: RRQueryVersion 870 XRequest.RANDR.1: RROldGetScreenInfo 871 XRequest.RANDR.2: RRSetScreenConfig 872 XRequest.RANDR.3: RROldScreenChangeSelectInput 873 XRequest.RANDR.4: RRSelectInput 874 XRequest.RANDR.5: RRGetScreenInfo 875 XRequest.RANDR.6: RRGetScreenSizeRange 876 XRequest.RANDR.7: RRSetScreenSize 877 XRequest.RANDR.8: RRGetScreenResources 878 XRequest.RANDR.9: RRGetOutputInfo 879 XRequest.RANDR.10: RRListOutputProperties 880 XRequest.RANDR.11: RRQueryOutputProperty 881 XRequest.RANDR.12: RRConfigureOutputProperty 882 XRequest.RANDR.13: RRChangeOutputProperty 883 XRequest.RANDR.14: RRDeleteOutputProperty 884 XRequest.RANDR.15: RRGetOutputProperty 885 XRequest.RANDR.16: RRCreateMode 886 XRequest.RANDR.17: RRDestroyMode 887 XRequest.RANDR.18: RRAddOutputMode 888 XRequest.RANDR.19: RRDeleteOutputMode 889 XRequest.RANDR.20: RRGetCrtcInfo 890 XRequest.RANDR.21: RRSetCrtcConfig 891 XRequest.RANDR.22: RRGetCrtcGammaSize 892 XRequest.RANDR.23: RRGetCrtcGamma 893 XRequest.RANDR.24: RRSetCrtcGamma 894 XRequest.RANDR.25: RRGetScreenResourcesCurrent 895 XRequest.RANDR.26: RRSetCrtcTransform 896 XRequest.RANDR.27: RRGetCrtcTransform 897 XRequest.RANDR.28: RRGetPanning 898 XRequest.RANDR.29: RRSetPanning 899 XRequest.RANDR.30: RRSetOutputPrimary 900 XRequest.RANDR.31: RRGetOutputPrimary 901 XRequest.RANDR.32: RRGetProviders 902 XRequest.RANDR.33: RRGetProviderInfo 903 XRequest.RANDR.34: RRSetProviderOffloadSink 904 XRequest.RANDR.35: RRSetProviderOutputSource 905 XRequest.RANDR.36: RRListProviderProperties 906 XRequest.RANDR.37: RRQueryProviderProperty 907 XRequest.RANDR.38: RRConfigureProviderProperty 908 XRequest.RANDR.39: RRChangeProviderProperty 909 XRequest.RANDR.40: RRDeleteProviderProperty 910 XRequest.RANDR.41: RRGetProviderProperty 911 XProtoError.RANDR.0: BadRROutput (invalid Output parameter) 912 XlibMessage.RANDR.0: Output id in failed request: 0x%lx 913 XProtoError.RANDR.1: BadRRCrtc (invalid Crtc parameter) 914 XlibMessage.RANDR.1: Crtc id in failed request: 0x%lx 915 XProtoError.RANDR.2: BadRRMode (invalid Mode parameter) 916 XlibMessage.RANDR.2: Mode id in failed request: 0x%lx 917 XProtoError.RANDR.3: BadRRProvider (invalid Provider parameter) 918 XlibMessage.RANDR.3: Provider id in failed request: 0x%lx 919 ! RENDER 920 XRequest.RENDER.0: RenderQueryVersion 921 XRequest.RENDER.1: RenderQueryPictFormats 922 XRequest.RENDER.2: RenderQueryPictIndexValues 923 XRequest.RENDER.3: RenderQueryDithers 924 XRequest.RENDER.4: RenderCreatePicture 925 XRequest.RENDER.5: RenderChangePicture 926 XRequest.RENDER.6: RenderSetPictureClipRectangles 927 XRequest.RENDER.7: RenderFreePicture 928 XRequest.RENDER.8: RenderComposite 929 XRequest.RENDER.9: RenderScale 930 XRequest.RENDER.10: RenderTrapezoids 931 XRequest.RENDER.11: RenderTriangles 932 XRequest.RENDER.12: RenderTriStrip 933 XRequest.RENDER.13: RenderTriFan 934 XRequest.RENDER.14: RenderColorTrapezoids 935 XRequest.RENDER.15: RenderColorTriangles 936 XRequest.RENDER.16: RenderTransform 937 XRequest.RENDER.17: RenderCreateGlyphSet 938 XRequest.RENDER.18: RenderReferenceGlyphSet 939 XRequest.RENDER.19: RenderFreeGlyphSet 940 XRequest.RENDER.20: RenderAddGlyphs 941 XRequest.RENDER.21: RenderAddGlyphsFromPicture 942 XRequest.RENDER.22: RenderFreeGlyphs 943 XRequest.RENDER.23: RenderCompositeGlyphs8 944 XRequest.RENDER.24: RenderCompositeGlyphs16 945 XRequest.RENDER.25: RenderCompositeGlyphs32 946 XRequest.RENDER.26: RenderFillRectangles 947 XRequest.RENDER.27: RenderCreateCursor 948 XRequest.RENDER.28: RenderSetPictureTransform 949 XRequest.RENDER.29: RenderQueryFilters 950 XRequest.RENDER.30: RenderSetPictureFilter 951 XRequest.RENDER.31: RenderCreateAnimCursor 952 XRequest.RENDER.32: RenderAddTraps 953 XRequest.RENDER.33: RenderCreateSolidFill 954 XRequest.RENDER.34: RenderCreateLinearGradient 955 XRequest.RENDER.35: RenderCreateRadialGradient 956 XRequest.RENDER.36: RenderCreateConicalGradient 957 XProtoError.RENDER.0: RenderBadFormat (invalid PictFormat parameter) 958 XlibMessage.RENDER.0: PictFormat id in failed request: 0x%lx 959 XProtoError.RENDER.1: RenderBadPicture (invalid Picture parameter) 960 XlibMessage.RENDER.1: Picture id in failed request: 0x%lx 961 XProtoError.RENDER.2: RenderBadPictOp (invalid PictOp parameter) 962 XlibMessage.RENDER.2: PictOp in failed request: 0x%lx 963 XProtoError.RENDER.3: RenderBadGlyphSet (invalid GlyphSet parameter) 964 XlibMessage.RENDER.3: GlyphSet id in failed request: 0x%lx 965 XProtoError.RENDER.4: RenderBadGlyph (invalid Glyph parameter) 966 XlibMessage.RENDER.4: Glyph in failed request: 0x%lx 967 ! XFixes 968 XRequest.XFIXES.0: XFixesQueryVersion 969 XRequest.XFIXES.1: XFixesChangeSaveSet 970 XRequest.XFIXES.2: XFixesSelectSelectionInput 971 XRequest.XFIXES.3: XFixesSelectCursorInput 972 XRequest.XFIXES.4: XFixesGetCursorImage 973 XRequest.XFIXES.5: XFixesCreateRegion 974 XRequest.XFIXES.6: XFixesCreateRegionFromBitmap 975 XRequest.XFIXES.7: XFixesCreateRegionFromWindow 976 XRequest.XFIXES.8: XFixesCreateRegionFromGC 977 XRequest.XFIXES.9: XFixesCreateRegionFromPicture 978 XRequest.XFIXES.10: XFixesDestroyRegion 979 XRequest.XFIXES.11: XFixesSetRegion 980 XRequest.XFIXES.12: XFixesCopyRegion 981 XRequest.XFIXES.13: XFixesUnionRegion 982 XRequest.XFIXES.14: XFixesIntersectRegion 983 XRequest.XFIXES.15: XFixesSubtractRegion 984 XRequest.XFIXES.16: XFixesInvertRegion 985 XRequest.XFIXES.17: XFixesTranslateRegion 986 XRequest.XFIXES.18: XFixesRegionExtents 987 XRequest.XFIXES.19: XFixesFetchRegion 988 XRequest.XFIXES.20: XFixesSetGCClipRegion 989 XRequest.XFIXES.21: XFixesSetWindowShapeRegion 990 XRequest.XFIXES.22: XFixesSetPictureClipRegion 991 XRequest.XFIXES.23: XFixesSetCursorName 992 XRequest.XFIXES.24: XFixesGetCursorName 993 XRequest.XFIXES.25: XFixesGetCursorImageAndName 994 XRequest.XFIXES.26: XFixesChangeCursor 995 XRequest.XFIXES.27: XFixesChangeCursorByName 996 XRequest.XFIXES.28: XFixesExpandRegion 997 XRequest.XFIXES.29: XFixesHideCursor 998 XRequest.XFIXES.30: XFixesShowCursor 999 XProtoError.XFIXES.0: BadRegion (invalid Region parameter) 1000 XlibMessage.XFIXES.0: Region id in failed request: 0x%lx 1001 ! DAMAGE extension 1002 XRequest.DAMAGE.0: XDamageQueryVersion 1003 XRequest.DAMAGE.1: XDamageCreate 1004 XRequest.DAMAGE.2: XDamageDestroy 1005 XRequest.DAMAGE.3: XDamageSubtract 1006 XRequest.DAMAGE.4: XDamageAdd 1007 XProtoError.DAMAGE.0: BadDamage (invalid Damage parameter) 1008 XlibMessage.DAMAGE.0: Damage id in failed request: 0x%lx 1009 ! DRI2 extension 1010 XRequest.DRI2.0: DRI2QueryVersion 1011 XRequest.DRI2.1: DRI2Connect 1012 XRequest.DRI2.2: DRI2Authenticate 1013 XRequest.DRI2.3: DRI2CreateDrawable 1014 XRequest.DRI2.4: DRI2DestroyDrawable 1015 XRequest.DRI2.5: DRI2GetBuffers 1016 XRequest.DRI2.6: DRI2CopyRegion 1017 XRequest.DRI2.7: DRI2GetBuffersWithFormat 1018 XRequest.DRI2.8: DRI2SwapBuffers 1019 XRequest.DRI2.9: DRI2GetMSC 1020 XRequest.DRI2.10: DRI2WaitMSC 1021 XRequest.DRI2.11: DRI2WaitSBC 1022 XRequest.DRI2.12: DRI2SwapInterval 1023