No more HDMI output from HD Station after turning TV off and on again


Laatst gewijzigd op: 2020-09-04

Please follow below steps to solve it.

  1. Log in to your NAS using SSH

  2. Run below command

# /etc/init.d/HD_Station.sh attach
  1. Run below command to edit script file

# vi /etc/HD_Station/init.d/xrandr-hotplug.sh
  1. Modify the contents of the script file.

main() {
   [ -f $QTV_CONF ] || touch $QTV_CONF

   /usr/bin/xrandr > /dev/null
   [ "$?" -ne "0" ] && exit 1
   [ -f $FILE_LOCK ] && exit 0
   touch $FILE_LOCK
 
   /opt/bin/xrandr-hotplug.py
   sleep 1  (modify this line from sleep 1 to sleep 2)
   /opt/bin/xrandr-hotplug.py
   sleep 1
   windowMove
 
   /opt/bin/qtvmargin -u
   /opt/bin/wallpaper.sh
   rm -f $FILE_LOCK
   exit 0
}
  1. Save and exit the editor.

  2. Restart HD_station from the web management page.

  3. Done.

Was dit artikel nuttig?

25% van de mensen vond dit nuttig
Bedankt voor uw feedback.

Vertel ons a.u.b. hoe we dit artikel kunnen verbeteren.

Hieronder kunt u eventuele aanvullende feedback toevoegen.

Kies specificatie

      Toon meer Minder

      Deze website in andere landen/regio's:

      open menu
      back to top