Could you please fix the "black screen" issue by changing the following in DSDT.aml in upcoming D830 Nvidia Bootpack:
Device (AGP)
{
...
"device_type",
Buffer (0x0D)
{
"NVDA,GeForce"
},
"model",
Buffer (0x18)
{
"NVIDIA GeForce 8400M GS"
}
to
Device (AGP)
{
...
"device_type",
Buffer (0x0C)
{
"NVDA,Parent"
},
"model",
Buffer (0x18)
{
"NVIDIA Quadro NVS 135M"
}