Ffidanna
Posts: 1
Joined: Thu Feb 06, 2020 9:16 am
Location: New Jersey, North Bergen

Mini portable pocket projectors

Thu Feb 06, 2020 9:33 am

Has anyone used a Mini portable pocket projector.

60" image size hows that compare to 60" flat screen?

https://bestrobotsguide.com/pocket-projectors
Last edited by Ffidanna on Thu Apr 02, 2020 5:31 pm, edited 2 times in total.
https://customrigsmag.com/s-tuner-guide/

User avatar
topguy
Posts: 6527
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Raspbian script - launch gui as root and open the pdf file for 60 seconds

Thu Feb 06, 2020 9:50 am

Observation points..
- rc.local already runs as root, you dont need sudo on any commands.
- add a "&" after "startx" so it runs in the background.
- then you need another "sleep" while the desktop is loading before starting any programs.
- "export DISPLAY=:0.0" is needed to tell programs which X-server to connect to.
- "killall xpdf" is a good command to get rid of running copies before starting a new one.

Return to “General discussion”