2019-07-28 09:45:04 +02:00
|
|
|
# `acpi_osi=` fixes hardware buttons on ASUS X550JX. Specifying
|
|
|
|
# `acpi_osi=Linux` removes some warnings from boot, but breaks hardware keys
|
|
|
|
# again.
|
2019-07-22 17:56:38 +02:00
|
|
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT acpi_osi="
|