I have noticed a difference between previously and now. The place where it fails is now different. grep i915_gem kern.log
Previously: Sep 4 16:53:50 tecra kernel: [ 600.412367] [<ffffffffa0060a56>] i915_gem_throttle_ioctl+0x36/0x90 [i915] Sep 4 16:53:50 tecra kernel: [ 600.412578] [<ffffffffa0060768>] i915_gem_retire_work_handler+0x38/0x90 [i915] Sep 4 16:53:50 tecra kernel: [ 600.412603] [<ffffffffa0060730>] ? i915_gem_retire_work_handler+0x0/0x90 [i915] Now: Sep 8 09:51:57 tecra kernel: [ 600.420317] [<ffffffffa0060768>] i915_gem_retire_work_handler+0x38/0x90 [i915] Sep 8 09:51:57 tecra kernel: [ 600.420344] [<ffffffffa0060730>] ? i915_gem_retire_work_handler+0x0/0x90 [i915] Sep 8 09:51:57 tecra kernel: [ 600.420930] [<ffffffffa0061882>] i915_gem_set_domain_ioctl+0x92/0xf0 [i915] Sep 8 09:51:57 tecra kernel: [ 600.421008] [<ffffffffa00617f0>] ? i915_gem_set_domain_ioctl+0x0/0xf0 [i915] So it is now failing in i915_gen_set_domain_ioctl, whereas before is was i915_gem_throttle_ioctl. So, I think the update has fixed some things, but no all. How to reproduce: In xfce4, suspend and resume works perfectly. In gnome, with compiz, suspend and resume fails. The display and mouse freezes on resume. The only bit failing is the display, because even when the display freezes on resume, I can still ssh into the box and view logs etc. -- [TOSHIBA TECRA M10] suspend/resume failure https://bugs.launchpad.net/bugs/424199 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
