Read the statement by Michael Teeuw here.
Fresh Install
-
@johnnyboy well, the last two steps didn’t finish, pm2 (autostart) and screen saver
u can find separate scripts on my repo for those
system change the screen to portrait? that changed too from boot long ago?
https://clevertap.com/blog/using-raspberry-pi-to-build-a-commercial-grade-wall-information-dashboard/#:~:text=To change the orientation%2C set,display_rotate%3D3 and reboot again. -
u can find separate scripts on my repo for those
Will do those
system change the screen to portrait? that changed too from boot long ago?
https://clevertap.com/blog/using-raspberry-pi-to-build-a-commercial-grade-wall-information-dashboard/#:~:text=To change the orientation%2C set,display_rotate%3D3 and reboot again.Ok, I went to the Boot/config.txt… entered the display_rotate=1 and tried to save but says cannot?
Rebooted but still in landscape and my entry not saved in boot.Where am I going wrong?
-
@johnnyboy stuff in /boot, /etc are protected, so you have to use the sudo comand
nano is the editor
sudo nano /boot/config.txt -
@sdetweil
Sorry … I must have missed something?Pi@raspberrypi:~ S sudo nano/boot/config.txt
sudo: nano/boot/config.txt : command not found
Pi@raspberrypi:~ S sudonano/boot/config.txt
Bash: sudonano/boot/config.tx : no such file or directory
-
FWIW, I would have started with a fresh image. whenever I’m working with a system that’s not been used in a while, I grab what I can and start the OS over fresh, it just seems to work better.
-
@BKeyport
Am I entering the correct text into Terminal?
Is path right? Is spacing right?Unsure here so trying all sorts to no avail
-
@johnnyboy said in Fresh Install:
udonano/boot/config.txt
always a space between command and path
sudo nano /boot/config.txt
-
@BKeyport he has a some mods… so, trying to help get it up and running and find them
-
@sdetweil said in Fresh Install:
@johnnyboy said in Fresh Install:
udonano/boot/config.txt
always a space between command and path
sudo nano /boot/config.txt
Thanks… that got me in… i entered that txt in a space… rebooted… and still in landscape?
Tried again, entered sudo nano /boot/config.txt … same as you say with spaces… but now the terminal text that wss within the config has gone… and at bottom it says [Directory ‘boot’ does not exist ]
I then look in the boot folder, and i now have - config.tx… config.txt save 1… config.txt save 2… and config.tct save 3 and within all 3 saved ones, it shows - display_rotate=1
-
@johnnyboy
Ok… got back in after a reboot… how do i enter display_rotate=1Do i find a space and type it in… and how do i save that entry before re-booting?