Comment 24 for bug 464552

Revision history for this message
Cibou (cibou57) wrote : Re: [Bug 464552] Re: suspend_test_finish warning triggers too easily, increase timeout to match mainline times

Simon Déziel a écrit :
> I made several tests using the kernel coming from package linux-
> image-2.6.31-15.49-generic and my computer is no longer able to resume
> properly from suspend.
>
> It resumes almost perfectly (except for the suspend_test_finish issue)
> when the kernel linux-image-2.6.31-14.48-generic is used.
>
>
Hello,
just to add an info. Since I deactivated the EXA acceleration in
xorg.conf, changing it according tu bug 429295 with "renderaccel" "off"
i have no problems anymore when resuming from suspend. Somehow it was a
dupe in my case...

Currently the "device" section in my xorg.conf looks like this

Section "Device"
 Identifier "Configured Video Device"
 Option "RenderAccel" "off"
# Option "AccelMethod" "EXA"
EndSection

Maybe this can help someone.