Skip to content

Commit

Permalink
Use edid.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Sep 12, 2024
1 parent 52301ef commit cffc680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CMDLINE_FILE="/boot/firmware/cmdline.txt"

# System configuration options
VIDEO_OPTIONS="video=HDMI-A-1:1920x1080@50D"
BOOT_OPTIONS="drm.edid_firmware=edid/edid.dat vc4.force_hotplug=0x01 consoleblank=1 logo.nologo"
BOOT_OPTIONS="drm.edid_firmware=edid/edid.bin vc4.force_hotplug=0x01 consoleblank=1 logo.nologo"

# Remove old functions library and download the latest version
rm -f "$FUNCTIONS_LIB_PATH"
Expand Down Expand Up @@ -93,7 +93,7 @@ sudo wget -q "$FALLBACKIMG_URL" -O /var/fallback/fallback.png

# Download EDID data
sudo mkdir -p /usr/lib/firmware/edid/
sudo wget -q "$EDID_DATA_URL" -O /usr/lib/firmware/edid/edid.dat
sudo wget -q "$EDID_DATA_URL" -O /usr/lib/firmware/edid/edid.bin

# Configure Openbox
echo -e "${BLUE}►► Configuring Openbox...${NC}"
Expand Down

0 comments on commit cffc680

Please sign in to comment.