https://github.com/9elements/_rom-splitter
temporary workaround to get ACPI _ROM Method for Nvidia GPUs in optimus configuration
https://github.com/9elements/_rom-splitter
Last synced: 9 months ago
JSON representation
temporary workaround to get ACPI _ROM Method for Nvidia GPUs in optimus configuration
- Host: GitHub
- URL: https://github.com/9elements/_rom-splitter
- Owner: 9elements
- Created: 2023-01-31T18:21:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T18:27:26.000Z (about 3 years ago)
- Last Synced: 2025-05-18T23:11:26.344Z (11 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _ROM-splitter
temporary workaround to get ACPI _ROM Method for Nvidia GPUs in optimus configuration
It takes a vbios ROM file, splits it into 4KB chunks,
and creates a bunch of ACPI Methods to provide that vbios
in the 4KB chunks that the nvidia driver expects.
Qemu fw cfg mechanism would be superior to this, but it has been
tested to work and requires no patches to qemu/ovmf.