Moode Forum
[PROBLEM] Moode Player 6.5.2 Screen blank - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] Moode Player 6.5.2 Screen blank (/showthread.php?tid=2548)



Moode Player 6.5.2 Screen blank - dml3334 - 05-18-2020

Hi.

I am running Moode Player 6.5.2 on a RPI 3B attached to a Pimoroni Hyper Pixel 4'' touchscreen.

The issue is that when I choose it to come to blank after a while (System Config -> Local Display -> Screen Blank), when it wakes up, everything becomes very greyish for a minute or so, when colors become finally normal and the black a real black.

How this "Screen Blank" functionality actually works? I think it may turn it off completely and it needs some time to activate itself when it is commanded to wake up.

If I choose not to become blank, the screen remains ok, but it gets a little burned with such a steady GUI.

Is there any other way to turn the screen blank, maybe less agressive?

Thanks!


RE: Moode Player 6.5.2 Screen blank - Tim Curtis - 05-18-2020

Have a look at the xinitrc script

Code:
pi@rp3:~ $ cat ./.xinitrc
#!/bin/bash
#
# moOde audio player (C) 2014 Tim Curtis
# http://moodeaudio.org
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
# 2020-04-24 TC moOde 6.5.0
#
#

# Turn off display power management
xset -dpms

# Screensaver timeout in secs or 'off' for no timeout
xset s 600

# Capture screen size
SCREENSIZE="$(fbset -s | awk '$1 == "geometry" { print $2","$3 }')"

# Launch chromium browser
# --disk-cache-dir=/dev/null
chromium-browser --app=http://localhost/ --window-size=$SCREENSIZE --window-position=0,0 --no-first-run -enable-features=OverlayScrollbar --disable-infobars --disable-session-crashed-bubble