Bug 1600606 - 4.17.4-200.fc28.x86_64 breaks nouveau on Dell Inspiron 15 7000 Gaming
Summary: 4.17.4-200.fc28.x86_64 breaks nouveau on Dell Inspiron 15 7000 Gaming
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-nouveau
Version: 35
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ben Skeggs
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-12 15:14 UTC by Carl Byington
Modified: 2023-10-21 04:25 UTC (History)
57 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-28 19:22:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
journalctl -b -3 | grep kernel (439.63 KB, text/plain)
2018-07-28 19:40 UTC, Carl Byington
no flags Details
journalctl -b -1 | grep kernel (320.37 KB, text/plain)
2018-08-12 18:40 UTC, Carl Byington
no flags Details
journalctl -b -1 | grep kernel (129.85 KB, text/plain)
2018-08-22 16:13 UTC, Carl Byington
no flags Details

Description Carl Byington 2018-07-12 15:14:59 UTC
Description of problem:

Boot hangs switching between all gray graphics screen and f8 text lines. This machine used to boot normally on 4.17.3-200, but after the install of 4.17.4-200, even that older 4.17.3-200 kernel shows the same issue. Possible firmware update with 4-200?? Booting with 'nomodeset' works, but that disables the hdmi port. This machine has both nvidia and i915 controllers.

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


How reproducible:
always


Additional info:
possibly caused by this?

                                             Process 3755 (gnome-shell) of user 42 dumped core.
                                             
                                             Stack trace of thread 3755:
                                             #0  0x00007fbc7bd4009c __memmove_avx_unaligned_erms (libc.so.6)
                                             #1  0x00007fbc47598212 util_resource_copy_region (nouveau_dri.so)
                                             #2  0x00007fbc47598c3a util_try_blit_via_copy_region (nouveau_dri.so)
                                             #3  0x00007fbc478dd83d lp_blit (nouveau_dri.so)
                                             #4  0x00007fbc47377c56 st_BlitFramebuffer (nouveau_dri.so)
                                             #5  0x00007fbc471ccee9 _mesa_BlitFramebuffer (nouveau_dri.so)
                                             #6  0x00007fbc7c2da3fd meta_renderer_native_gles3_blit_shared_bo (libmutter-2.so.0)
                                             #7  0x00007fbc7c2d848a n/a (libmutter-2.so.0)
                                             #8  0x00007fbc7acfe706 cogl_onscreen_swap_buffers_with_damage (libmutter-cogl-2.so)
                                             #9  0x00007fbc7c9e8fbf n/a (libmutter-clutter-2.so)
                                             #10 0x00007fbc7c9e9c4b n/a (libmutter-clutter-2.so)
                                             #11 0x00007fbc7ca58689 n/a (libmutter-clutter-2.so)
                                             #12 0x00007fbc7ca43889 n/a (libmutter-clutter-2.so)
                                             #13 0x00007fbc7dd8a8ad g_main_context_dispatch (libglib-2.0.so.0)
                                             #14 0x00007fbc7dd8ac78 g_main_context_iterate.isra.21 (libglib-2.0.so.0)
                                             #15 0x00007fbc7dd8afa2 g_main_loop_run (libglib-2.0.so.0)
                                             #16 0x00007fbc7c270de0 meta_run (libmutter-2.so.0)
                                             #17 0x000055c91c8cc4d8 n/a (gnome-shell)

Comment 1 Carl Byington 2018-07-28 19:38:21 UTC
latest updates to:

xorg-x11-drv-nouveau-1.0.15-4.fc28.x86_64
mutter-3.28.3-2.fc28.x86_64
kernel-4.17.9-200.fc28.x86_64

change the behavior. This laptop will now boot without the 'nomodeset' or driver blacklist kernel parameters:

Kernel command line: BOOT_IMAGE=/vmlinuz-4.17.9-200.fc28.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.luks.uuid=luks-111f864d-58c5-4d42-a1cc-cfd5c6679026 rd.lvm.lv=fedora_localhost-live/swap rhgb quiet LANG=en_US.UTF-8

With nothing plugged into the HDMI port, it almost works, but we get a stream of:

Jul 28 12:15:23 carl abrt-server[4167]: Oops looks like a problem in kernel module, new component xorg-x11-drv-nouveau
Jul 28 12:15:23 carl abrt-server[4167]: Can't find a meaningful backtrace for hashing in '.'
Jul 28 12:15:23 carl abrt-server[4167]: Option 'DropNotReportableOopses' is not configured
Jul 28 12:15:23 carl abrt-server[4167]: Preserving oops '.' because DropNotReportableOopses is 'no'
Jul 28 12:15:26 carl abrt-notification[4366]: System encountered a non-fatal error in ??()


Jul 28 12:15:33 carl abrt-server[4170]: Oops looks like a problem in kernel module, new component xorg-x11-drv-nouveau
Jul 28 12:15:33 carl abrt-server[4170]: Can't find a meaningful backtrace for hashing in '.'
Jul 28 12:15:33 carl abrt-server[4170]: Option 'DropNotReportableOopses' is not configured
Jul 28 12:15:33 carl abrt-server[4170]: Preserving oops '.' because DropNotReportableOopses is 'no'


But if we plug a monitor into the HDMI output we still get nouveau aborts. I will attach the output of 'journalctl -b -3 | grep kernel '

Comment 2 Carl Byington 2018-07-28 19:40:35 UTC
Created attachment 1471279 [details]
journalctl -b -3 | grep kernel

Comment 3 Carl Byington 2018-08-12 18:40:44 UTC
Created attachment 1475391 [details]
journalctl -b -1 | grep kernel

xorg-x11-drv-nouveau-1.0.15-4.fc28.x86_64 with kernel 
4.17.12-200.fc28.x86_64 still fails.

Comment 4 Carl Byington 2018-08-22 16:13:43 UTC
Created attachment 1477928 [details]
journalctl -b -1 | grep kernel

updated to 

kernel 4.17.14-202.fc28.x86_64
xorg-x11-drv-nouveau-1.0.15-4.fc28.x86_64

Comment 5 Carl Byington 2018-09-09 00:14:07 UTC
Perhaps new firmware will help:

https://www.phoronix.com/scan.php?page=news_item&px=Nouveau-Blobs-Pascal-Laptops

Comment 6 Ben Cotton 2019-05-02 20:57:40 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 dayiwo 2019-05-05 16:31:02 UTC Comment hidden (spam)
Comment 8 Ben Cotton 2019-05-28 19:22:42 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 9 ansquir 2021-06-30 05:43:24 UTC Comment hidden (spam)
Comment 10 gochi 2021-09-24 10:35:26 UTC Comment hidden (spam)
Comment 11 Jimmy Anderson 2022-04-14 06:40:01 UTC Comment hidden (spam)
Comment 12 Jhon Carter 2022-04-25 17:17:34 UTC Comment hidden (spam)
Comment 14 vbgbc1 2022-05-06 16:59:50 UTC Comment hidden (spam)
Comment 15 Alex 2022-05-23 11:22:04 UTC Comment hidden (spam)
Comment 16 Erikin Sob 2022-06-02 18:04:13 UTC Comment hidden (spam)
Comment 17 Erikin Sob 2022-06-02 18:07:43 UTC Comment hidden (spam)
Comment 18 Erikin Sob 2022-06-02 18:08:31 UTC Comment hidden (spam)
Comment 19 Erikin Sob 2022-06-02 18:11:13 UTC Comment hidden (spam)
Comment 20 Erikin Sob 2022-06-02 18:11:45 UTC Comment hidden (spam)
Comment 21 Lord Goku 2022-06-09 12:26:35 UTC Comment hidden (spam)
Comment 22 mrvinnu 2022-06-20 13:33:07 UTC Comment hidden (spam)
Comment 23 jaggubhai 2022-06-20 13:58:51 UTC Comment hidden (spam)
Comment 24 robertrocks2342 2022-06-27 00:35:42 UTC Comment hidden (spam)
Comment 26 jihouni 2022-06-30 08:47:31 UTC Comment hidden (spam)
Comment 27 hassaank493 2022-07-06 07:25:07 UTC Comment hidden (spam)
Comment 28 Projectors Point 2022-07-18 05:23:59 UTC Comment hidden (spam)
Comment 29 Universal 2022-08-06 09:58:52 UTC Comment hidden (spam)
Comment 30 Serialelatimp 2022-08-27 12:00:06 UTC Comment hidden (spam)
Comment 31 ifake3780 2022-10-06 19:12:34 UTC Comment hidden (spam)
Comment 32 erickanu 2022-10-23 09:16:54 UTC Comment hidden (spam)
Comment 33 dianaannu8 2022-11-06 17:37:17 UTC Comment hidden (spam)
Comment 34 John Smith 2022-11-16 22:41:46 UTC Comment hidden (spam)
Comment 35 Apkzar 2022-11-19 08:18:10 UTC Comment hidden (spam)
Comment 36 pikashows 2022-11-26 19:57:02 UTC Comment hidden (spam)
Comment 37 pikashows 2022-11-26 19:57:49 UTC Comment hidden (spam)
Comment 38 EmmaDavid 2022-12-01 02:34:05 UTC Comment hidden (spam)
Comment 39 jumma 2022-12-05 10:50:03 UTC Comment hidden (spam)
Comment 40 Malana Jam 2022-12-14 17:27:23 UTC Comment hidden (spam)
Comment 41 YoWhatsApp01 2022-12-27 13:54:46 UTC Comment hidden (spam)
Comment 42 Jimsty Kaleta 2023-01-05 10:18:21 UTC Comment hidden (spam)
Comment 43 alishakihn 2023-01-10 02:26:22 UTC Comment hidden (spam)
Comment 44 vreatedbyai 2023-04-06 03:01:11 UTC Comment hidden (spam)
Comment 45 cooperdonald9277 2023-05-02 20:49:42 UTC Comment hidden (spam)
Comment 46 Maria Flores 2023-05-11 16:13:49 UTC Comment hidden (spam)
Comment 47 Instagram Pro APK 2023-05-21 05:25:46 UTC Comment hidden (spam)
Comment 48 Instagram Pro APK 2023-05-21 05:26:59 UTC Comment hidden (spam)
Comment 49 ggg123 2023-05-22 10:12:22 UTC Comment hidden (spam)
Comment 72 Jamekakamapto 2023-05-23 12:45:50 UTC Comment hidden (spam)
Comment 73 Manan 2023-06-19 14:21:38 UTC Comment hidden (spam)
Comment 74 Ricky 2023-06-22 10:36:20 UTC Comment hidden (spam)
Comment 75 Red Hat Bugzilla 2023-10-21 04:25:02 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


Note You need to log in before you can comment on or make changes to this bug.