Screen output stays blank if screen turned off and on again MythbuntuTurn off vsync (Radeon) and create...

Problem of parity - Can we draw a closed path made up of 20 line segments...

What would happen to a modern skyscraper if it rains micro blackholes?

Can divisibility rules for digits be generalized to sum of digits

Has the BBC provided arguments for saying Brexit being cancelled is unlikely?

Mathematical cryptic clues

To string or not to string

Why was the small council so happy for Tyrion to become the Master of Coin?

How to say job offer in Mandarin/Cantonese?

Today is the Center

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Smoothness of finite-dimensional functional calculus

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

Service Entrance Breakers Rain Shield

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Prove that NP is closed under karp reduction?

Can I make popcorn with any corn?

strToHex ( string to its hex representation as string)

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

How does one intimidate enemies without having the capacity for violence?

Why can't I see bouncing of a switch on an oscilloscope?

What are these boxed doors outside store fronts in New York?

Dragon forelimb placement

Fencing style for blades that can attack from a distance

Which models of the Boeing 737 are still in production?



Screen output stays blank if screen turned off and on again Mythbuntu


Turn off vsync (Radeon) and create xorg.confPlugging two external screens to laptop via VGA and HDMIIntel HD4000 HDMI and Ubuntu 13.04Belkin HDMI to VGA adapter not displaying / not detectedHDMI External Monitor no longer detected (Ubuntu 16.04)xrandr detect when HDMI tv goes standbyXFCE dual monitors stopped workingXfce4 multi-graphic-card and multi-monitor: placement of desktop iconsIncorrect monitor size acknownlegement ubuntu 16.04Asus X551ca HDMI resolutionLaptop running Ubuntu 18 and Nvidia GPU does not detect HDMI display






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have a Sony Bravia KDL-40CX520 TV connected to my Mythbuntu box (Ubuntu 16.04.6 LTS) via HDMI. The TV is detected and shows up correctly under Settings-> Display. The box is running an AMD-A4 APU, with open source radeon driver. There is no other graphics card installed.



If the TV is turned on while MythTV is already running, or the TV is turned off and then on again, result is just a blank screen with no video/audio. The only way to restore the display would be to reboot the system while the TV remains on.



I can remote in via ssh and run xrandr. The only difference I see when there is no signal is that the (*) asterisk indicating the current mode disappears:



mythtvuser@mythtv-1:~$ xrandr -display :0.0
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 886mm x 498mm
1920x1080 60.00*+ 50.00 59.94 30.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 59.94
1280x1024 60.02
1280x720 60.00 50.00 30.00 59.94 29.97 24.00 23.98
1024x768 60.00
800x600 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 60.00 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)


Running:

xrandr --auto

or via ssh:

xrandr --auto -display :0.0

will reset things back to working order.



I'm wondering why the current mode changes to nothing (!) when the TV turns off and what can be done to always force the display setting to stay at 1920x1080?



I thought xorg.conf might work but there is no such file in /etc/X11/ and I'm having the same issue creating it ("no devices to configure. Configuration failed") as detailed in
Turn off vsync (Radeon) and create xorg.conf



So right now, I could implement a workaround, but I'm interested in a fix to the problem itself.



One thing that I have noticed, is the issue only occurs when in graphics mode. If I switch to tty (Ctrl + Alt + 1), I'm able to turn the TV off and on without losing the signal.



I suspect the problem is X related, or there is some desktop configuration option, but not really sure what to do from here. Any advice is appreciated.










share|improve this question







New contributor




Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I have a Sony Bravia KDL-40CX520 TV connected to my Mythbuntu box (Ubuntu 16.04.6 LTS) via HDMI. The TV is detected and shows up correctly under Settings-> Display. The box is running an AMD-A4 APU, with open source radeon driver. There is no other graphics card installed.



    If the TV is turned on while MythTV is already running, or the TV is turned off and then on again, result is just a blank screen with no video/audio. The only way to restore the display would be to reboot the system while the TV remains on.



    I can remote in via ssh and run xrandr. The only difference I see when there is no signal is that the (*) asterisk indicating the current mode disappears:



    mythtvuser@mythtv-1:~$ xrandr -display :0.0
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
    HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 886mm x 498mm
    1920x1080 60.00*+ 50.00 59.94 30.00 24.00 29.97 23.98
    1920x1080i 60.00 50.00 59.94
    1280x1024 60.02
    1280x720 60.00 50.00 30.00 59.94 29.97 24.00 23.98
    1024x768 60.00
    800x600 60.32
    720x576 50.00
    720x576i 50.00
    720x480 60.00 59.94
    720x480i 60.00 59.94
    640x480 60.00 59.94
    HDMI-1 disconnected (normal left inverted right x axis y axis)
    DVI-0 disconnected (normal left inverted right x axis y axis)


    Running:

    xrandr --auto

    or via ssh:

    xrandr --auto -display :0.0

    will reset things back to working order.



    I'm wondering why the current mode changes to nothing (!) when the TV turns off and what can be done to always force the display setting to stay at 1920x1080?



    I thought xorg.conf might work but there is no such file in /etc/X11/ and I'm having the same issue creating it ("no devices to configure. Configuration failed") as detailed in
    Turn off vsync (Radeon) and create xorg.conf



    So right now, I could implement a workaround, but I'm interested in a fix to the problem itself.



    One thing that I have noticed, is the issue only occurs when in graphics mode. If I switch to tty (Ctrl + Alt + 1), I'm able to turn the TV off and on without losing the signal.



    I suspect the problem is X related, or there is some desktop configuration option, but not really sure what to do from here. Any advice is appreciated.










    share|improve this question







    New contributor




    Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I have a Sony Bravia KDL-40CX520 TV connected to my Mythbuntu box (Ubuntu 16.04.6 LTS) via HDMI. The TV is detected and shows up correctly under Settings-> Display. The box is running an AMD-A4 APU, with open source radeon driver. There is no other graphics card installed.



      If the TV is turned on while MythTV is already running, or the TV is turned off and then on again, result is just a blank screen with no video/audio. The only way to restore the display would be to reboot the system while the TV remains on.



      I can remote in via ssh and run xrandr. The only difference I see when there is no signal is that the (*) asterisk indicating the current mode disappears:



      mythtvuser@mythtv-1:~$ xrandr -display :0.0
      Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
      HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 886mm x 498mm
      1920x1080 60.00*+ 50.00 59.94 30.00 24.00 29.97 23.98
      1920x1080i 60.00 50.00 59.94
      1280x1024 60.02
      1280x720 60.00 50.00 30.00 59.94 29.97 24.00 23.98
      1024x768 60.00
      800x600 60.32
      720x576 50.00
      720x576i 50.00
      720x480 60.00 59.94
      720x480i 60.00 59.94
      640x480 60.00 59.94
      HDMI-1 disconnected (normal left inverted right x axis y axis)
      DVI-0 disconnected (normal left inverted right x axis y axis)


      Running:

      xrandr --auto

      or via ssh:

      xrandr --auto -display :0.0

      will reset things back to working order.



      I'm wondering why the current mode changes to nothing (!) when the TV turns off and what can be done to always force the display setting to stay at 1920x1080?



      I thought xorg.conf might work but there is no such file in /etc/X11/ and I'm having the same issue creating it ("no devices to configure. Configuration failed") as detailed in
      Turn off vsync (Radeon) and create xorg.conf



      So right now, I could implement a workaround, but I'm interested in a fix to the problem itself.



      One thing that I have noticed, is the issue only occurs when in graphics mode. If I switch to tty (Ctrl + Alt + 1), I'm able to turn the TV off and on without losing the signal.



      I suspect the problem is X related, or there is some desktop configuration option, but not really sure what to do from here. Any advice is appreciated.










      share|improve this question







      New contributor




      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have a Sony Bravia KDL-40CX520 TV connected to my Mythbuntu box (Ubuntu 16.04.6 LTS) via HDMI. The TV is detected and shows up correctly under Settings-> Display. The box is running an AMD-A4 APU, with open source radeon driver. There is no other graphics card installed.



      If the TV is turned on while MythTV is already running, or the TV is turned off and then on again, result is just a blank screen with no video/audio. The only way to restore the display would be to reboot the system while the TV remains on.



      I can remote in via ssh and run xrandr. The only difference I see when there is no signal is that the (*) asterisk indicating the current mode disappears:



      mythtvuser@mythtv-1:~$ xrandr -display :0.0
      Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
      HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 886mm x 498mm
      1920x1080 60.00*+ 50.00 59.94 30.00 24.00 29.97 23.98
      1920x1080i 60.00 50.00 59.94
      1280x1024 60.02
      1280x720 60.00 50.00 30.00 59.94 29.97 24.00 23.98
      1024x768 60.00
      800x600 60.32
      720x576 50.00
      720x576i 50.00
      720x480 60.00 59.94
      720x480i 60.00 59.94
      640x480 60.00 59.94
      HDMI-1 disconnected (normal left inverted right x axis y axis)
      DVI-0 disconnected (normal left inverted right x axis y axis)


      Running:

      xrandr --auto

      or via ssh:

      xrandr --auto -display :0.0

      will reset things back to working order.



      I'm wondering why the current mode changes to nothing (!) when the TV turns off and what can be done to always force the display setting to stay at 1920x1080?



      I thought xorg.conf might work but there is no such file in /etc/X11/ and I'm having the same issue creating it ("no devices to configure. Configuration failed") as detailed in
      Turn off vsync (Radeon) and create xorg.conf



      So right now, I could implement a workaround, but I'm interested in a fix to the problem itself.



      One thing that I have noticed, is the issue only occurs when in graphics mode. If I switch to tty (Ctrl + Alt + 1), I'm able to turn the TV off and on without losing the signal.



      I suspect the problem is X related, or there is some desktop configuration option, but not really sure what to do from here. Any advice is appreciated.







      xfce hdmi mythbuntu






      share|improve this question







      New contributor




      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 15 mins ago









      SylvesterSylvester

      11




      11




      New contributor




      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Sylvester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Sylvester is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131795%2fscreen-output-stays-blank-if-screen-turned-off-and-on-again-mythbuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Sylvester is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Sylvester is a new contributor. Be nice, and check out our Code of Conduct.













          Sylvester is a new contributor. Be nice, and check out our Code of Conduct.












          Sylvester is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131795%2fscreen-output-stays-blank-if-screen-turned-off-and-on-again-mythbuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...