Hi,
I just started with the offical RasPi screen.
I started with the easy way. Just install the plugin an see how it is.
It was quite nice.
Now I did some things from this thread - many thanks for this.
As you say the screen now does not turn of while playback - I do not like this. Before the fiddling around (only the touch plugin installed) it was turning off during playback as well. I liked this. How do I get this back?
I do not know if it works in this post (due to adaptation screen software) screen blank on off and timeout.
Just edit with following commands on the commandline
cdā¦
cdā¦
cd opt
sudo nano volumiokiosk.sh
Originaly it looks like this:
#!/bin/bash
xset -dpms
xset s off
openbox-session &
while true; do
/usr/bin/chromium-browser --disable-session-crashed-bubble --disable-infobars --kiosk --no-first-run āhttp://localhost:3000ā
done
edit the lines:
āxset -dpmsā to āxset +dmpsā
and
āxset s offā to āxset s blankā
and add the line
āxset dpms 0 0 120ā
it should look like this:
#!/bin/bash
xset +dpms
xset s blank
xset dpms 0 0 120
openbox-session &
while true; do
/usr/bin/chromium-browser --disable-session-crashed-bubble --disable-infobars --kiosk --no-first-run āhttp://localhost:3000ā
done
Hi guys, Iām the new one in raspberry pi community and volumio I absolutely love volumio, for beautiful interface and easy configuration. I have raspberry with original 7āā touchscreen and latest version of volumio, Iāve done this tutorial step by step, everything seems to work except screen backlight timeout, no matter what time (minutes) I set, screen turning off after few minutes, I want to keep my display on when Iām using volumio. Can you please help me?
As michel8166 says, just donāt do (or undo if you have done it) the section āStop screen blanking and crashed messageā That will enable the systems screen blanking.
I am away on work at the moment but looking at the script the line:
if (time.time() - pausedTime > screenDelay and status["status"] <> "play" and blState <> 0): # check if paused for longer than "screenDelay" seconds, volumio is not playing and backlight is on
stateChange = "blOff" # turn off backlight
you can remove the āand status[āstatusā] <> 0ā and that will let it turn the screen off even when playing. That said more of the script would need altering in order to update the āpauseTimeā variable to let that work, probably needs updating when play is pressed as well as when pause happens.
I would say is the system blanking is still working. First I would say check the section āStop screen blanking and crashed messageā which turns that off. Make sure there are no typoās etc
Thank you guys for your replies and tips, Iāve checked once again everything in section āStop screen blanking and crashed messageā, and yeah it was my mistake, I didnāt change one line from xset s blank to xset s off, now everything is working like a charm BTW, very good tutorial
Fun thing with coding, when your sure everything is right but it doesnāt work. Then you spend HOURS tracing it down only to find out in some iff statement you used a < instead of a > LOL
Great tutorial, all (almost) worked for me as well.
Can you advise how you manage to get rid of scroll bar on main Volumio screen? Iām using official Raspberry Pi 7" touch screen and thereās no additional content on the main screen so the scroll bar isnāt needed.
Glad it worked out okay Regarding the scroll bar the only way I know is to edit the Volumio config files, and that screws up automagic updating. However in the guide there is this part āMove track and volume controls up (stops them clipping on the bottom of the screen)ā and at the end of that section it shows how to enlarge the touch bar. You should be able to remove it by making it super small.
Hello, itās me again
I have one problem with tutorial.
Iām using volumio since version 2.555, now I have latest 2.572, and since 2.555 I have a problem with section Move track and volume controls up (stops them clipping on the bottom of the screen). Iām opening file app-013f2d5c5e.css but itās empty, Iām trying to search for volumeManager{margin-top, but no result. Can you help me? I cannot move controls and I cannot change scrollbar width. Everything else from tutorial working well
Just updated to 2.572 and checked, it is still in my CSS file Try searching for just āvolumeManagerā. There are 7 matches in my CSS file which should give you an idea of what is going on
Since Iāve upgraded to the latest Volumio version unfortunately matchbox-keyboard is no longer starting. Even if i start it from command line it is terminating without any error message or log entries. Any idea?
I have Volumio 2.587 running on an official touchscreen. I followed the instructions and have the keyboard working. I only did the keyboard piece. I donāt care about screen dimming, etc. I am experiencing some strange behavior. The keyboard works perfect the first time after a reboot. The next time itāll pop up for a split second and then disappear. Also, the settings ( gear) starts going haywire and flashes like a strobe. Once it gets into this state I have to pull the plug to force a reboot.
The keyboard functions great that first use then things start getting wonky.
Hello
Is it possible to set a button in the latest Voumio, through which it will be possible to adjust the brightness or turn off the touch screen? Cause I tried to install from the tutorial above but it doesnāt work anymore I need this feature a lot. Thank you.
The error appears at the command: sudo pip install rpi_backlight
Hi there! Mind me to ask, if thereās anyone here has instruction to work with led ring +rotary encoder to raspberry pi on a latest os ver. Of volumio?.