Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

OpenRGB-0.6-bp154.1.54 RPM for s390x

From OpenSuSE Leap 15.4 for s390x

Name: OpenRGB Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.6 Vendor: openSUSE
Release: bp154.1.54 Build date: Thu May 12 07:41:08 2022
Group: Unspecified Build host: s390zp21
Size: 3547917 Source RPM: OpenRGB-0.6-bp154.1.54.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.com/CalcProgrammer1/OpenRGB
Summary: Open source RGB lighting control
The purpose of this tool is to control RGB lights on different peripherals.
Accessing the SMBus is a potentially dangerous operation, so exercise caution.

Provides

Requires

License

GPL-2.0-only

Changelog

* Tue Sep 28 2021 Luigi Baldoni <aloisio@gmx.com>
  - Add OpenRGB-Logitch_G502_detect.patch and
    OpenRGB-Logitch_G502_PID.patch (fix boo#1190894)
* Wed Jun 02 2021 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.6
    New Features:
    * Plugin architecture - OpenRGB plugins add functionality to
      the user interface.
      + Plugins include effects engine, E1.31 receiver, visual map
      editor, and more.
    * Additional user interface configurable options
      + Exit to tray
      + Save window geometry
      + Display index number labels in LED view
    * Log manager
      + Logs are stored in configuration directory under logs
      folder
    * Update detector list in configuration file before detection,
      to avoid crashes
    * SDK server provides capability to list and load profiles
      (protocol version updated to 2)
    * Reworked Linux build system to test on multiple Debian-based
      distros
    Device Controller Changes:
    * MSI Mystic Light re-enabled after deep dive investigation
      into RGB controller bricking issue
      + Only motherboards that have been tested are enabled
      + We can help you unbrick if your board was bricked with a
      previous version, join our Discord for help
    * PCI ID filtering added to ASUS GPU controller
    * Additional GPUs added to MSI GPU controller
    * Additional GPUs added to Gigabyte GPU controller
    * EVGA GPU v2 controller updated to support all modes
    * HyperX Pulsefire FPS Pro controller added
    * Yeelight controller added (see configuration in wiki)
    * Additional serial protocols for Arduino-controlled ARGB
      + TPM2
      + Adalight
    * FanBus controller added
    * E.31 improvements
      + Maximum channels per universe (fixes WLED compatibility)
    * Corsair K55 support added
    * Corsair K57 controller added (wired mode only)
    * Corsair Vengeance Pro DRAM direct mode
    * Standalone Razer controller, does not depend on OpenRazer
      + A bunch of new Razer devices supported, including Razer
      Chroma ARGB controller
    * DAS Keyboard 4Q controller added
    * NZXT Hue 2 Underglow device added
    * Thermaltake Riing Quad controller added
    * ASUS ROG Strix Flare controller added
    * Lian Li Uni Hub controller added
    * Creative Sound BlasterX G6 controller added
    * Consolidated Logitech mouse controllers to reduce duplicate
      code
    * Added Direct mode to Logitech consolidated Logitech mouse
      code
    * Logitech G910 Orion Spectrum controller added
    * QMK OpenRGB controller added (requires configuration entry)
    * Logitech wireless mouse support improved
    Known Issues:
    * G502 Hero and G502 PS mice crash on startup. The issue has
      been fixed in the pipeline builds.
    * Plugin architecture does not have a versioning system. If
      OpenRGB crashes on open, try deleting/updating all plugins.
    * Some ASUS GPUs that worked in 0.5 no longer work in 0.6.
      + Please open an issue on GitLab or join our Discord to get
      its PCI ID added. We need the following information:
      x Card marketing name and model number (Link to ASUS
      website preferred)
      x PCIe ID (Vendor, Product, Subvendor, Subproduct)
      x Detector I2C address (you can get this using a
      previous version of OpenRGB, version 0.5 recommended)
    * Redragon M711 wave effect doesn't work
    * Some Corsair mice do not have specific LED labels
    * Some Razer keyboards are missing key maps
    * Asus Addressable number of channels may be incorrect
    Notes:
    * Due to changes in device names, existing profiles you have
      saved from previous versions may not work and will need to
      be recreated. Same goes for saved addressable controller
      sizes.
    * If upgrading from a previous release, it is recommended to
      disable OpenRazer or OpenRazer-win32 in the settings. This
      allows use of the new Razer controller with better device
      support.
  - Refreshed OpenRGB-use_system_libs.patch
* Mon Dec 07 2020 Martin Hauke <mardnh@gmx.de>
  - Udpate to version 0.5
    New Features:
    * Settings have been consolidated into a new file OpenRGB.json,
      using JSON format
    * Settings tab allows enabling and disabling devices from the
      user interface
    * Configuration files are stored in an XDG-compliant
      configuration directory (%APPDATA%\OpenRGB or ~/.config/OpenRGB)
    * Speed up detection by limiting I2C/SMBus detectors to specific
      PCI IDs
    * Fixed profile loading, deleting
    Device Controller Changes:
    * E1.31 improvements - better grouping, unicast support
    * MSI-RGB color inversion fixed
    * LED labels added to some Corsair mice
    * Espurna controller API support
    * EVGA GPU (V1 and partial V2 - 1xxx and 2xxx series) support
    * New SteelSeries devices - Apex Pro TKL, Old Apex
    * Philips Wiz support
    * Linux LED sysfs support
    * Corsair Dominator Platinum RGB support
    * Sony DualShock 4 support
    * Logitech G213 support
    * ASUS Mice support - ROG Gladius II Core, ROG Gladius II, and
      ROG Gladius II Origin
    * HyperX Fury Ultra mousemat support
    * SteelSeries Apex M750
    * ASUS TUF gaming laptops on Windows (already supported via
      Faustus on Linux)
    * Cooler Master ARGB controller support
    * NZXT Hue+ performance improved
    * HyperX DRAM mapping issues resolved, flicker reduced
    * More keymaps for Razer keyboards
    Known Issues:
    * Redragon M711 wave effect doesn't work
    * Some Corsair mice do not have specific LED labels
    * Some Razer keyboards are missing key maps
    * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to
      properly set
    * Asus Addressable number of channels may be incorrect
    * MSI Mystic Light controller still disabled due to bricking
      risk, bricking situation being investigated. OpenRGB 0.5 will
      not brick your MSI board as this code is disabled.
    Notes:
    * Due to changes to the profile manager, any existing profiles
      you have saved from previous versions likely will not work
      and will need to be recreated. Same goes for saved addressable
      controller sizes.
  - Drop patches (included upstream):
    * 0001-Fix-build-on-powerpc-and-related.patch
    * reproducible.patch
* Wed Nov 18 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to override build date (boo#1047218)
* Fri Nov 06 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.4
    New Features:
    * Graphical LED view allows you to see the current settings and
      select multiple LEDs to apply colors quickly.
    * Device detection happens in the background and a progress bar
      shows detection progress, allows you to cancel detection.
    * Keyboard and mouse LED names have been standardized, allowing
      better integration with Aurora (use dev branch).
    * New I2C tool for reading multi-byte SMBus registers (as ASRock
      uses).
    Device Controller Changes:
    * New controller for Corsair Hydro Series coolers (only Pro
      variants H100i Pro and H115i Pro for now).
    * New controller for Tecknet M008 Mouse.
    * New controller for HyperX Pulsefire Surge Mouse.
    * Improvements to ASRock Polychrome controller
      + Polychrome V2 individual LED control.
      + Polychrome V1 individual zone control.
      + More reliable detection and communication for Polychrome.
      devices.
    * RGB Fusion 2 SMBus controller enabled for select motherboards
    * More MSI GPUs added
    * RGB Fusion 2 USB detection fixed
    * Keymaps added to many keyboard controllers
    Known Issues:
    * RGB Fusion 2 SMBus controller may incorrectly be detected when
      an MSI GPU is present (due to address 0x68).
    * Redragon M711 wave effect doesn't work.
    * Corsair mice do not have specific LED labels.
    * Some Razer keyboards are missing key maps.
    * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to
      properly set.
    * Asus Addressable number of channels may be incorrect.
    * MSI Mystic Light controller still disabled due to bricking
      risk, bricking situation being investigated. OpenRGB 0.4 will
      not brick your MSI board as this code is disabled.
    * MSI-RGB boards still may experience inverted colors
  - Rebase patch:
    * OpenRGB-use_system_libs.patch
  - Drop patch:
    * OpenRGB-no_return_in_nonvoid.patch (not longer needed)
* Wed Jul 22 2020 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.3
    * GUI now includes an SDK client. This allows one UI to
      control multiple PCs as long as they are running the SDK
      server.
    * Default SDK server port changed to 6742 (this is "ORGB" on a
      phone keypad)
    * CLI now includes --server and --client options for starting
      an SDK server or client
    * OpenRGB will now automatically attempt to connect to a local
      server. If it exists, the hardware detection will be
      skipped. This allows use in a client/daemon model.
    * Many new drivers and driver improvements. See the supported
      devices list on the wiki.
    * MSI Mystic Light controller has been disabled. It was
      causing bricked RGB on certain boards.
    Known Issues:
    * Redragon M711 wave effect doesn't work
    * Corsair mice show up as mousemat
    * Razer keyboards do not have named keys
    * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to
      properly set
    * Asus Addressable number of channels may be incorrect
    version 0.2:
    * Color Wheel color picker
    * NZXT Kraken driver
    * MSI Mystic Light driver
    * Asus ROG Aura Core driver
    * Asus Addressable driver
    * Cooler Master MP750 driver
    * OpenRGB SDK server
    Known Issues:
    * Redragon M711 wave effect doesn't work
    * Corsair mice show up as mousemat
    * Razer keyboards do not have named keys
    * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to
      properly set
    * Asus Addressable number of channels may be incorrect
    * MSI Mystic Light driver may have issues with certain
      motherboards
* Fri Mar 27 2020 dead_mozay@opensuse.org
  - Update to version 0.1.0:
    * Bring in nct6775 SMBus driver improvements from updated patch to Windows
    * Update OpenRazer-win32 DLLs to openrazer commit bd864c8
    * Fix wrong index being used in profile lookup that would cause segfaults if there are more controllers detected than in profile
    * Add timeouts to i2c-nct6775 driver and fix kernel segfault caused by byte access with no data
    * Fix segfault in CLI
    * Fix arguments not parsing in CLI, add mode specific color support to CLI
    * Add some comments to the CLI code and clean up some warnings
    * Move help and version functions to the same place as the other arguments
    * Fix current device ID in CLI
    * Add profile saving to command line
* Fri Mar 27 2020 dead_mozay@opensuse.org
  - Update to version 0.1.0:
    * Bring in nct6775 SMBus driver improvements from updated patch to Windows
    * Update OpenRazer-win32 DLLs to openrazer commit bd864c8
    * Fix wrong index being used in profile lookup that would cause segfaults if there are more controllers detected than in profile
    * Add timeouts to i2c-nct6775 driver and fix kernel segfault caused by byte access with no data
    * Fix segfault in CLI
    * Fix arguments not parsing in CLI, add mode specific color support to CLI
    * Add some comments to the CLI code and clean up some warnings
    * Move help and version functions to the same place as the other arguments
    * Fix current device ID in CLI
    * Add profile saving to command line
* Fri Mar 27 2020 Dead Mozay <dead_mozay@opensuse.org>
  - Initial package

Files

/usr/bin/openrgb
/usr/lib/udev/rules.d/60-openrgb.rules
/usr/share/applications/OpenRGB.desktop
/usr/share/doc/packages/OpenRGB
/usr/share/doc/packages/OpenRGB/README.md
/usr/share/licenses/OpenRGB
/usr/share/licenses/OpenRGB/LICENSE
/usr/share/pixmaps/OpenRGB.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:16:51 2024