summarylogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorAidan Coward2020-01-03 22:13:53 -0500
committerAidan Coward2020-01-03 22:13:53 -0500
commitaee6c8b87cf88c77165905adc93128a4d2a2e440 (patch)
treeac9dc01d8edc2fda821dede32b30dce850dd81a3 /README.txt
parent7cc44e16dd1ac35cf84d8c39d85b276afe4c5c3f (diff)
downloadaur-aee6c8b87cf88c77165905adc93128a4d2a2e440.tar.gz
previous version didn't correctly modify scripts to start mage-client or
mage-server. QoL updates: - New README.txt file - New systemd unit file to start mage-server on boot - Modified xmage.install file to reflect addition of README.txt
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 000000000000..fd606ae3dcbc
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,15 @@
+The developers assign 512MB of memory to each of mage-client and mage-server.
+This is changed to 2048MB in the PKGBUILD. If you wish to modify this, change the -Xmx2048m in
+/bin/mage-client or /bin/mage-server.
+
+Due to compatibility issues with the current version of java in the repositories,
+xmage now installs a dedicated version of java to /usr/share/xmage/java.
+This is only applicable for x86_64 machines. For all other architectures, the package requires
+the jre8-openjdk package. The developers only guarantee compatibility with a single version of
+java.
+
+If you encounter a gray/blank screen when you start the client, see here for a possible solution
+https://www.reddit.com/r/XMage/comments/9k2t9o/new_install_blank_screen_when_launching_client/
+
+The package comes with a systemd unit file to load mage-server on boot.
+It is automatically installed to /usr/lib/systemd/system/mage-server.service