summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-10-12 12:31:26 +0200
committerVictor Toso <victortoso@redhat.com>2015-10-12 12:31:26 +0200
commitf1b1eedf3ef995f2316761e47274c39c08ef905d (patch)
treef006a2c9311c409a7689dc9d78c2973ac47a0238
parent5e29ddae6659c8c9847bee30be50091352b9e943 (diff)
faq: including old faq page
-rw-r--r--content/pages/faq.rst54
1 files changed, 54 insertions, 0 deletions
diff --git a/content/pages/faq.rst b/content/pages/faq.rst
new file mode 100644
index 0000000..48763e2
--- /dev/null
+++ b/content/pages/faq.rst
@@ -0,0 +1,54 @@
+FAQ
+###############################################################################
+
+:slug: faq
+:modified: 2015-10-12 12:20
+
+**Why Spice?**
+
+Adequate user experience and the lack of a good solution for virtual machine
+remote access were what sparked the Spice project. To ensure that Spice is a
+success, the following project goals were set:
+
+#. To deliver a high-quality user experience, similar to local machine, in LAN
+ environments
+#. To maintain low CPU consumption in order to have high VM density on the host
+#. To provide high-quality video streaming
+
+**Why choose Spice?**
+
+- Spice offers greater user experience and increased usability and reliability
+- Spice has a lot more space to evolve
+- Spice is open source
+- Spice architecture is cross-platform, allowing for greater interoperability
+
+**Under what license is Spice distributed?**
+
+Most of Spice sources are distributed under GPL v2. For some exceptions the
+project uses LGPL or BSD style licenses. Documents are distributed under
+Creative Commons Attribution-Share Alike 3.0 license.
+
+**How does Spice work?**
+
+Download Spice for Newbies for information on Spice basic architecture,
+components, and features.
+
+**How do I get Spice?**
+
+Refer to our Download page or the Spice User Manual.
+
+**How do I use Spice?**
+
+Download Spice User Manual for detailed information.
+
+**How can I contribute to Spice?**
+
+Your help and feedback are welcomed. If you are a Spice user, refer to the
+Support page. For developers, refer to the Developers page.
+
+**I built Spice server on a 32-bit machine and it failed. What can I do?**
+
+Building Spice server on 32-bit machine is not supported because Spice server is
+dependent on 64-bit atomic operations. However, you can build Spice client for a
+32-bit machine by cding into client directory and executeing the make command
+from there.