Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
xorgproto /
Delete
Unzip
Name
Size
Permission
Date
Action
compositeproto.txt
11.88
KB
-rw-r--r--
2024-03-26 07:16
damageproto.txt
7.41
KB
-rw-r--r--
2024-03-26 07:16
dri2proto.txt
22.54
KB
-rw-r--r--
2024-03-26 07:16
dri3proto.txt
20.63
KB
-rw-r--r--
2024-03-26 07:16
fixesproto.txt
21.78
KB
-rw-r--r--
2024-03-26 07:16
presentproto.txt
27.17
KB
-rw-r--r--
2024-03-26 07:16
randrproto.txt
108.7
KB
-rw-r--r--
2024-03-26 07:16
renderproto.txt
36.92
KB
-rw-r--r--
2024-03-26 07:16
resproto.txt
17.64
KB
-rw-r--r--
2024-03-26 07:16
xv-protocol-v2.txt
19.86
KB
-rw-r--r--
2024-03-26 07:16
xwaylandproto.txt
2.33
KB
-rw-r--r--
2024-03-26 07:16
Save
Rename
The XWAYLAND Extension Version 1.0 2022-07-29 1. Introduction The XWAYLAND extension allows clients to reliably identify whether an X server is Xwayland. It does not provide any functionality beyond the absolute minimum to identify as extension. Only Xwayland initializes this extension. Thus, if the extension is present, the X server is Xwayland. Clients should not need the protocol detailed in this document, a QueryExtension or ListExtensions request is sufficient to check whether the extension is present. The protocol detailed in this document is merely to future-proof this extension in case actual functionality is added in the future. ❄ ❄ ❄ ❄ ❄ ❄ ❄ 2. Version History - 1.0, July 2022: QueryVersion request only ❄ ❄ ❄ ❄ ❄ ❄ ❄ 3. Events and Errors XWAYLAND defines no events or errrors ❄ ❄ ❄ ❄ ❄ ❄ ❄ 4. Extension initialization The name of this extension is "XWAYLAND" ┌─── XwlQueryVersion client-major-version: CARD16 client-minor-version: CARD16 ▶ major-version: CARD16 minor-version: CARD16 └─── The client sends the highest supported version to the server and the server replies with the highest version it supports, but no higher than the requested version. Major versions changes can introduce incompatibilities in existing functionality, minor version changes introduce only backward compatible changes. It is the clients responsibility to ensure that the server supports a version which is compatible with its expectations. Backwards compatible changes include addition of new requests. ❄ ❄ ❄ ❄ ❄ ❄ ❄ Appendix A. Protocol Encoding Syntactic Conventions This document uses the same syntactic conventions as the core X protocol encoding document. A.1 Common Types None. A.2 Protocol Requests ┌─── XwlQueryVersion 1 CARD8 major opcode 1 0 XWAYLAND opcode 2 2 length 2 CARD16 major version 2 CARD16 minor version ▶ 1 1 Reply 1 unused 2 CARD16 sequence number 4 0 reply length 2 CARD16 major version 2 CARD16 minor version 20 unused └─── A.3 Protocol Events The XWAYLAND extension defines no events. A.4 Protocol Errors The XWAYLAND extension defines no errors. ❄ ❄ ❄ ❄ ❄ ❄ ❄