Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Raspberry Pi 7" Touchscreen Display -- Standby
#3
(05-27-2021, 10:09 PM)Tim Curtis Wrote: Post the contents of the file below.

Code:
cat /home/pi/.xinitrc

The no audio issue most likely fixed in upcoming 7.3.0 release

Here it goes:

Code:
#!/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 300

# 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
Reply


Messages In This Thread
RE: Raspberry Pi 7" Touchscreen Display -- Standby - by ToinoBiclas - 05-27-2021, 10:52 PM

Forum Jump: