|
Bugzilla – Full Text Bug Listing |
| Summary: | xf86-video-intel: Resuming from suspend results in a freeze on newer Intel GPU (0x0f31), but works fine with modesetting driver | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Tristan Miller <psychonaut> |
| Component: | X.Org | Assignee: | Gfx Bugs <gfx-bugs> |
| Status: | RESOLVED WONTFIX | QA Contact: | Gfx Bugs <gfx-bugs> |
| Severity: | Critical | ||
| Priority: | P3 - Medium | CC: | bjoernv, fvogt, psychonaut |
| Version: | Leap 15.2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | journalctl output for an occasion when this bug occurred | ||
|
Description
Tristan Miller
2020-10-01 09:35:19 UTC
Probably graphics driver issues. Do you use intel or nvidia? Does Ctrl-Alt-BkSp+BkSp work to quit X? I'm using the Intel driver, and yes, Ctrl+Alt+Backspace can still kill the X server when the login screen has frozen. (In reply to Tristan Miller from comment #2) > I'm using the Intel driver, and yes, Ctrl+Alt+Backspace can still kill the X > server when the login screen has frozen. Ok. If you have xf86-video-intel installed, remove it. If not, install it. Does the situation change? Yes, I had xf86-video-intel-2.99.917+git8674.25c9a2fcc-lp152.3.7 installed. I removed it and rebooted, and then suspended and resumed by computer 30 times without encountering the bug. So you are probably right about the problem being linked to the video driver. (In reply to Tristan Miller from comment #4) > Yes, I had xf86-video-intel-2.99.917+git8674.25c9a2fcc-lp152.3.7 installed. > I removed it and rebooted, and then suspended and resumed by computer 30 > times without encountering the bug. So you are probably right about the > problem being linked to the video driver. The xf86-video-intel driver is deprecated and won't work with newer hardware, so that's probably just a symptom of that. Reassigning. This driver is only meant for older Intel GPUs. Could you please add the output when runnning hwinfo --gfxcard as root? Thanks! (In reply to Stefan Dirsch from comment #6) > Could you please add the output when runnning > > hwinfo --gfxcard > > as root? Thanks! 17: PCI 02.0: 0300 VGA compatible controller (VGA) [Created at pci.386] Unique ID: _Znp.mmNJ9QS5Da0 SysFS ID: /devices/pci0000:00/0000:00:02.0 SysFS BusID: 0000:00:02.0 Hardware Class: graphics card Model: "Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x0f31 "Atom Processor Z36xxx/Z37xxx Series Graphics & Display" SubVendor: pci 0x1025 "Acer Incorporated [ALI]" SubDevice: pci 0x0860 Revision: 0x0e Driver: "i915" Driver Modules: "i915" Memory Range: 0x90000000-0x903fffff (rw,non-prefetchable) Memory Range: 0x80000000-0x8fffffff (ro,non-prefetchable) I/O Ports: 0x2050-0x2057 (rw) Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled) IRQ: 94 (16868 events) Module Alias: "pci:v00008086d00000F31sv00001025sd00000860bc03sc00i00" Driver Info #0: Driver Status: i915 is active Driver Activation Cmd: "modprobe i915" Config Status: cfg=no, avail=yes, need=no, active=unknown Primary display adapter: #17 The machine is about six years old, running one of these processors (with onboard graphics): <https://ark.intel.com/content/www/us/en/ark/compare.html?productIds=81074> I'm not sure whether you count that as "older" hardware or not. No, that's not such an old hardware. xf86-video-intel package shouldn't be installed by default during a new installation. Most likely you were updating from a newer openSUSE release (in this case we don't uninstall this package assuming the driver is still working; well - apparently not in your case) and now you stumbled across a regression in the driver. But since our default "modesetting" driver works for you nothing needs to be done here. wontfix ... OK, I will inform the people discussing the same issue on the KDE Bugzilla in case the cause of the lockup is the same for some or all of them. Would it be helpful to report this issue to the xf86-video-intel developers? (In reply to Tristan Miller from comment #11) > OK, I will inform the people discussing the same issue on the KDE Bugzilla > in case the cause of the lockup is the same for some or all of them. > > Would it be helpful to report this issue to the xf86-video-intel developers? Unfortunately no. It's unlikely they will still look into issues, which do not exist when using modeset driver. |