diff --git a/bbswitch.c b/bbswitch.c index f7fc264..a4cd3f6 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -1,9 +1,13 @@ /** * Disable discrete graphics (currently nvidia only) * - * Based on: - * byo-switcheroo Alex Williamson - * acpi_call Michal Kottman + * Usage: + * Disable discrete card + * # echo OFF > /proc/acpi/bbswitch + * Enable discrete card + * # echo ON > /proc/acpi/bbswitch + * Get status + * # cat /proc/acpi/bbswitch */ #include #include