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


最終更新日: 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.

この記事は役に立ちましたか?

25% の人が、これは役に立つと思っています。
ご意見をいただき、ありがとうございます。

この記事の改善箇所をお知らせください。

その他のフィードバックがある場合は、以下に入力してください。

仕様を選択

      もっと見る 閉じる

      当ページを他の国/地域で見る:

      気軽にお問い合わせ! show inquiry button
      open menu
      back to top