https://bugzilla.kernel.org/show_bug.cgi?id=15662
Zhang Rui <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] AssignedTo|acpi_power-vi...@kernel-bug |[email protected] |s.osdl.org | --- Comment #7 from Zhang Rui <[email protected]> 2010-05-11 07:46:13 --- The hotkey works well in KMS mode, right? Method (_Q11, 0, NotSerialized) { Store (0x87, P80H) If (IGDS) { ^^^GFX0.BRTN (0x87) } Else { Notify (^^^P0P2.VGA.LCD, 0x87) } } notification is sent to ACPI video device only if IGDS is not set by BIOS, which seems to be true on this laptop. As IGDS stands for the IGD Opregion stuff which is supported by KMS only, I'm wondering why you want KMS disabled. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
