Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2090  / 3 Years ago, tue, august 17, 2021, 6:37:49

I have recently purchased a ROG Falchion RGB wireless keyboard for use with my dual boot desktop (Win 10/Ubuntu 21.04). In Windows, using Armoury Crate, I have configured the lighting and set the power options for the keyboard to sleep after 2 minutes of idle time. What I have found is, when using Ubuntu, after the idle time has expired, instead of the keyboard going to sleep, the entire system goes into hibernation and the OS will restart unless you wake it and cancel the reboot. Currently, the only option to resolve the issue is to turn off the keyboard's power saving options in Armoury Crate. As this is not ideal, does anyone have any advice or thoughts on keeping power saving options on without causing the shutdown issues in Ubuntu?


More From » dual-boot

 Answers
0

For a more permanent solution, append the following config to /usr/share/X11/xorg.conf.d/40-libinput.conf:


Section "InputClass"
Identifier "disable asus falchion sys control"
MatchIsKeyboard "on"
MatchProduct "ASUSTeK ROG FALCHION System Control"
Option "Ignore" "on"
EndSection

Before doing the above, you can verify the MatchProduct key by looking through your inputs with xinput. You'll see that under the hood, Falchion is registering several inputs. That ... System Control input is the one it's using to tell your system to hibernate.


[#1356] Tuesday, August 17, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ciousuntru

Total Points: 352
Total Questions: 124
Total Answers: 95

Location: Grenada
Member since Tue, Oct 12, 2021
3 Years ago
ciousuntru questions
Thu, Apr 7, 22, 06:32, 2 Years ago
Tue, Jan 24, 23, 02:14, 1 Year ago
Sat, Dec 18, 21, 21:37, 2 Years ago
Mon, May 30, 22, 05:42, 2 Years ago
;