https://bugs.kde.org/show_bug.cgi?id=510573
--- Comment #8 from [email protected] <[email protected]> --- > I do agree with that, it looks like your hardware is pretty severely broken I won't disagree there, but I think that it is a level of broken that is possible to work around! :) > Make sure you you disable suspend for all profiles (battery, AC, low > battery). Adding this to .config/powerdevilrc should do it > > [AC][SuspendAndShutdown] > AutoSuspendAction=0 > > [Battery][SuspendAndShutdown] > AutoSuspendAction=0 > > [LowBattery][SuspendAndShutdown] > AutoSuspendAction=0 Those settings were already present. Here is the modified date of the file and all of its contents: ``` $ ls -alh .config/powerdevilrc -rw-------. 1 rebecca rebecca 754 Oct 12 20:46 .config/powerdevilrc $ cat .config/powerdevilrc [AC][Display] DimDisplayIdleTimeoutSec=120 DisplayBrightness=20 TurnOffDisplayIdleTimeoutSec=300 UseProfileSpecificDisplayBrightness=true [AC][Keyboard] KeyboardBrightness=0 UseProfileSpecificKeyboardBrightness=true [AC][SuspendAndShutdown] AutoSuspendAction=0 LidAction=0 PowerButtonAction=0 [Battery][Display] DimDisplayIdleTimeoutSec=-1 DimDisplayWhenIdle=false DisplayBrightness=10 [Battery][Keyboard] KeyboardBrightness=0 [Battery][SuspendAndShutdown] AutoSuspendAction=0 LidAction=0 PowerButtonAction=0 [BatteryManagement] BatteryCriticalAction=0 [LowBattery][Display] DisplayBrightness=5 [LowBattery][Keyboard] UseProfileSpecificKeyboardBrightness=true [LowBattery][SuspendAndShutdown] AutoSuspendAction=0 LidAction=0 PowerButtonAction=0 ``` The AutoSuspendActions are all 0, but I notice that there is a 5 minute timeout for `TurnOffDisplayIdleTimeoutSec=300`. Is it safe to try setting that to 0? -- You are receiving this mail because: You are watching all bug changes.
