Read the statement by Michael Teeuw here.
Initial Setup Q's and Some Doc Feedback
-
@ember1205 said in Initial Setup Q's and Some Doc Feedback:
Backing up just a bit, there appears to be no guidance in the install doc as to whether I should choose to allow the installer to set MM to autostart and/or whether I should disable the screensaver during the install process. I chose “N” and “Y” respectively.
that is all really choice on your installation and and usage planning…
i don’t want to touch the mirror… if it reboots cause of power outage, etc, I want it to logon, and start mirror, and never screen lock…
so, set OS to auto logon (manual step)
use pm2 to autostart
and turn off screensaver -
Thanks… Good updates. I will definitely look through your updated installer.
With regard to the warnings - I understand what you’re saying, but my concerns were driven more by the warnings that said “this might not even work.” I realize that they may be very specific to certain aspects, but given that isn’t indicated specifically, it raised up my alert level.
On the fake versus real driver piece, I did notice the “f” to indicate the fake driver. With zero experience with this piece, and having no background that there IS a fake driver or that it’s now default, my eyes told me that the name for the fake driver was actually the name for the real one at first [two] glance[s]. It wasn’t until I reached the latter part talking about the fake driver that I realized it was a different name and changed it.
I’m not using portrait mode as I want this to be a “Magic Photo Frame” and display pictures (many of which are in landscape format), so it seems that I might be able to use either.
-
@sdetweil said in Initial Setup Q's and Some Doc Feedback:
@ember1205 said in Initial Setup Q's and Some Doc Feedback:
Backing up just a bit, there appears to be no guidance in the install doc as to whether I should choose to allow the installer to set MM to autostart and/or whether I should disable the screensaver during the install process. I chose “N” and “Y” respectively.
that is all really choice on your installation and and usage planning…
i don’t want to touch the mirror… if it reboots cause of power outage, etc, I want it to logon, and start mirror, and never screen lock…
so, set OS to auto logon (manual step)
use pm2 to autostart
and turn off screensaverYes. Those were all done. But, the screensaver disable was done during the install and it appears to not have modified the same files as the manual changes show.
-
@ember1205 i didn’t set the OpenGL driver… not worth the hassle. the driver is REALLY useful for algorithmic objects, rotating in 3d… nothing we do on the mirror
-
@ember1205 said in Initial Setup Q's and Some Doc Feedback:
Yes. Those were all done. But, the screensaver disable was done during the install and it appears to not have modified the same files as the manual changes show.
hm… i didn’t update the doc for manual install for my new installer… there are just too many places with different solutions…
I embodied all that I know about and generalized to attempt to cover more as time goes on.
-
@ember1205 There are three locations where the screensaver might be starting from, and only one of them is actually run (I believe the first found in this order):
/home/pi/.config/lxsession/LXDE-pi/autostart
/etc/xdg/lxsession/LXDE-pi/autostart
/etc/xdg/lxsession/LXDE/autostartRaspbian recently changed to not having the first one, so the second is now the preferred method.
-
@dsegel thx… already in the updated installer and the screensaver fixer scripts
-
@dsegel said in Initial Setup Q's and Some Doc Feedback:
@ember1205 There are three locations where the screensaver might be starting from, and only one of them is actually run (I believe the first found in this order):
/home/pi/.config/lxsession/LXDE-pi/autostart
/etc/xdg/lxsession/LXDE-pi/autostart
/etc/xdg/lxsession/LXDE/autostartRaspbian recently changed to not having the first one, so the second is now the preferred method.
So… None of that works. The ONLY way I could get the screensaver to shut off was to do:
sudo apt install xscreensaver
And then run the Screensaver Preferences setup and set it to disabled. Anything else I tried ultimately allowed the screen to go blank (black) after about 15 minutes.
-
@ember1205 thanks… I wished we had worked on it a little more…
i have a script that just does setting screensaver off…
haven’t had it fail on anything in a while… just tested Zorin OS. it worked properly
-
@sdetweil said in Initial Setup Q's and Some Doc Feedback:
@ember1205 thanks… I wished we had worked on it a little more…
i have a script that just does setting screensaver off…
haven’t had it fail on anything in a while… just tested Zorin OS. it worked properly
I’m going to try a fresh build and will use your script to see how it fares on this exact version of Raspbian…