From 92b458d7c93e1b496755b2d6d1e1a196761ad882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 14 Sep 2012 11:04:26 +0000 Subject: [PATCH] InstallationGuide changed missing qvm-create-default-dvm call in DispVM fix --- InstallationGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/InstallationGuide.md b/InstallationGuide.md index e06dd7d1..af358959 100644 --- a/InstallationGuide.md +++ b/InstallationGuide.md @@ -86,6 +86,7 @@ Known Issues ``` {.wiki} qvm-prefs -s fedora-17-x64-dvm maxmem 3072 + qvm-create-default-dvm --default-template --default-script ``` - 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.