Skip to content

Instantly share code, notes, and snippets.

@gsf
Last active December 21, 2015 11:19
Show Gist options
  • Select an option

  • Save gsf/6298080 to your computer and use it in GitHub Desktop.

Select an option

Save gsf/6298080 to your computer and use it in GitHub Desktop.
Arch Linux on the Asus UX31A

Added acpi_osi="!Windows2012" to the boot options based on advice in https://wiki.archlinux.org/index.php/Backlight.

Mounting the efi at /boot is simpler but after kernel upgrades I need to manually run grub-mkconfig -o /boot/grub/grub.cfg.

Installed the infinality-bundle.

In /etc/default/grub:

GRUB_CMDLINE_LINUX="add_efi_memmap i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 acpi_osi= video.use_native_backlight=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment