mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
5 lines
273 B
INI
5 lines
273 B
INI
# `acpi_osi=` fixes hardware buttons on ASUS X550JX. Specifying
|
|
# `acpi_osi=Linux` removes some warnings from boot, but breaks hardware keys
|
|
# again. `acpi_backlight=vendor` appears to not have any effect.
|
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT acpi_osi="
|