From 4d1ad7e84235752ea4db1762e9fdae781e964282 Mon Sep 17 00:00:00 2001 From: johns <> Date: Wed, 21 Feb 2001 20:40:03 +0000 Subject: [PATCH] Renice faq corrected, network faq added. --- doc/faq.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 2883bd0ee..35209a5c1 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -137,12 +137,15 @@ $(DEBUG) A: You didn't need to copy, the installation did it for you. <DT>Q: The game becomes very slow under X11. <DD>A: Give your X11 server a higher priority than the clients.<P> - renice <pid-of-your-x11-server><P> + renice -5 <pid-of-your-x11-server><P> or start freecraft with<P> nice -n 5 ./freecraft -</DL> +<DT>Q: Can I use FreeCraft to join in an original network game? +<DD>A: Sorry, FreeCraft use its own network protocol. You can only play + with FreeCraft against other FreeCrafts. +</DL> <HR> Last changed: $Id$<BR>