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% 의 사용자들이 도움이 된다고 생각할 것입니다.
피드백을 주셔서 감사드립니다.

이 기사가 어떻게 개선될 수 있을지 말해 주십시오.

추가 피드백을 제공하려면 아래에 포함하십시오.

사양 선택

      더 보기 적게 보기

      다른 국가/지역 사이트:

      open menu
      back to top