From 81e8be31f5e33eec3887f154255cbb913d599a1b Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Wed, 12 Sep 2012 23:13:49 +0000 Subject: [PATCH] InstallationGuide changed Known issues: kwin freeze on S3 resume and how to avoid it. --- InstallationGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InstallationGuide.md b/InstallationGuide.md index 44045139..a1fb310e 100644 --- a/InstallationGuide.md +++ b/InstallationGuide.md @@ -87,6 +87,8 @@ Known Issues qvm-prefs -s fedora-17-x64-dvm maxmem 3072 ``` +- On some systems the KDE Window Manager might freeze upon resuming from S3 sleep when compositing is enabled (and the only method to log in to the system if this happens is to switch to a text console, enter your user's password, kill the kwin process, go back to the Xorg console, log in, and start a new instance of kwin using Konsole application :) If you experience such problems, make sure to disable compositing before putting the system into sleep by pressing Alt-Ctrl-F12 (and then enabling it back once you log in after resume) -- this way you should never see this problem again. + Getting Help ------------