diff --git a/README.md b/README.md index 3090843..2bd4b00 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -A kernel simple module that enables you to call ACPI methods by writing the -method name followed by arguments to `/proc/acpi/call`. +A simple kernel module that allows one to call ACPI methods by writing the +method name followed by its arguments to `/proc/acpi/call`. -This module is to be considered a proof-of-concept and has been superseeded by +This module is to be considered a proof-of-concept, and has been superseded by projects like [bbswitch](https://github.com/Bumblebee-Project/bbswitch). It allows you to tamper with your system and should be used with caution. -Want to use acpi_call via graphic interface? [Click here](https://github.com/mkottman/acpi_call/#graphic-interface) +Want to use acpi_call via a graphical interface? [Click here](https://github.com/mkottman/acpi_call/#graphic-interface) Usage: @@ -15,8 +15,8 @@ You can then retrieve the result of the call by checking your dmesg or: sudo cat /proc/acpi/call -An example to turn off discrete graphics card in a dual graphics environment -(like NVIDIA Optimus): +An example to turn off the discrete graphics card in a dual graphics +environment (like NVIDIA Optimus): # turn off discrete graphics card echo '\_SB.PCI0.PEG1.GFX0.DOFF' > /proc/acpi/call