Linux and "MacBook Air killers":
- Sony Vaio Z-series and Linux -- 54
- Lenovo ThinkPad X301 and Linux -- 11
- Dell Latitude E4200/E4300 and Linux -- 8
- Samsung X360 and Linux -- 3
- Dell Adamo and Linux (soon)
- HP Vodoo Envy 133 and Linux (soon)
- MSI X-Slim Series X320 and Linux (soon)
- Toshiba Portégé R500-11J and Linux (soon)
// Manage GFX cards?
// Arg0: unused?
// Arg1: 0x10 - target is chipset graphics card (OVGA)
// else - target is external graphics card (PEGP.DGPU)
// Arg2: combined function name and arguments
// [0] - function name, ASCII representation of ACPI method name
// everything else is function dependent
Method (WMMX, 3, NotSerialized)
{
CreateDWordField (Arg2, Zero, FUNC) // FUNC: Function name, DWORD copied from byte 0 of Arg2
If (LEqual (FUNC, 0x444F445F))
{
If (LEqual (Arg1, 0x10))
{
Return (^^OVGA._DOD ())
}
Else
{
Return (^^PEGP.DGPU._DOD ())
}
}
No comments:
Post a Comment