Skip to content

Instantly share code, notes, and snippets.

@nickbrowne
Last active May 18, 2016 02:06
Show Gist options
  • Save nickbrowne/fd4f616a970c5e3e953d to your computer and use it in GitHub Desktop.
Save nickbrowne/fd4f616a970c5e3e953d to your computer and use it in GitHub Desktop.
Mint 17 on 2013 Macbook Air

Backlight

Install https://github.com/patjak/mba6x_bl

Add xorg config (/usr/share/X11/xorg.conf.d/20-intel.conf):

Section "Device"
        Identifier  "Intel Graphics"
        Driver      "intel"
        Option      "Backlight"  "mba6x_backlight"
        BusID       "PCI:0:2:0"
EndSection

Add mba6x_bl to /etc/modules

EFI boot order

sudo apt-get install efibootmgr

sudo efibootmgr to check current boot order, will look somewhat like this:

BootOrder: 0080
Boot0000* ubuntu
Boot0080* 
BootFFFF*

If 'ubuntu' (which is Mint's EFI identifier) isn't first, change the boot order sudo efibootmgr -o 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment