After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690413 - Gray noise background in overview after suspension
Gray noise background in overview after suspension
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-18 12:34 UTC by Sergey Zolotarev
Modified: 2014-09-21 05:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (421.68 KB, image/jpeg)
2012-12-18 12:37 UTC, Sergey Zolotarev
  Details
Fix login history variant handling (1.86 KB, patch)
2012-12-18 15:38 UTC, Giovanni Campagna
none Details | Review

Description Sergey Zolotarev 2012-12-18 12:34:36 UTC
Normally you see your desktop background in desktop overview (the Activities thing). But after you do Suspend and wake up, gray noise is shown (like bad TV signal) instead of the background picture (see the screenshot).

Ubuntu 12.10 x86_64
GNOME Shell 3.6.2
Comment 1 Sergey Zolotarev 2012-12-18 12:37:39 UTC
Created attachment 231798 [details]
screenshot
Comment 2 Giovanni Campagna 2012-12-18 15:10:41 UTC
I would place the blame on faulty drivers. What graphic card are you using?
Comment 3 Sergey Zolotarev 2012-12-18 15:30:48 UTC
(In reply to comment #2)
> I would place the blame on faulty drivers. What graphic card are you using?

AMD Radeon HD6570 (fglrx)
Comment 4 Giovanni Campagna 2012-12-18 15:33:15 UTC
Proprietary drivers, eh? That increases the likelyhood...
Could you try with radeonhd?
Comment 5 Giovanni Campagna 2012-12-18 15:38:50 UTC
Created attachment 231811 [details] [review]
Fix login history variant handling

g_variant_compare() returns 0 when the values are equal, and non-zero
otherwise, which is the opposite of what the check wants.
Also, it is valid for the login history variant to be null, when the
library is working with an older daemon. Don't emit a critical in that
case.

https://bugs.freedesktop.org/show_bug.cgi?id=58466
Comment 6 Giovanni Campagna 2012-12-18 15:39:37 UTC
Comment on attachment 231811 [details] [review]
Fix login history variant handling

Gah, obviously the wrong bug...