On Wed, Mar 05, 2014 at 12:59:00PM +0100, Giovanni Bechis wrote:
> On 03/05/14 09:59, Giovanni Bechis wrote:
> > On 03/04/14 17:58, Giovanni Bechis wrote:
> >> On 03/04/14 07:16, Antoine Jacoutot wrote:
> >>> On Mon, Mar 03, 2014 at 11:28:43PM -0500, Kent Fritz wrote:
> >>>> I've been trying Gnome on a Lenovo T420s, and I seem to have a problem
> >>>> with
> >>>> suspend/resume. After resume, there's some garbage in the Activities
> >>>> bar
> >>>> (top of the screen) that looks like some of the blue wallpaper, and the
> >>>> graphics are really slow. Known issue? Operator error?
> >>>>
> >>>> Thanks for any nudges in the right direction!
> >>>
> >>> Same issue here. It must be a regression from the last 2 or 3 weeks (I
> >>> updated my laptop yesterday from Feb 17 or so) and saw the exact same
> >>> issue.
> >>>
> >> No problem for me on Gnome with 23/02 amd64 snap.
> >> Cheers
> >> Giovanni
> >>
> > With "OpenBSD 5.5 (GENERIC.MP) #313: Mon Mar 3 17:12:14 MST 2014" I have
> > some garbage in the Activities bar only after unhibernating, not after
> > resume.
> > Cheers
> > Giovanni
> >
> After some resuming cycles I have the garbage problem as well and also this
> line in Xorg.log.0:
> (EE) intel(0): Failed to submit rendering commands, disabling acceleration.
> Cheers
> Giovanni
>
To everyone experiencing this issue, can you try with this diff:
RCS file: /cvs/src/sys/dev/pci/drm/i915/i915_drv.c,v
retrieving revision 1.63
diff -u -p -r1.63 i915_drv.c
--- i915_drv.c 23 Feb 2014 09:36:52 -0000 1.63
+++ i915_drv.c 7 Mar 2014 09:48:13 -0000
@@ -1124,7 +1124,7 @@ inteldrm_activate(struct device *arg, in
break;
case DVACT_SUSPEND:
break;
- case DVACT_WAKEUP:
+ case DVACT_RESUME:
i915_drm_thaw(dev);
intel_fb_restore_mode(dev);
break;
(this is a revert of r1.56) - with this, i dont get this message in
xorg.lorg anymore on my x200s.
Landry