Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve install scripts #52

Open
jvolker opened this issue Sep 26, 2019 · 3 comments
Open

Improve install scripts #52

jvolker opened this issue Sep 26, 2019 · 3 comments

Comments

@jvolker
Copy link
Collaborator

jvolker commented Sep 26, 2019

With the current image from https://groups.google.com/d/msg/openframeio/ulD66rL-MUs/JEvOZE9YBgAJ the user doesn't get asked about the frame rotation anymore.

The frame rotation configuration should be moved from the web install script https://github.com/OpenframeProject/openframeproject.github.io/blob/master/install.sh to install.sh of this repository.

@jvolker
Copy link
Collaborator Author

jvolker commented Sep 29, 2019

Also from https://gist.github.com/jvolker/7d61d2550261f838c473ea6f3111c458 add

# change boot mode to command line
sudo raspi-config nonint do_boot_behaviour B2

# set GPU memory to 256 to make shaders and image extension work
sudo raspi-config nonint do_memory_split 256

Maybe check the current memory split first and only increase if it is currently set to lower than 256MB. More on this here.

Should these two commands rather go to to the web install script?

@jvolker jvolker changed the title Move frame rotation configuration from Environment install script to Openframe install script Improve install scripts Sep 29, 2019
@jvolker
Copy link
Collaborator Author

jvolker commented Sep 30, 2019

Sometimes I only wanted to change the rotation of the screen but had to type in the user name and data as well, which I don't always have at hand. It would be great if it were possible to configure/reset the frame configuration separately from the login credentials.

@jvolker
Copy link
Collaborator Author

jvolker commented May 1, 2020

Also, the rotation command in /boot/config.txt has changed from display_rotate= to display_hdmi_rotate= .

@jvolker jvolker added the bug label May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant