Aaron Plattner (1):
man: Document the new --filter option
Adam Simpkins (1):
xrandr: fix crash if some modes cannot be found
Alan Coopersmith (2):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Emil Velikov (1):
autogen.sh: use quoted string variables
Giuseppe Bilotta (8):
xrandr: document that we accept '--dpi output'
xrandr: suppress misleading indentation warning
xrandr: allow a single value for --scale
xrandr: stricter --scale argument parsing
xrandr.man: grammar tuning
xrandr: allow single value for --gamma
xrandr.man: document the monitor manipulation options
xrandr: gamma and scaling factors must be positive
Matt Turner (2):
Build xz tarballs instead of bzip2
xrandr 1.5.1
Mihail Konev (1):
autogen: add default patch prefix
Pablo De La Garza (1):
xrandr: Add a "--filter" flag
Pali Rohár (2):
Document format of --dpi option in non-ambiguous way
Document that --dpi and --fbmm options set DPI of whole X screen
Peter Hutterer (2):
autogen.sh: use exec instead of waiting for configure to finish
init the name to 0
Vladimir Panteleev (1):
xrandr: Fix deleting inactive monitors
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)
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.
Aaron Plattner (1):
xrandr 1.4.3
Connor Behan (2):
Remove duplicate printing of the axis
Allow -x and -y switches to undo themselves
Dominik Behr (1):
xrandr: use full range for gamma table generation
Stéphane Aulery (1):
Mention of --brightness with -h option
Thomas Klausner (1):
Remove unnecessary parentheses.
This minor bugfix release restores the ability to disconnect
providers from each other using "0x0" as the provider XID. For
example, to disconnect a display offload sink from its source,
use
xrandr --setprovideroutputsource <sink> 0x0
This release also formats the GUID provided by DisplayPort 1.2
displays in traditional GUID form.
Finally, this release increases the precision of refresh rate
calculations to disambiguate modes with very similar refresh
rates and to improve the accuracy for interlaced modes.
Aaron Plattner (5):
Split output property printing into a helper function
Move EDID printing into a helper function
Special-case printing of the GUID property
xrandr: document how to disconnect RandR 1.4 providers
xrandr 1.4.2
Dave Airlie (1):
xrandr: allow disconnecting of offload and outputs
Ville Syrjälä (2):
xrandr: Use more decimal places when printing various rates
xrandr: Use floating point for VTotal when calculating refresh rate
This minor bugfix release makes the property list output more usable,
avoids passing uninitialized values to libXrandr, makes the handling
and documentation of --help and --version more consistent, and fixes
some compiler warnings.
Aaron Plattner (1):
Print spaces between XA_ATOM property values
Alan Coopersmith (3):
Declare capability_name() as returning const char *
Combine usage message strings
xrandr 1.4.1
Andy Ritger (1):
xrandr: calloc XRRModeInfo's passed to libXrandr.
Thomas (1):
Bug 56923 - Make command line options consistent (single vs double dash)
Thomas Klausner (1):
Protect config.h like usual.
New features:
* Support for RandR 1.4's provider objects. See the --listproviders,
--setprovideroutputsource, and --setprovideroffloadsink options for more
information.
* --set now allows a comma-separated list of values. This is useful with the
Border property to configure different border adjustments for different edges
of the screen.
* --scale-from, which specifies a scaling transform based on the desired
desktop size.
* --query now indicates which output, if any, is primary.
It also contains a number of bug fixes.
One notable behavior change is that the --gamma option now takes the actual
gamma value rather than the reciprocal of the gamma value. This matches the
behavior of other programs such as xgamma and the gamma configuration options in
xorg.conf.
Aaron Plattner (12):
Add a --scale-from option
xrandr: Fix string constness bugs
man: document provider options
xrandr: make providers a first-class citizen
xrandr: look for providers by name or xid
xrandr: Fix variable declaration warnings
Bug #11397: check that numeric --orientation arguments are in range
Bug #14118: print usage() to stdout, proper errors for bad arguments
Bug #29603: document that there might be multiple preferred modes
Bug #37043: adjust refresh rates for doublescan and interlace
Cast XID to unsigned int to suppress a printf warning
xrandr 1.4.0
Adam Jackson (2):
Document the rarer --newmode flags in --help output
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (3):
config: Add missing AC_CONFIG_SRCDIR
Mark fatal() and warning() as taking printf-style arguments
Fix -Wformat warnings about passing longs where ints were expected
Andy Ritger (5):
xrandr: use 1/gamma to compute gamma-correction
xrandr: fix gamma == 1.0 && sigbits != 8
xrandr: compute gamma-correction in [0,2^sigbits)
xrandr: extend '--set' syntax to allow a comma-separated list of values
xrandr: generalize output property printing
Colin Walters (1):
autogen.sh: Honor NOCONFIGURE=1
Dave Airlie (1):
xrandr: add provider interfaces
Eric S. Raymond (1):
Running text interspersed with options prevents DocBook translation; remove.
Jeremy Huddleston (1):
Include strings.h for strcasecmp
Keith Packard (3):
xrandr: Preserve current mode when switching crtcs
Update keystone program to run with new nichrome bits
keystone.5c: cairo-5 box semantics changed default layout
Pierre-Loup A. Griffais (2):
xrandr: move transform limit checking after scaling
xrandr: print primary output
1.3.5:
This minor bug fix release corrects several issues found by static
code analysis tools and cleans up some build configuration issues.
1.3.4:
This release corrects a mistake in the man page, and fixes the reporting
of missing RandR extension support when connecting to servers not supporting
it (such as Xorg releases with the Xinerama extension enabled).
Warn if one of the outputs given did not exist
changed a bunch of string to number conversions for reliability
Add missing 'static's to get rid of warnings.
Federico Mena Quintero (1):
bfo#22864 - grab the server around all modifications to CRTCs
Matthias Hopf (3):
Report program version as well with --version.
Fix missing prototype warning.
Bump to 1.3.1
Éric Piel (1):
xrandr: Document --nograb option
1.3.0:
Aaron Plattner (1):
Set the screen config on the correct screen.
Adam Jackson (2):
Allow zero replies from GetPanning to mean panning is unavailable.
xrandr 1.3.0
Matthias Hopf (1):
Revert "Move outputs among crtcs as necessary. Fixes 14570"
1.2.99.4:
Several bug fixes, manpage improvements, and addition of new RandR 1.3
options (--current, --{no,}primary).
Julien Cristau (3):
Document the --current option
Document the --primary and --noprimary options
Bump to 1.2.99.4
Keith Packard (4):
Add --current option to use new XRRGetScreenResourcesCurrent API
Add --nograb option
Add --primary option
Add --noprimary option
Maarten Maathuis (3):
randr-1.2: support gamma changes.
Fix gamma computation.
Stay away from doublescan modes unless a refresh rate is specified.
Matthias Hopf (2):
Print multiple Atom and INT32 properties.
Several fatal() were missing \n.
Paulo Cesar Pereira de Andrade (1):
Correct make distcheck and gcc/sparse warnings.
Eric Piel (1):
Add docs for --transform and --scale.
1.2.99.3:
- Panning support
- Transformation support
- Various fixes
(no other changelogs found)
pkgsrc changes:
Link with -lm, since the program uses fabs(). This failed on Linux of all
platforms. NetBSD happens to have fabs() in libc, but the manpage states
that -lm should be linked in, so do it for all platforms.
Changes:
Update COPYING
Add *current and +preferred to the --verbose output
When invoked with no option, xrandr dumps existing modes
Allow the same output to be specified several times on the command line
Clarify the ability to manipulate multiple outputs in the manpage
Verify crtc against previous config.
Always reset other outputs using the best crtc.
Add xrandr test suite.
Improved test script.
Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
More tests for ambiguous xrandr output.
Some minor issues in test case fixed.
Be more robust in test case if mode database is borked.
Add more tests, mostly regarding crtc switching and uncloning.
Add informational output for known issues.
Add another test known to fail.
- man page improvements
- search all configurations if the simple CRTC allocation failed
- document options added in 1.2.1
- output mode flags with verbose