UPDATE: This method protects your password (slightly, at least), but it does not protect user accounts on the forum. If someone *sniffed* your password hash, it could just be captured and resent to the server it was gathered from, along with your user name. The forum would not know whether the…
OS X 10.7.2 Black Screen Fix
DSDT.dsl
Replace:
"device_type"
Buffer (0x0D)
{
"NVDA,Geforce"
}
with:
"device_type"
Buffer (0x0C)
{
"NVDA,Parent"
}
0x0C (hex) => 12 (dec) - 1 (dec) = 11 (dec).
NVDA,Parent (string; 11 chars).
http://www.insanelymac.com/forum/index.php?s=&showtopic=270123&view=findpost&p=1759594