liu1989 发表于 13/12/7 14:34:05

i5的HD4400驱动For Mac (已用DSDT成功驱动HD4400!)

            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x06)
                  {
                        "model",
                        Buffer (0x16)
                        {
                            "Intel HD Graphics 4400"
                        },
                        "AAPL,ig-platform-id",
                        Buffer (0x04)
                        {
                            0x06, 0x00, 0x26, 0x0A
                        },
                        "hda-gfx",
                        Buffer (0x0A)
                        {
                            "onboard-1"
                        }
                  }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }acer v5-573g笔记本显卡HD4400
DSDT 显卡代码
页: [1]
查看完整版本: i5的HD4400驱动For Mac (已用DSDT成功驱动HD4400!)