Skip to content

Releases: bayasdev/envycontrol

v2.3.2

25 Feb 17:27
Compare
Choose a tag to compare

What's Changed

  • fixed #84 on EndeavourOS installations not running dracut

Full Changelog: v2.3.1...v2.3.2

v2.3.1

24 Feb 00:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3...v2.3.1

v2.3

15 Jan 12:12
Compare
Choose a tag to compare

What's Changed

  • Minor QoL improvements by @nelsonaloysio in #72
  • Added --reset switch
  • Changed --reset_sddm to --reset-sddm

New Contributors

Full Changelog: v2.2...v2.3

v2.2

27 Dec 00:07
Compare
Choose a tag to compare

What's Changed

  • Fixes PCI bus not being found by regex in some laptops by @gsegalini in #39
  • Enable PreserveVideoMemoryAllocations by default to fix Wayland session not appearing under Gnome 43+

New Contributors

Full Changelog: v2.1.1...v2.2

EnvyControl v2.1.1

11 Apr 02:33
Compare
Choose a tag to compare

What's Changed

  • Use correct path for LightDM script
  • Also rebuild initramfs for OpenSUSE/SLES

Full Changelog: v2.1...v2.1.1

EnvyControl v2.1

07 Apr 18:01
05fa55f
Compare
Choose a tag to compare

What's Changed

  • Fix rebuild of initramfs using dracut by @Luciogi in #35
  • Reimplemented display manager setup, plus amd nvidia fix. by @cronyakatsuki in #36

New Contributors

Full Changelog: v2.0...v2.1

EnvyControl 2.0

02 Apr 17:55
Compare
Choose a tag to compare

What's Changed

  • Removed Display Manager setup since it was causing more problems
  • Added RTD3 support (for Turing and newer GPUs)
  • Added ForceCompositionPipeline support
  • Added Coolbits support
  • Renamed --status to --query
  • Updated arguments to be more POSIX like
  • Overall code cleanup

Full Changelog: v1.3...v2.0

EnvyControl 1.3

24 Jan 21:37
Compare
Choose a tag to compare

What's Changed

  • Poweroff Nvidia card before removing it by @mphe in #8
  • Enable Nvidia driver modeset for hybrid mode (required to enable Wayland support)

New Contributors

  • @mphe made their first contribution in #8

Full Changelog: v1.2...v1.3

EnvyControl 1.2 - 2022 edition

31 Dec 19:59
e6a1f05
Compare
Choose a tag to compare

This new version includes improvements to how the X.org config for the nvidia mode is created:

  • Not all Nvidia GPUs have the same 01:00.0 PCI bus, the PCI bus of the available Nvidia GPU will now be detected dynamically and converted to a X.org compatible format.
  • Added initial support for AMD systems with nvidia mode, EnvyControl will attempt to automatically detect the vendor of the system's iGPU and create an appropiate X.org config for it.

Wishing you and yours a happy, healthy, and abundant 2022! 🎉

EnvyControl 1.1

22 Dec 14:31
21e89a0
Compare
Choose a tag to compare

What's new:

  • Implemented automatic DM detection and setup if required (SDDM and LightDM) for nvidia mode
  • Allow to manually specify the DM for nvidia mode
  • Rebuild the initramfs if running on Debian or one of its derivatives (like Ubuntu, etc)