[opensuse-factory] Leap 15.0: problem with DRM patches
HI! On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. There have been postings here and some tickets quite a while ago but issues were never resolved. With Leap 15 until kernel 4.12.14-lp150.5 everything worked smoothly on Leap 15 and using XFCE. With the DRM patches installed with 4.12.14-lp150.6 same problems now appear in Leap 15. Can I disable this new DRM stuff with a kernel switch at boot time? I'd still like to Hardware: Fujitsu Siemens Lifebook E8310 35: PCI 02.1: 0380 Display controller [Created at pci.378] Unique ID: ruGf.CRronklu1ZA SysFS ID: /devices/pci0000:00/0000:00:02.1 SysFS BusID: 0000:00:02.1 Hardware Class: graphics card Model: "Intel Mobile GM965/GL960 Integrated Graphics Controller (secondary)" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x2a03 "Mobile GM965/GL960 Integrated Graphics Controller (secondary)" SubVendor: pci 0x10cf "Fujitsu Limited." SubDevice: pci 0x13f5 Revision: 0x03 Memory Range: 0xfe100000-0xfe1fffff (rw,non-prefetchable) Module Alias: "pci:v00008086d00002A03sv000010CFsd000013F5bc03sc80i00" Config Status: cfg=new, avail=yes, need=no, active=unknown Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sun, 25 Mar 2018 16:55:04 +0200, Michael Ströder wrote:
HI!
On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. There have been postings here and some tickets quite a while ago but issues were never resolved.
With Leap 15 until kernel 4.12.14-lp150.5 everything worked smoothly on Leap 15 and using XFCE. With the DRM patches installed with 4.12.14-lp150.6 same problems now appear in Leap 15.
Can I disable this new DRM stuff with a kernel switch at boot time?
No, unfortunately. As of now, i915 drm code is essentially equivalent with the latest 4.16-rc on Leap 15.0 kernel. Depending on what went wrong, you might disable some features (e.g. fbc or such) via module options, though. But, at best, try to keep hunting the bug with upstream. Since the old Leap 15.0 kernel worked, it means a regression between 4.12 and 4.16 kernels. Please confirm that the issue is seen with the kernel in Kernel:HEAD (it should happen with that), and open a bug report on bugzilla.freedesktop.org. Feel free to put me (tiwai@suse.de) to Cc. Takashi
I'd still like to
Hardware:
Fujitsu Siemens Lifebook E8310
35: PCI 02.1: 0380 Display controller [Created at pci.378] Unique ID: ruGf.CRronklu1ZA SysFS ID: /devices/pci0000:00/0000:00:02.1 SysFS BusID: 0000:00:02.1 Hardware Class: graphics card Model: "Intel Mobile GM965/GL960 Integrated Graphics Controller (secondary)" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x2a03 "Mobile GM965/GL960 Integrated Graphics Controller (secondary)" SubVendor: pci 0x10cf "Fujitsu Limited." SubDevice: pci 0x13f5 Revision: 0x03 Memory Range: 0xfe100000-0xfe1fffff (rw,non-prefetchable) Module Alias: "pci:v00008086d00002A03sv000010CFsd000013F5bc03sc80i00" Config Status: cfg=new, avail=yes, need=no, active=unknown
Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 25/03/18 04:43 PM, Takashi Iwai wrote:
On Sun, 25 Mar 2018 16:55:04 +0200, Michael Ströder wrote:
HI!
On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. There have been postings here and some tickets quite a while ago but issues were never resolved.
With Leap 15 until kernel 4.12.14-lp150.5 everything worked smoothly on Leap 15 and using XFCE. With the DRM patches installed with 4.12.14-lp150.6 same problems now appear in Leap 15.
Can I disable this new DRM stuff with a kernel switch at boot time?
No, unfortunately. As of now, i915 drm code is essentially equivalent with the latest 4.16-rc on Leap 15.0 kernel. Depending on what went wrong, you might disable some features (e.g. fbc or such) via module options, though.
But, at best, try to keep hunting the bug with upstream. Since the old Leap 15.0 kernel worked, it means a regression between 4.12 and 4.16 kernels. Please confirm that the issue is seen with the kernel in Kernel:HEAD (it should happen with that), and open a bug report on bugzilla.freedesktop.org. Feel free to put me (tiwai@suse.de) to Cc.
Takashi
I'd still like to
Hardware:
Fujitsu Siemens Lifebook E8310
35: PCI 02.1: 0380 Display controller [Created at pci.378] Unique ID: ruGf.CRronklu1ZA SysFS ID: /devices/pci0000:00/0000:00:02.1 SysFS BusID: 0000:00:02.1 Hardware Class: graphics card Model: "Intel Mobile GM965/GL960 Integrated Graphics Controller (secondary)" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x2a03 "Mobile GM965/GL960 Integrated Graphics Controller (secondary)" SubVendor: pci 0x10cf "Fujitsu Limited." SubDevice: pci 0x13f5 Revision: 0x03 Memory Range: 0xfe100000-0xfe1fffff (rw,non-prefetchable) Module Alias: "pci:v00008086d00002A03sv000010CFsd000013F5bc03sc80i00" Config Status: cfg=new, avail=yes, need=no, active=unknown
Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Try adding kernel options: |i915.modeset=0 ||nouveau.modeset=0|
-- Cheers! Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Roman Bysh wrote:
On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. [..] Can I disable this new DRM stuff with a kernel switch at boot time?
Try adding kernel options: |i915.modeset=0 ||nouveau.modeset=0|
For now this seems to work. Ciao, Michael.
Michael Ströder wrote:
Roman Bysh wrote:
On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. [..] Can I disable this new DRM stuff with a kernel switch at boot time?
Try adding kernel options: |i915.modeset=0 ||nouveau.modeset=0|
For now this seems to work.
Just for the records: It seems the better work-around is to use kernel option video=SVIDEO-1:d (removed options above) because the native display resolution 1400x1050 is usable with that. Ciao, Michael.
On Fri, 06 Apr 2018 15:26:02 +0200, Michael Str6der wrote:
Michael Ströder wrote:
Roman Bysh wrote:
On an old laptop running Tumbleweed there were crashes in DRM module making all things only working *very* slow. [..] Can I disable this new DRM stuff with a kernel switch at boot time?
Try adding kernel options: |i915.modeset=0 ||nouveau.modeset=0|
For now this seems to work.
Just for the records: It seems the better work-around is to use kernel option video=SVIDEO-1:d (removed options above) because the native display resolution 1400x1050 is usable with that.
Hm, the latest kernel already disabled the TV output for the old chipsets, so this should be superfluous. Please check once when a newer kernel appears whether you still need that video option. Takashi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Michael Ströder
-
Roman Bysh
-
Takashi Iwai