Adding a Linux Player

4 min read

Adding a Linux Player

The GoVista Linux player supports common distributions and is ideal for Raspberry Pi, Intel NUC, and other Linux-based media players.

Supported Distributions

  • Ubuntu 20.04 and newer
  • Debian 11 and newer
  • Raspberry Pi OS (Bullseye and newer)
  • Linux Mint 21+

Installation Methods

AppImage (recommended): 1. Download the AppImage from Settings > Downloads 2. Make it executable: chmod +x GoVistaPlayer.AppImage 3. Run: ./GoVistaPlayer.AppImage

DEB package: 1. Download the DEB package 2. Install: sudo dpkg -i govista-player.deb 3. Resolve dependencies: sudo apt-get install -f 4. Launch from the application menu or command line

Pairing

1. Launch the player — a 6-character code appears 2. Enter the code in Devices > Add Device on the dashboard 3. Name and configure the device

Auto-Start Configuration

To start GoVista automatically on boot:

1. Create a systemd service or add to your desktop autostart 2. For desktop environments, add the AppImage to startup applications 3. For headless setups, create a systemd unit file

For Raspberry Pi deployments, use the Lite OS and configure auto-login to a minimal desktop session that launches the GoVista player. This reduces resource usage and boot time.

Raspberry Pi Setup

1. Flash Raspberry Pi OS (Desktop version) to an SD card 2. Boot and complete initial setup 3. Install the GoVista player 4. Configure auto-start and auto-login 5. Set the display rotation if using a portrait screen

Performance Tips

  • Use Ethernet over Wi-Fi for reliability
  • Allocate sufficient GPU memory (256 MB on Raspberry Pi)
  • Disable screen blanking and power management
  • Use an SSD or fast SD card for better content caching

Raspberry Pi 3 may struggle with 1080p video. For reliable Full HD playback, use a Raspberry Pi 4 or newer.

Was this article helpful?