Skip to content

v0.50.0

Choose a tag to compare

@ewagner12 ewagner12 released this 13 Jan 21:33
· 41 commits to main since this release
618fd62

Full Changelog: v0.42.2...v0.50

Setup and boot fixes

  • Fixes the setup when there is a non-zero PCIe domain and additional fixes to the boot function.
  • Added a "sanity check" to ensure the IDs in the files are of the correct format.
  • Fixes to method 1 PCIe removal

Add an additional "set-boot-vga force-internal" function to force the boot-vga to be the iGPU.

  • This may be useful on some setups without a display connected to the eGPU.

Breaking Change:
The configuration files now use the line format "dddd:bb:ee.f driver" in order to work with non-zero PCIe domains. Since most systems only use a 0 domain we had assumed that dddd = 0000 in previous versions. The script will automatically update legacy configuration files from the format bb:ee.f to 0000:bb:ee.f so it should continue working on most systems where there is only a 0 domain. If you run into an issue please re-run the setup on version 0.50.0 or greater.