On Friday 05 August 2011 13:35:16 Jona Joachim wrote:
> When I try to resume it starts blinking. The screen backlight does not
> light up, the screen stays totally dark, same behaviour with or
> without X.
For me the "repost all ati video" change in vga_pci.c broke resume with
similar symptoms. You could do a simple test to see if this affects you
too. In sys/dev/pci/vga_pci.c comment out the relevant lines:
// { /* All ATI video until further notice */
// { PCI_VENDOR_ATI, 0x0000,
// 0x0000, 0x0000 },
// { 0xffff, 0x0000, 0x0000, 0x0000}, 1, 0
// },
Build a kernel and see if resume gets any further.
There are other resume related problems on my Stinkpad Z61M (console is
blank after resume and bge0 can no longer get a link) but at least the
machine and X resume enough to be useful.