XPS13 亮度按键控制
本帖最后由 蚀血V5 于 2016-1-29 11:26 编辑在DSDT中搜索BRT6,
在Notify (LCD, 0x87)下面加: Notify(\_SB.PCI0.LPCB.PS2K, 0x0205)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0285)
在Notify (LCD, 0x87)下面加:
Notify(\_SB.PCI0.LPCB.PS2K, 0x0206)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0286)
完成后代码如下:
Method (BRT6, 2, NotSerialized)
{
If (LEqual (Arg0, One))
{
Notify (LCD, 0x86)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0206)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0286)
}
If (And (Arg0, 0x02))
{
Notify (LCD, 0x87)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0205)
Notify(\_SB.PCI0.LPCB.PS2K, 0x0285)
}
}
保存,重启即可。
请问你的显卡是怎么驱动的? 也是hd5500吧 司马烟 发表于 2016-1-28 22:23
请问你的显卡是怎么驱动的? 也是hd5500吧
论坛有翻译的教程 1800p还要另外改个东西才能驱动 {:7_435:}谢谢楼主分享 是快捷键????? 好的,不错,好样的
页:
[1]