diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2006-10-04 14:51:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2006-10-04 14:51:48 -0700 |
commit | 3c354e7245dd7830b5600716185017831aff1316 (patch) | |
tree | 2933ae2ef2c39ae05462b3485829f7050cc9846f /randrproto.txt | |
parent | ee843ac7077f5dcae677ad1b7c794abb0b89e111 (diff) |
Get rid of mode origins.
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 36 |
1 files changed, 7 insertions, 29 deletions
diff --git a/randrproto.txt b/randrproto.txt index 15ab34f..6e64557 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -242,34 +242,12 @@ SIZEID { CARD16 } MODE { XID or None } -RRMODEORIGIN { RRModeOriginPreferred, - RRModeOriginDetailed, - RRModeOriginVESA, - RRModeOriginConfig, - RRModeOriginUser, - RRModeOriginOther } - - These values are used to indicate to the application the origin - of each mode. - - Preferred modes come from the monitor as the preferred mode for - this monitor; generally these are used for fixed-pixel flat panels - to indicate the native resolution of the panel. - - Detailed modes also come from the monitor as additional modes that - may not follow the VESA specification. - - VESA modes are either standard modes from the VESA spec or modes - generated from the GTF using the monitor specifications. - - Config modes are those provided as a part of the X server - configuration. - - User modes are those defined through the RandR protocol during X - server operation. - - Other modes covers modes that come from any other source; space - aliens, tarot cards, whatever. +OUTPUTPREFERENCE { RROutputPreferencePreferred, + RROutputPreferenceMonitor, + RROutputPreference + +OUTPUTMODE { mode: MODE, + preference: OUTPUTPREFERENCE } CRTC { XID } @@ -592,7 +570,7 @@ dynamic changes in the display environment. possible-options: SETofOUTPUTOPTION crtcs: LISTofCRTC clones: LISTofOUTPUT - modes: LISTofMODE + modes: LISTofOUTPUTMODE └─── Errors: Output |