From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 102275] New: Laptop bootup and suspend and wake issues Date: Thu, 17 Aug 2017 15:36:25 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2111519020==" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Sender: "Nouveau" To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============2111519020== Content-Type: multipart/alternative; boundary="15029841850.b81832.32117"; charset="UTF-8" --15029841850.b81832.32117 Date: Thu, 17 Aug 2017 15:36:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102275 Bug ID: 102275 Summary: Laptop bootup and suspend and wake issues Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Reporter: majzoube-9kdMmqzM7is@public.gmane.org QA Contact: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Created attachment 133577 --> https://bugs.freedesktop.org/attachment.cgi?id=3D133577&action=3Dedit output of journalctl -b -1 booting into 4.12.5-300 I don't know exactly where to post this bug. Initially I posted on RedHat bugzilla #1481510, but it appears perhaps I should be posting it here. The problem started on upgrading from kernel 4.11.11-300 to 4.12.5-300. Description of problem: 15-30 seconds of black screen and unresponsive mouse, trackpad, keyboard on bootup and suspend and wake. Version-Release number of selected component (if applicable): kernel 4.12.5-300 How reproducible: Every time booting up or suspending and waking laptop Steps to Reproduce: 1. Boot up and wait for login screen 2. suspend laptop by closing lid with AC power on 3. wake computer by opening lid=20 Actual results: Expected results: Additional info: I was having lots of trouble with suspend and wake issues. See Bug 1470473. Resolved all issues after setting boot parameters and updating Dell XPS BIOS firmware and everything was working well with kernel 4.11.11-300. Current boot sequence that works with 4.11.11-300 is: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D load_video set gfxpayload=3Dkeep insmod gzio insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint =3D xy ]; then search --no-floppy --fs-uuid --set=3Droot 46985d35-b7e3-41f9-9bc0-8ae6c1= 1bc84c else search --no-floppy --fs-uuid --set=3Droot 46985d35-b7e3-41f9-9bc0-8ae6c11= bc84c fi linuxefi /vmlinuz-4.11.11-300.fc26.x86_64 root=3D/dev/mapper/fedora-root ro rd.lvm.lv=3Dfedora/root rd.lvm.lv=3Dfedora/swap nouveau.runpm=3D0 rhgb quiet resume=3D/dev/dm-1 initrdefi /initramfs-4.11.11-300.fc26.x86_64.img =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D Using the same boot sequence with 4.12.5-300 is problematic with bootup and suspend and wake. Hardware: XPS 15 9560 Fedora 26: all the latest updates current as of 14 Aug 2017 --=20 You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.= --15029841850.b81832.32117 Date: Thu, 17 Aug 2017 15:36:25 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 102275
Summary Laptop bootup and suspend and wake issues
Product Mesa
Version unspecified
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/DRI/nouveau
Assignee nouveau@lists.freedesktop.org
Reporter majzoube@umsl.edu
QA Contact nouveau@lists.freedesktop.org

Created attachment 133577 [details]
output of journalctl -b -1 booting into 4.12.5-300

I don't know exactly where to post this bug. Initially I posted on RedHat
bugzilla #1481510, but it appears perhaps I should be posting it here. The
problem started on upgrading from kernel 4.11.11-300 to 4.12.5-300.

Description of problem:

15-30 seconds of black screen and unresponsive mouse, trackpad, keyboard on
bootup and suspend and wake.

Version-Release number of selected component (if applicable):

kernel 4.12.5-300

How reproducible:

Every time booting up or suspending and waking laptop

Steps to Reproduce:
1. Boot up and wait for login screen
2. suspend laptop by closing lid with AC power on
3. wake computer by opening lid=20

Actual results:


Expected results:


Additional info:
I was having lots of trouble with suspend and wake issues. See Bug 1470473.
Resolved all issues after setting boot parameters and updating Dell XPS BIOS
firmware and everything was working well with kernel 4.11.11-300.

Current boot sequence that works with 4.11.11-300 is:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
load_video
set gfxpayload=3Dkeep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint =3D xy ]; then
  search --no-floppy --fs-uuid --set=3Droot  46985d35-b7e3-41f9-9bc0-8ae6c1=
1bc84c
else
  search --no-floppy --fs-uuid --set=3Droot 46985d35-b7e3-41f9-9bc0-8ae6c11=
bc84c
fi
linuxefi /vmlinuz-4.11.11-300.fc26.x86_64 root=3D/dev/mapper/fedora-root ro
rd.lvm.lv=3Dfedora/root rd.lvm.lv=3Dfedora/swap nouveau.runpm=3D0 rhgb quiet
resume=3D/dev/dm-1
initrdefi /initramfs-4.11.11-300.fc26.x86_64.img
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D

Using the same boot sequence with 4.12.5-300 is problematic with bootup and
suspend and wake.


Hardware: XPS 15 9560
Fedora 26: all the latest updates current as of 14 Aug 2017


You are receiving this mail because:
  • You are the QA Contact for the bug.
  • You are the assignee for the bug.
= --15029841850.b81832.32117-- --===============2111519020== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KTm91dmVhdSBt YWlsaW5nIGxpc3QKTm91dmVhdUBsaXN0cy5mcmVlZGVza3RvcC5vcmcKaHR0cHM6Ly9saXN0cy5m cmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9ub3V2ZWF1Cg== --===============2111519020==--