Skip to content

Instantly share code, notes, and snippets.

@haldun
Created December 31, 2011 02:03
Show Gist options
  • Save haldun/1542480 to your computer and use it in GitHub Desktop.
Save haldun/1542480 to your computer and use it in GitHub Desktop.
os x lion how to make the lid open when clamshell mode is on
Here's the command to make your laptop behave like it did Pre-Lion (courtesy of my friend):
sudo nvram boot-args="iog=0x0"
Works perfectly for me. If it screws up your system, just zap the PRAM next boot (cmd-opt-p-r) and you'll be back to the default Lion state. Or if you can still get into terminal, this command will get you back to Lion's default state as well:
sudo nvram -d boot-args
Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment