Skip to content

Update to RandR 1.5 #533

Merged
merged 8 commits into from
Nov 22, 2017
Merged

Update to RandR 1.5 #533

merged 8 commits into from
Nov 22, 2017

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    242f375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fafb8 View commit details
    Browse the repository at this point in the history
  3. libXrandr: Use new, secure source URL

    The current URL moved permanently.
    
    ```
    $ curl -I http://xorg.freedesktop.org/releases/individual/lib/
    HTTP/1.1 301 Moved Permanently
    Date: Fri, 17 Nov 2017 11:21:44 GMT
    Server: Apache/2.4.10 (Debian)
    Location: https://www.x.org/releases/individual/lib/
    Content-Type: text/html; charset=iso-8859-1
    
    ```
    pmenzel committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    01b4d2d View commit details
    Browse the repository at this point in the history
  4. libXrandr: Update version from 1.4.2 to 1.5.1

    Version 1.5.0 adds support for monitor objects, needed for tiled
    displays, that means displays with more than one panel (MST,
    Multi-Stream Transport) like the Dell UP3214Q [1].
    
    Announcement [1]:
    
    > Add support for monitors and fixes requires on libX11.
    >
    > Keith Packard (2):
    >       libXrandr: Clean up compiler warnings
    >       Add monitors, update to version 1.5 (v2)
    >
    > Michael Joost (1):
    >       Remove fallback for _XEatDataWords, require libX11 1.6 for it
    
    [1] https://en.wikipedia.org/wiki/DisplayPort#Multiple_displays_on_single_DisplayPort_connector
    [2] https://lists.x.org/archives/xorg-announce/2015-May/002606.html
    pmenzel committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    2173935 View commit details
    Browse the repository at this point in the history
  5. xrandr: Strip trailing space

    pmenzel committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    fbca595 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bf27ee View commit details
    Browse the repository at this point in the history
  7. xrandr: Use new, secure source URL

    The current URL moved permanently.
    
    ```
    $ curl -I http://xorg.freedesktop.org/releases/individual/app/
    HTTP/1.1 301 Moved Permanently
    Date: Fri, 17 Nov 2017 11:16:23 GMT
    Server: Apache/2.4.10 (Debian)
    Location: https://www.x.org/releases/individual/app/
    Content-Type: text/html; charset=iso-8859-1
    
    ```
    pmenzel committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    760f800 View commit details
    Browse the repository at this point in the history
  8. xrandr: Update version from 1.4.1 to 1.5.0

    Announcement [1]:
    
    > xrandr is a command line interface to the X11 Resize, Rotate, and Reflect
    > (RandR) extension.
    >
    > This release adds support for the new monitor objects added in RandR 1.5, and
    > fixes a few bugs.
    >
    >
    > Aaron Plattner (2):
    >       Split verbose mode printing into a helper function
    >       xrandr 1.5.0
    >
    > Chris Wilson (3):
    >       Mark disabling an output as a change in its CRTC
    >       Mark all CRTC as currently unused for second picking CRTC pass
    >       Only use the current information when setting modes
    >
    > Dave Airlie (2):
    >       xrandr: parse property returns correctly.
    >       xrandr: don't return NULL from a void
    >
    > Keith Packard (3):
    >       Increase keystone.5c default window size
    >       keystone: Report matrix error. Deal with "primary" in xrandr output
    >       Add monitor support (v2)
    
    [1] https://lists.freedesktop.org/archives/xorg-announce/2016-February/002677.html
    pmenzel committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    e5ac742 View commit details
    Browse the repository at this point in the history