summaryrefslogtreecommitdiff
path: root/x11/xrandr
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10Update to xrandr-1.3.3:joerg2-6/+7
- allow getting gamma and brightness - allow specifying maximum gamma - remove --clone / --extend support - fix some segfaults on bad command line
2009-11-09Update to xrandr-1.3.2. Changes:tnn2-6/+6
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.
2009-08-15Update to 1.3.1:wiz2-6/+6
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
2009-06-07Update to 1.3.0:wiz3-12/+15
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)
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-05-17Update to xrandr-1.2.3.tnn2-6/+9
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.
2007-08-05Update to xrandr-1.2.2:joerg2-6/+6
- man page improvements - search all configurations if the simple CRTC allocation failed - document options added in 1.2.1 - output mode flags with verbose
2007-07-12Update to xrandr-1.2.1. Add support to set properties and add/removejoerg2-6/+6
modes and alter the list of modes for a display.
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg1-1/+3
2007-03-17All the Xorg packages support user-destdir. xrandr needs a newerjoerg1-1/+5
libXrandr, explicitly depend on it.
2007-02-26add the "xrandr" tool (part of modular xorg)drochner4-0/+29