Skip to content

Commit

Permalink
Always enable GPU
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
rmens committed Oct 24, 2024
1 parent 0978c4c commit 19edb09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ chromium-browser --kiosk --noerrdialogs --disable-infobars --disable-session-cra
--disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor \
--disable-popup-blocking --disable-prompt-on-repost --disable-sync --metrics-recording-only \
--no-first-run --no-default-browser-check --disable-component-update \
--disable-backgrounding-occluded-windows --disable-renderer-backgrounding \
$( [ "$IS_PI_3" == true ] && echo "--disable-gpu" ) &
--disable-backgrounding-occluded-windows --disable-renderer-backgrounding &
# Start VLC with specified settings
cvlc --aout alsa --alsa-audio-device=hdmi:CARD=vc4hdmi,DEV=0 --gain 0.3 --intf dummy --loop \
Expand Down

0 comments on commit 19edb09

Please sign in to comment.