Hi all,
I managed to have a Dell D630 nvidia working perfectly so far (it's new, so maybe some surprises ahead...).
The only small thing I would like to fix is the power button that doesn't put the computer to sleep. The button is seen by Os X ! if I press Ctrl + Power Button, the restart-sleep-shutdown-disalog appears.
Here's my ACPI ?
Device (PWRB)
{
Name (_HID, EisaId ("PNP0C0C"))
Name (_PRW, Package (0x02)
{
0x17,
0x04
})
Method (_PSW, 1, NotSerialized)
{
PSW (Arg0, One)
}
}
I tried to change _HID to _CID as I found on forums, but when I do that, the button doesn't wake the computer anymore.
Thanks,
Jief