Package Release Info

xrandr-1.5.3-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xrandr

Change Logs

* Thu Nov 07 2024 sndirsch@suse.com
- Update to version 1.5.3
  * set_gamma_info: remove unnecessary round-trip to server
  * Reworked transform fix from Arsalan Awan
  * xrandr: Print/consume the CTM prop in human readable form
* Mon Feb 26 2024 dimstar@opensuse.org
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Sun Dec 04 2022 sndirsch@suse.com
- Update to version 1.5.2
  * gitlab CI: add a basic build test
  * Fix spelling/wording issues
  * gitlab CI: stop requiring Signed-off-by in commits
  * Variable scope reductions as suggested by cppcheck
  * Fix a -Wsign-compare warning
  * Remove unused macros left over from original RandR 1.2 code
  * Remove unused definition of rectangle_t
  * Constify array argument to find_last_non_clamped()
- refreshed xrandr-print-outputs-per-provider.patch
* Mon Mar 15 2021 dmueller@suse.com
- modernize spec-file (move license to licensedir)
* Tue Aug 20 2019 sndirsch@suse.com
- update to version 1.5.1
  * Update configure.ac bug URL for gitlab migration
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish init the name to 0
  * autogen.sh: use quoted string variables
  * xrandr: fix crash if some modes cannot be found
  * 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
  * xrandr: Add a "--filter" flag
  * xrandr: Fix deleting inactive monitors
  * man: Document the new --filter option
  * Document format of --dpi option in non-ambiguous way
  * Document that --dpi and --fbmm options set DPI of whole X screen
  * Update README for gitlab migration
- superseded U_xrandr_suppress-misleading-indentation-warning.patch,
  U_xrandr_add-filter-flag.patch
* Mon Nov 20 2017 zaitor@opensuse.org
- Add U_xrandr_suppress-misleading-indentation-warning.patch: When
  printing out rotations, we print a space before any item other
  than the first, and set `first = False` in each block where we
  print. However, this is done in the same line as the conditional
  that checks if first is set, which may give the impression that
  the assignment is also under the conditional. This is not the
  case, and recent GCC warns about this.
- Add U_xrandr_add-filter-flag.patch: Flag can be set to
  "nearest" or "bilinear".
* Mon May 29 2017 sndirsch@suse.com
- includes everything needed for missing sle issue entries:
  fate #320388 (bsc#1041382)
- Add xrandr-print-outputs-per-provider.patch from sle12. This makes
  the --listproviders option in xrandr(1) also print which outputs are
  supported by each provider or GPU. (patch by federico@suse.com)
* Thu Feb 25 2016 mimi.vx@gmail.com
- update to version 1.5.0
  This release adds support for the new monitor objects added in RandR 1.5, and
  fixes a few bugs.
* Wed Aug 06 2014 tobias.johannes.klausmann@mni.thm.de
- Update to version 1.4.3:
  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.
* Sat Mar 29 2014 tobias.johannes.klausmann@mni.thm.de
- Update to version 1.4.2:
  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.