Comment 3 for bug 192873

Revision history for this message
Liken Otsoa (liken) wrote :

A new clue about this bug.

When X freezes after suspend (a restarting X lockup cycle and keyboard
blocked), you can enter in the machine with SSH. WELL: A REBOOT WITH KEXEC
DOESN'T SOLVE THE PROBLEM. Linux reboots and X with intel driver freezes again.
It's necesary a hard system reboot.

#kexec -l --append="`cat /proc/cmdline`" --initrd=/boot/initrd.img-`uname -r`
/boot/vmlinuz-`uname -r`
#kexec -e

Other tests with SSH when X is freezed:

#/etc/init.d/gdm stop
# (Kill -9 gdms if necesary)
#nano /etc/X11/xorg.conf (Change intel to vesa driver)
#/etc/init.d/gdm start (OK. X goes with VESA)
#/etc/init.d/gdm stop
#nano /etc/X11/xorg.conf (Change again to intel or i810 driver)
#/etc/init.d/gdm start (Freezes Again, lockup cycle)