You are not logged in.

#1 2013-07-08 16:04:16

janoliver
Member
Registered: 2011-06-01
Posts: 54

Graphical glitches after wakeup from suspend to ram

Hi, since (I believe) yesterday, I cannot properly wake up from suspend to memory anymore. Some X programs, for example Chromium, are showing graphical glitches and are essentially not usable anymore. Sometimes, it seems to work though, sometimes the glitches are kind of minor (e.g., in Chromium the bookmark names are not shown), sometimes large parts of the X windows are just black.

When I searched the logs, I only found the following unknown entries

May 07 08:30:58 oli kernel: [drm] Wrong MCH_SSKPD value: 0x16040307
May 07 08:30:58 oli kernel: [drm] This can cause pipe underruns and display issues.
May 07 08:30:58 oli kernel: [drm] Please upgrade your BIOS to fix this.

, however, as you can see, these exist since May and may not have anything to do with my problem.

Is there anybody who experiences something similar? What can I do? Googling has been unsuccessful so far.

Best regards and thank you,
janoliver

Offline

#2 2013-07-11 12:11:59

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Graphical glitches after wakeup from suspend to ram

Been having this problem recently as well. I think its linked to this:-

http://seife.kernalert.de/blog/2013/07/ … linux-310/

Please check for mentions of mei_me in your logs. Mine shows this repeatedly a short while after resume:-

Jul 11 19:59:16 ngoonee-laptop kernel: mei_me 0000:00:16.0: reset: wrong host start response
Jul 11 19:59:16 ngoonee-laptop kernel: mei_me 0000:00:16.0: unexpected reset: dev_state = RESETTING

Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2013-07-12 06:03:23

janoliver
Member
Registered: 2011-06-01
Posts: 54

Re: Graphical glitches after wakeup from suspend to ram

Hi, thank you for the reply. I found that report earlier and tried detaching the mei_me driver, but it didn't help. Also, I have no such occurrences of mei_me in the logs:

oli ~ sudo journalctl --this-boot --no-pager | grep mei_me
Jul 12 07:31:51 oli kernel: mei_me 0000:00:16.0: suspend
Jul 12 07:31:51 oli kernel: mei_me 0000:00:16.0: irq 47 for MSI/MSI-X

I am quite sure it is this Issue: https://bugzilla.kernel.org/show_bug.cgi?id=60530

Downgrading the Kernel to 3.9.9 helps for now.

Last edited by janoliver (2013-07-12 06:13:28)

Offline

#4 2013-07-12 11:38:55

bwat47
Member
Registered: 2009-10-07
Posts: 638

Re: Graphical glitches after wakeup from suspend to ram

I think the MEI bug causes a total hang on suspend/resume, not graphical glitches. the graphical glitches is indeed the bugzilla report listed above. I appear to have both of these bugs on my machine though when using 3.10 (either graphical glitches on resume, or total hang at a black screen), downgrading to 3.9.9 fixes both for me (intel ivybridge).

Offline

#5 2013-07-13 05:13:31

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Graphical glitches after wakeup from suspend to ram

Similarly, downgrading linux and packages that require it fixes suspend for me.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#6 2013-07-29 08:07:42

ryzion
Member
Registered: 2012-03-20
Posts: 95

Re: Graphical glitches after wakeup from suspend to ram

Downgrading to 3.9.9 fixed it for me as well (sandy bridge)

e: Shouldn't this topic be in the kernel forum?

Last edited by ryzion (2013-07-29 08:09:00)

Offline

#7 2013-07-30 20:56:05

firekage
Member
From: Eastern Europe, Poland
Registered: 2013-06-30
Posts: 617

Re: Graphical glitches after wakeup from suspend to ram

ryzion wrote:

Downgrading to 3.9.9 fixed it for me as well (sandy bridge)

e: Shouldn't this topic be in the kernel forum?

I would like to ask You for one thing - you downgarded it trough /var/cache/pacman/pkg, right? How would you do downgarde if there weren't any package at all because you cleaned your system and deleted it?

Offline

#8 2013-07-31 01:06:02

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Graphical glitches after wakeup from suspend to ram

firekage wrote:
ryzion wrote:

Downgrading to 3.9.9 fixed it for me as well (sandy bridge)

e: Shouldn't this topic be in the kernel forum?

I would like to ask You for one thing - you downgarded it trough /var/cache/pacman/pkg, right? How would you do downgarde if there weren't any package at all because you cleaned your system and deleted it?

Use the Arch Rollback Machine.

There is at least one other thread about this which suggests various workarounds (patched kernel, downgrade, switch to SNA).

EDIT: https://bbs.archlinux.org/viewtopic.php?id=167356

Last edited by cfr (2013-07-31 01:07:09)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2013-08-05 07:01:29

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Graphical glitches after wakeup from suspend to ram

https://bugzilla.kernel.org/show_bug.cgi?id=60530 seems to say the fix will be in 3.10.5 (not yet in [testing], but will come soon enough I'm sure).


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#10 2013-08-05 07:17:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Graphical glitches after wakeup from suspend to ram

ngoonee wrote:

https://bugzilla.kernel.org/show_bug.cgi?id=60530 seems to say the fix will be in 3.10.5 (not yet in [testing], but will come soon enough I'm sure).

Confirmed. smile


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#11 2013-08-05 07:36:42

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Graphical glitches after wakeup from suspend to ram

jasonwryan wrote:
ngoonee wrote:

https://bugzilla.kernel.org/show_bug.cgi?id=60530 seems to say the fix will be in 3.10.5 (not yet in [testing], but will come soon enough I'm sure).

Confirmed. smile

Sounds good smile can't wait. Not that impatient as to compile my own though =p


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#12 2013-08-10 14:39:33

Mr.Smith1974
Member
From: St. Petersburg, Russia
Registered: 2013-04-13
Posts: 38

Re: Graphical glitches after wakeup from suspend to ram

I have this bug in 3.10.5-1

Offline

#13 2013-08-10 22:06:52

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Graphical glitches after wakeup from suspend to ram

Mr.Smith1974 wrote:

I have this bug in 3.10.5-1

Did you reboot? If you are using intel, did you try setting the default acceleration back to uxa?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#14 2013-08-14 10:43:51

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Graphical glitches after wakeup from suspend to ram

I've same issue, with 3.10.6-2: I read from journactl:

mei_me 0000:00:16.0: suspend

but I don't see any graphical glitches or other problems. Is it resoluble?


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#15 2013-08-14 20:34:09

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Graphical glitches after wakeup from suspend to ram

Fregtux wrote:

I've same issue, with 3.10.6-2: I read from journactl:

mei_me 0000:00:16.0: suspend

but I don't see any graphical glitches or other problems. Is it resoluble?

What issue? If you don't see any graphical problems, in what sense do you have the same issue? Is what resolvable? You don't mention any problem.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#16 2013-08-16 07:41:23

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Graphical glitches after wakeup from suspend to ram

You are right: I found that output running journactl -p 3 so I search in the forum and I found this thread. So I ask about it: I was wrong to write my last post, sorry. I mean if that output is a problem or not without any graphical problem.


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#17 2013-08-16 20:49:39

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Graphical glitches after wakeup from suspend to ram

I think it is not a problem. At least, I am hoping so.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB