Touch UI Tiny after reboot
I decided to reboot my Repetier Server Pi today as the network wasnt connected. When it rebooted the UI on the touch screen is tiny. Its always worked fine before, is there a way to choose the UI scale?
Comments
chromium-browser --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --disable-save-password-bubble --disable-session-crashed-bubble --disable-infobars --touch-events=disabled --disable-gesture-typing --kiosk --app=http://127.0.0.1:3344/modules/front2/app/app.html &
The kiosk mode means full screen.
It used to look absolutely fine but I had to restart it one day as it wouldnt connect to my network and when it rebooted the UI was really small.
Here are the images:
https://photos.app.goo.gl/VBd1CBT9CXA4uded6
chromium-browser --force-device-scale-factor=1 --disable-features=TranslateUI --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --disable-save-password-bubble --disable-session-crashed-bubble --disable-infobars --touch-events=disabled --disable-gesture-typing --kiosk --check-for-update-interval=31536000 --app=http://127.0.0.1:3344/modules/front2/app/app.html &
instead. I have added --force-device-scale-factor=1 to hopefully force factor 1.