summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/README-raspberrypi.txt
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-12-16 19:22:26 -0500
committerGitHub <[email protected]>2021-12-16 19:22:26 -0500
commit5954b9beb4d4a3b4f248d72d1851195f030558a8 (patch)
treefecd8aa840a25afdb502915b0fdb4d03b7ed339a /deploy_template/README-raspberrypi.txt
parent2f845281f133849256b57bb08fd3e9ae57600784 (diff)
parenteaa29e72939f5edf61735ccbb73c36ee89369f65 (diff)
downloaddragonruby-game-toolkit-contrib-master.tar.gz
dragonruby-game-toolkit-contrib-master.zip
Merge branch 'DragonRuby:master' into masterHEADmaster
Diffstat (limited to 'deploy_template/README-raspberrypi.txt')
-rw-r--r--deploy_template/README-raspberrypi.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/deploy_template/README-raspberrypi.txt b/deploy_template/README-raspberrypi.txt
deleted file mode 100644
index 4f7b5ab..0000000
--- a/deploy_template/README-raspberrypi.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-We have only tested DragonRuby on a Raspberry Pi 3, Models B and B+, but we
-believe it _should_ work on any model, including the Pi Zero.
-
-If you're running DragonRuby Game Toolkit on a Raspberry Pi, or trying to run
-a game made with the Toolkit on a Raspberry Pi, and it's really really slow--
-like one frame every few seconds--then there's likely a simple fix.
-
-You're proabably running a desktop environment: menus, apps, web browsers,
-etc. This is okay! Launch the terminal app and type:
-
- sudo raspi-config
-
-It'll ask you for your password (if you don't know, try "raspberry"), and then
-give you a menu of options. Find your way to "Advanced Options", then "GL
-Driver", and change this to "GL (Full KMS)" ... not "fake KMS," which is
-also listed there. Save and reboot. In theory, this should fix the problem.
-
-If you're _still_ having problems and have a Raspberry Pi 2 or better, go back
-to raspi-config and head over to "Advanced Options", "Memory split," and give
-the GPU 256 megabytes. You might be able to avoid this for simple games, as
-this takes RAM away from the system and reserves it for graphics. You can
-also try 128 megabytes as a gentler option.
-
-
-Note that you can also run DragonRuby without X11 at all: if you run it from
-a virtual terminal it will render fullscreen and won't need the "Full KMS"
-option. This might be attractive if you want to use it as a game console
-sort of thing, or develop over ssh, or launch it from RetroPie, etc.
-
-If you have questions or problems, please let us know! You can find us on
-the forums at https://dragonruby.itch.io/dragonruby-gtk or our Discord channel
-at https://discord.dragonruby.org/ ...
-