summaryrefslogtreecommitdiffstats
path: root/display
diff options
context:
space:
mode:
Diffstat (limited to 'display')
-rw-r--r--display/renderer/device-files/graphics.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/display/renderer/device-files/graphics.sh b/display/renderer/device-files/graphics.sh
index daf4ee1..1dd4462 100644
--- a/display/renderer/device-files/graphics.sh
+++ b/display/renderer/device-files/graphics.sh
@@ -130,8 +130,10 @@ if [ $# -ne 1 ] ; then
usage
fi
-if [ "$1" = "faster" -o "$1" = "compatible" ] ;then
- graphics "$1"
+if [ "$1" = "faster" ] ; then
+ graphics libagl
+elif [ "$1" = "compatible" ] ;then
+ graphics llvmpipe
else
usage
fi