[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-04-28 Thread Colton Donnelly
I'm also experiencing this bug in Focal -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title: lid close simply turns off laptop screen Status in gnome-session package

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-04-28 Thread Colton Donnelly
** Changed in: gnome-session (Ubuntu) Status: Fix Released => Confirmed ** Changed in: linux (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu.

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-04-26 Thread Colton Donnelly
** Attachment added: "acpi.log" https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1865170/+attachment/5361154/+files/acpi.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu.

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-04-26 Thread Colton Donnelly
The bug is back, and all packages are up to date. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title: lid close simply turns off laptop screen Status in

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-26 Thread Alex Hung
Thanks for opening a bug and testing. Let's mark it fix released. Please re-open if you have found it fails again. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released ** Changed in: gnome-session (Ubuntu) Status: New => Fix Released -- You received this bug

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-25 Thread Colton Donnelly
Nevermind, I just saw the rfkill changelog. Since I'm no longer able to reproduce the bug, should it be closed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title:

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-25 Thread Colton Donnelly
** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1865170/+attachment/5341643/+files/dmesg.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu.

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-25 Thread Colton Donnelly
** Attachment added: "apt.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1865170/+attachment/5341642/+files/apt.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu.

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-25 Thread Colton Donnelly
It seems that one of the updates that just happened via apt might have fixed the issue? attached is dmesg log... does it look like expected behavior? My fans are properly turning off, and when I open my laptop lid, I'm not getting the delayed sleep mode. BIOS update I'm not sure exactly which

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-24 Thread Alex Hung
It looks like BIOS issue. An acpidump log will help (sudo acpidump > acpi.log) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title: lid close simply turns off laptop

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-22 Thread Colton Donnelly
Ok I just got a grub update and I decided to see if dmesg would have any new information for me, and found it did! See: gnome-shell segfault, Mutex release error, ACPI parsing issue Not sure if these are related to this bug, but since they happen around the time I close the laptop lid, it might

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-22 Thread Colton Donnelly
Update: after doing a full system reinstall, the bug persists (even made sure that the bios settings are the factory defaults). It's interesting that the bug only cropped up over the last month or so... -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-17 Thread Colton Donnelly
Sorry for the delay, I've been rather busy. I was finally able to try a newer build of the latest mainline tonight, so I just tried it. I tried using v5.6-rc4 but that failed to install, and it seems like v5.6-rc6 isn't building properly, so I went with v5.6-rc5. The issue actually seems worse.

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-06 Thread Alex Hung
There are a few s2idle fixes and workaround in mainline kernel, and it may worth a try. If it can fix your problem, fixes can be backported to bionic latest mainline kernel: https://kernel.ubuntu.com/~kernel- ppa/mainline/v5.6-rc4/ instructions:

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-05 Thread Colton Donnelly
For clarity: the no output was from the last round of tests. I did receive output for this test (as you can see). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title:

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-05 Thread Colton Donnelly
Here is the relevant output from `dmesg -w`. I just realized I forgot to attach the log output from my last message (and I just overwrote it for this attachment), but after inspection there was no output (I guess that was apparent). It seems that you're right - the async is the problem. The

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-05 Thread Andrea Righi
Hi Colton, thanks for testing it! It looks like the kernel correctly receives and delivers the ACPI events, but then it fails to perform the actual suspend to mem. Can you try one more test? echo 1 > /sys/power/pm_debug_messages echo 0 > /sys/power/pm_async echo mem > /sys/power/state The

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-04 Thread Colton Donnelly
Hi Andrea, Results running in gnome session: Test 1: (dmesg -w) See attached. No output after closing lid. Test 2: (acpi_listen) `button/lid LID close`, `button/lid LID open` Test 3: (echo mem > /sys/power/state) laptop froze for 20s, recovered by pressing power button. Terminal output: `echo

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-04 Thread Andrea Righi
Thanks for reporting this. The CurrentDmesg.txt that you posted doesn't seem to include the part when you close the lid, am I correct? In that case could you run `dmesg -w` on a console session, close the lid and post what you get in dmesg? Another interesting test could be to check if the ACPI

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-02 Thread Colton Donnelly
apport information ** Tags added: apport-collected ** Description changed: OS: Ubuntu 18.04 LTS (beaver-three-eyed-raven X92.1) ubuntu-session version: 3.28.1-0ubuntu3 Expected behavior: On laptop screen close, system should suspend Actual behavior: On laptop screen close, laptop screen

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-03-02 Thread Daniel van Vugt
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1865170 Title: lid close simply turns off laptop

[Desktop-packages] [Bug 1865170] Re: lid close simply turns off laptop screen

2020-02-28 Thread Colton Donnelly
** Description changed: OS: Ubuntu 18.04 LTS (beaver-three-eyed-raven X92.1) ubuntu-session version: 3.28.1-0ubuntu3 Expected behavior: On laptop screen close, system should suspend Actual behavior: On laptop screen close, laptop screen disabled - Previously, I triggered 'suspend when