bpennypacker / phad

Pi-Hole Alternate Display
GNU General Public License v3.0
75 stars 8 forks source link

Cant get it to install #14

Closed ghost closed 4 years ago

ghost commented 4 years ago

I removed old version and then trying curl or the wget/bash installs nothing happens running either commands just just drops down to a new line in terminal not sure whats happening

bpennypacker commented 4 years ago

Bah. I know exactly what happened. Will fix it shortly.

ghost commented 4 years ago

Great thank you

bpennypacker commented 4 years ago

Try v0.4.1 and see if that works.

ghost commented 4 years ago

OK v.0.4.1 installed and works great thanks for the quick fix

Also how do i stop phad sleeping and auto rotation of screens, only want screens to change when i touch screen

bpennypacker commented 4 years ago

It auto-cycles the display if you specify -s on the command line. Make sure you're not specifying that when you run it. Instead you want to set the value for display_timeout in phad.conf to tell it how long after you've last touched the display that it should turn off.

ghost commented 4 years ago

i ended up removing the -s 20 from ~/.bashrc it added and commented out the sleep line then in phad.conf i commented out display_timeout=30 and set Whether or not to toggle the LCD backlight enabled=false

bpennypacker commented 4 years ago

So is everything working as you want now?

ghost commented 4 years ago

Yes everything is working as needed thanks again