https://bugzilla.kernel.org/show_bug.cgi?id=112531
Zhang Rui <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|acpi_config-tables@kernel-b |[email protected] |ugs.osdl.org | --- Comment #9 from Zhang Rui <[email protected]> --- (In reply to Nino Miletich from comment #0) > Created attachment 203751 [details] > Includes boot entry for systemd-boot, output of dmesg, DSDT dat and dsl, > EDID, lshw output in text and HTML, lsmod output, lspci -vvv output, and > uname -a output > > I am not entirely sure the OS can fix these problems, since it *might* be a > BIOS issue, but I am posting it here in hopes that it can be fixed by Linux, > since, same ACPI events work in Windows. Namely, the ACPI events for the > following combinations don't work: > > - FN + F1: `XF86XK_Sleep` > - FN + F2: `XF86XK_WLAN` > - FN + F3: `XF86XK_KbdBrightnessDown` > - FN + F4: `XF86XK_KbdBrightnessUp` > - FN + F5: `XF86XK_MonBrightnessDown` > - FN + F6: `XF86XK_MonBrightnessUp` > - FN + F7: `XF86XK_Display` (Toggle laptop display on/off) > - FN + F9: `XF86XK_TouchpadToggle` > > I'm not sure if I picked the right ACPi event for FN + F7, but on Windows it > definitely toggles the laptop's display on and off. > > Also the G752 model has a set of "Macro" keys > (http://i.imgur.com/LZDTr2B.jpg) that also don't seem to work. Looking at > `XF86XK_keysym`.h`, I think they would correspond to these: > > - Camera: `XF86XK_Launch0` > - M1: `XF86XK_Launch1` > - M2: `XF86XK_Launch2` > - M3: `XF86XK_Launch3` > - M4: `XF86XK_Launch4` > - M5: `XF86XK_Launch5` > why are you sure that those events are ACPI events? > I put `XF86XK_Launch0` rather than `XF86XK_WebCam`, because this does not > launch the webcam on Windows 10, but turns on screen recording instead. > > For testing/debugging, I launched `acpid` and attempted to listen for events > with `acpi_listen`, but there was no visible output for any of the key > combinations mentioned above. Yeah, /proc/interrupts shows that there is no ACPI events fired after pressing all of the hotkeys, which suggests that these hotkey events are not handled by ACPI IMO. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
