Skip to main content

Linux

Updated over a week ago

System pop-ups

Please be aware that Linux distributions may generate pop-up notifications related to system updates.

Note – we have observed difficulties in suppressing these pop-ups on Linux.

Recommendation – test your device thoroughly and consider disabling pop-ups entirely to prevent customer complaints or support issues.

Installing Fusion Signage on Linux

  • Although we recommend using the latest Ubuntu distribution, Fusion Signage can typically be installed on any Linux OS.

  • After setting up your media player with your preferred Linux distribution:

    1. Open Terminal.

    2. Ensure Curl is installed by running:

      sudo apt install curl

    3. Once Curl is installed, execute the following command to download and install the latest Fusion Signage version:

      curl https://fus.app/install_linux | bash

  • Fusion Signage will automatically install and start running once the process completes.

Confirm FUSE Installation

Verify that FUSE is installed with:

sudo apt install fuse

Setting up your device

Basic configuration

  • Ensure your device automatically logs in.

  • Set the correct date and time for your timezone.

  • Confirm the device is connected to the internet via ethernet or WiFi.

  • Access Power Settings to prevent the device from turning off the display or going to sleep automatically.

  • Disable automatic updates if pop-ups are an issue, to avoid interruptions during operation.

BIOS settings (typically accessed during boot by pressing the Del key)

BIOS interfaces vary greatly. Use this as a general guide:

  • Set the System Clock – ensure the BIOS clock shows the correct date and time, considering your timezone.

  • Enable Auto-boot on Power:

    • Find and activate Auto-boot or Power on at power restore.

    • Test – unplug and reconnect the power to verify if the device turns on automatically.

  • Set Alarm Wake:

    • Enable Wake on Schedule or Power on at specific time.

    • Set a time before your screens need to be on – especially useful to ensure device activation after power outages.

Adding the device to your account

  1. Once you have the device's identifier, log into your customer's Fusion Signage account.

  2. Navigate to the Screens section in the top right corner.

  3. Select Add Screen.

  4. Choose an available licence.

  5. Enter a name for the screen.

  6. Add the device to their account using its identifier.

Closing the Fusion Signage application

  • Use your wireless air mouse:

    • Press Enter, then navigate to the Close App button at the top left.

  • Or press Alt + F4 on your keyboard to close Fusion Signage.

Uninstalling Fusion Signage on Linux

  • Open Terminal.

  • Run the following command:

    bash

    Copy

    curl https://fus.app/uninstall_linux | bash

Remote support

  • We recommend installing a remote desktop application for remote troubleshooting.

  • TeamViewer is our preferred option, though it requires a paid account.

Did this answer your question?