Created
December 31, 2011 02:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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