We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3c08 commit d841ca5Copy full SHA for d841ca5
rpi/.xinitrc
@@ -7,8 +7,8 @@ xset s noblank
7
# Hide mouse pointer
8
unclutter -idle 0 &
9
10
-# reduce resolution to fix scaling issues with TVs at RC22
11
-xrandr --output HDMI-1 --mode 1024x768
+# Set resolution to full-hd (keep in sync with package.json)
+xrandr --output HDMI-1 --mode 1920x1080
12
13
# Start browser in kiosk mode
14
#chromium-browser http://localhost:8082 --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run --disk-cache-dir=/dev/null
rpi/package.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "ssl-status-board",
3
+ "main": "http://localhost:8082",
4
+ "window": {
5
+ "kiosk": true,
6
+ "width": 1920,
+ "height": 1080
+ }
+}
0 commit comments