Skip to content

Commit

Permalink
Kiosk start script
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Sep 16, 2024
1 parent 32fa87b commit b9147a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions JavaFXUserInterface/scripts/start-kiosk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ export ENABLE_GLUON_COMMERCIAL_EXTENSIONS=true
java \
-Degl.displayid=/dev/dri/card0 \
-Djava.library.path=/opt/javafx-sdk/lib \
-Dmonocle.platform.traceConfig=false \
-Dprism.verbose=false \
-Djavafx.verbose=false \
-Dmonocle.platform=EGL \
-Dprism.verbose=true \
-Djavafx.verbose=true \
--module-path .:/opt/javafx-sdk/lib \
--add-modules javafx.controls \
-jar drumbooth-0.0.2.jar $@
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ $ rm openjfx.zip
sudo bash /home/drum/drumbooth/start.sh
```

### Kiosk mode

```shell
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install libgl1-mesa-glx
```

### TFT screen


Expand Down

0 comments on commit b9147a7

Please sign in to comment.