Skip to content

Commit

Permalink
Fix screen scaling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jul 13, 2022
1 parent 05fd48c commit 3271f03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpi/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ xset s noblank
# Hide mouse pointer
unclutter -idle 0 &

# reduce resolution to fix scaling issues with TVs at RC22
xrandr --output HDMI-1 --mode 1024x768

# Start browser in kiosk mode
chromium-browser http://localhost:8082 --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run --disk-cache-dir=/dev/null

0 comments on commit 3271f03

Please sign in to comment.