Skip to content

dimsumlabs/dsl-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dsl-hello is the setup of the presentation running on the big screen.

See also:

  • Dim Sum Labs wiki entry: Hello

  • Git repo with the presentation that is running on the screen: dsl-teevee

As of 17 March 2024, the setup has been tested on a Raspberry Pi 5. Before that it ran on a Pi 400, which broke down. The lack of power of the Pi 4 based system is the reason why resolution has been dropped to 1080p.

Setup

Install additional packages where needed.

  1. sudo raspi-config:
  • Set up Internet access.

  • Set up console autologin. This will then start X from .profile.

  1. Clone this repo into: ~/dsl-hello

  2. Set up start of the presentation on autologin:

    ln -s ~/dsl-hello/.profile ~
    ln -s dsl-hello/.xinitrc ~
    
  3. Make sure that all commands in .xinitrc get called. To do that, you may call startx manually.

  4. Reboot: The system should perform autologin and start X with the presentation in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages