aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Seyfried <stefan.seyfried@googlemail.com>2008-01-21 16:16:36 +0000
committerStefan Seyfried <stefan.seyfried@googlemail.com>2008-01-21 16:16:36 +0000
commit22736d3f267779af57b0d9ac085f0431525532dd (patch)
treea94e15389a162a5187950a63ef114b94afd2d0b6
parent1dc7c3353ddf8401d4beddc99a856a1fcb8928c2 (diff)
downloadsuspend-utils-22736d3f267779af57b0d9ac085f0431525532dd.tar.gz
Try to improve the machine reporting instructions...
-rw-r--r--s2ram-x86.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/s2ram-x86.c b/s2ram-x86.c
index b8c097c..2f4a555 100644
--- a/s2ram-x86.c
+++ b/s2ram-x86.c
@@ -57,8 +57,9 @@ void identify_machine(void)
sys_vendor, sys_product, sys_version, bios_version);
printf("See http://suspend.sf.net/s2ram-support.html for details.\n"
"\n"
- "If you report a problem, please include the complete output "
- "above.\n");
+ "If you report a problem, please include the complete output above.\n"
+ "If you report success, please make sure you tested it from both X and\n"
+ "the text console and preferably without proprietary drivers.\n");
}
static int set_acpi_video_mode(int mode)