nix-community / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. [maintainer=@teleshoes /@Mic92]
GNU General Public License v3.0
80 stars 23 forks source link

turn_off_gpu.sh: add acpi method for RTX A1000 #25

Closed acheronfail closed 1 year ago

acheronfail commented 1 year ago

I see that https://github.com/mkottman/acpi_call isn't really making changes these days, but this fork is. So I'm making a PR here, too.

I've come into possession of a Dell Precision 5570 and found the right acpi method call to disable its GPU, and so I've added that to this script.


For those interested, here's the process I used to find the method call (might be useful to others in the future): https://github.com/acheronfail/acpi_call_finder

teleshoes commented 1 year ago

cool thx