Re: Rawhide kernel crash

2022-01-18 Thread Leigh Scott
> On Tue, Jan 18, 2022 at 6:30 AM Leigh Scott wrote: > > Indeed it does, though kernel build is not kernel update. It will be > a good 2 weeks before 5.16 kernels are offered as an official update. > The point is to get more testing on simpledrm, so I plan to keep it on > at least through the fi

Re: Rawhide kernel crash

2022-01-18 Thread Justin Forbes
On Tue, Jan 18, 2022 at 6:30 AM Leigh Scott wrote: > > > On Mon, Nov 8, 2021 at 6:56 AM edmond pilon > > > These configs are in preparation for an F36 potential feature, and > > were not intended to work flawlessly on F35 or earlier. They were > > backed out from the fedora-5.15 branch as soon as

Re: Rawhide kernel crash

2022-01-18 Thread Leigh Scott
> On Mon, Nov 8, 2021 at 6:56 AM edmond pilon > These configs are in preparation for an F36 potential feature, and > were not intended to work flawlessly on F35 or earlier. They were > backed out from the fedora-5.15 branch as soon as it was created > because that branch targets stable Fedora.

Re: Rawhide kernel crash

2021-11-08 Thread Justin Forbes
On Mon, Nov 8, 2021 at 6:56 AM edmond pilon wrote: > > CONFIG_SYSFB_SIMPLEFB=y > CONFIG_DRM_SIMPLEDRM=m > # CONFIG_FB_SIMPLE is not set > > Fix the issue. These configs are in preparation for an F36 potential feature, and were not intended to work flawlessly on F35 or earlier. They were backed ou

Re: Rawhide kernel crash

2021-11-08 Thread edmond pilon
CONFIG_SYSFB_SIMPLEFB=y CONFIG_DRM_SIMPLEDRM=m # CONFIG_FB_SIMPLE is not set Fix the issue. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.

Re: Rawhide kernel crash

2021-11-07 Thread edmond pilon
Thanks for your investigations. I will do like you , build a custom kernel. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org

Re: Rawhide kernel crash

2021-11-07 Thread stan via devel
On Sun, 07 Nov 2021 10:58:56 - "Leigh Scott" wrote: > I think I've found the cause after switching to lightdm. > [snip] > > I've found nothing provides /usr/lib64/dri/simpledrm_dri.so I don't have that file (on rawhide) and my system boots fine with my custom compiled 5.15.0-60.fc36.x86_64

Re: Rawhide kernel crash

2021-11-07 Thread Leigh Scott
I think I've found the cause after switching to lightdm. X.Org X Server 1.20.11 X Protocol Version 11, Revision 0 Build Operating System: 5.12.13-300.fc34.x86_64 Current Operating System: Linux localhost.localdomain 5.15.0-60.fc36.x86_64 #1 SMP Mon Nov 1 15:11:25 UTC 2021 x86_64 Kernel command

Re: Rawhide kernel crash

2021-11-06 Thread edmond pilon
You are right. Thanks. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: http

Re: Rawhide kernel crash

2021-11-06 Thread Stephen John Smoogen
On Sat, 6 Nov 2021 at 09:42, edmond pilon wrote: > > Thanks for your reply. > > I have a GTX 1080 and 495.44 drivers. > The crash happens just after the same warning as you. > I'm running the 5.15 rc6 kernel without issue. > The boot problems started since 5.15 rc7 upgrade , and the only

Re: Rawhide kernel crash

2021-11-06 Thread edmond pilon
Thanks for your reply. I have a GTX 1080 and 495.44 drivers. The crash happens just after the same warning as you. I'm running the 5.15 rc6 kernel without issue. The boot problems started since 5.15 rc7 upgrade , and the only differences between this versions are : - Enable CONFIG_FAIL_

Re: Rawhide kernel crash

2021-11-06 Thread Leigh Scott
It works ok here. $ inxi -SG System:Host: fedora Kernel: 5.15.0-60.fc36.x86_64 x86_64 bits: 64 Desktop: GNOME 41.0 Distro: Fedora release 35 (Thirty Five) Graphics: Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 495.44 Display: wayland server: X.Org

Rawhide kernel crash

2021-11-06 Thread edmond pilon
Has anyone tried the last kernel-5.15.0-60.fc36. I have crashes at boot with this kernel since rc7 , with nvidia rpmfusion drivers . I think it's because of this fedora patch : fedora: Disable fbdev drivers and use simpledrm instead . I sent a bug report but still no answer . __