black screen upon turn on pc with monitor off?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ivtec
    Badcaps Legend
    • Dec 2008
    • 1967
    • USA

    #1

    black screen upon turn on pc with monitor off?

    Hi guys can someone please tell me why when i turn on PC i have to have the Monitor on other wise the monitor stays black displays 680x400 resolution,i have to turn off and on in the push buttom, when i have the pc configured for 1920x1080 in linuxmint mater 14? any input i'd apreciate
  • ivtec
    Badcaps Legend
    • Dec 2008
    • 1967
    • USA

    #2
    Re: black screen upon turn on pc with monitor off?

    Originally posted by ivtec
    Hi guys can someone please tell me why when i turn on PC i have to have the Monitor on other wise the monitor stays black displays 680x400 resolution,i have to turn off and on in the push buttom, when i have the pc configured for 1920x1080 in linuxmint mater 14? any input i'd apreciate
    Hi guys no aknowledge of my problem?no help at all!

    Comment

    • Mad_Professor
      A Mech Warrior
      • Feb 2011
      • 1587

      #3
      Re: black screen upon turn on pc with monitor off?

      Didn't stick out in bold as a new thread.

      Well if you leave the monitor off during the boot up into windows or linux, the O/S will assume there is no display attached because it probe for EDID and didn't get a response. Newer monitors have EDID on the standby voltage to fix this issue.

      http://en.wikipedia.org/wiki/Extende...ification_data
      Last edited by Mad_Professor; 04-09-2013, 05:19 PM.

      Comment

      • ivtec
        Badcaps Legend
        • Dec 2008
        • 1967
        • USA

        #4
        Re: black screen upon turn on pc with monitor off?

        Originally posted by Mad_Professor
        Didn't stick out in bold as a new thread.

        Well if you leave the monitor off during the boot up into windows or linux, the O/S will assume there is no display attached because it probe for EDID and didn't get a response. Newer monitors have EDID on the standby voltage to fix this issue.

        http://en.wikipedia.org/wiki/Extende...ification_data
        Thanks for your explanation,my display monitor is a Cob Hd 15" TV with VGA and HDMI i have it connected to VGA and the 36''Sony with DVI.
        i guess there is no EDID for this cheap display,
        well i have to remember to turn on the monitor prior to the pc or in case i forget just reboot it. thanks anyway.

        Comment

        • ivtec
          Badcaps Legend
          • Dec 2008
          • 1967
          • USA

          #5
          Re: black screen upon turn on pc with monitor off?

          Originally posted by ivtec
          Thanks for your explanation,my display monitor is a Cob Hd 15" TV with VGA and HDMI i have it connected to VGA and the 36''Sony with DVI.
          i guess there is no EDID for this cheap display,
          well i have to remember to turn on the monitor prior to the pc or in case i forget just reboot it. thanks anyway.
          Hi guys i also found this article about EDID,


          http://www.extron.com/company/article.aspx?id=uedid

          Comment

          • Time2Retire
            Badcaps Veteran
            • Aug 2012
            • 256
            • USA

            #6
            Re: black screen upon turn on pc with monitor off?

            What type of video card do you have? I have a nVidia card on Linux Mint, and the nvidia-settings program will give me an EDID. It will output it in either ASCII or binay, but I haven't figured out what to do with it after I get it.

            There also is a Linux program that will fetch your EDID, and output some settings that you would insert into your xorg.conf file. When I ran it on mine, it gave me an error:

            http://maxolasersquad.blogspot.com/2...formation.html

            You may first need to create an xorg.conf file. To do that you first need to shut down X:
            Code:
            sudo service mdm stop
            This will shut down the X server. If you don't get a login prompt, switch to a different terminal with this key combo:

            Ctrl+Alt+F1

            You can use F1 thru F8. Then login and create a xorg.conf file with this command:
            Code:
            sudo Xorg -configure
            This will create a file in your home directory named xorg.conf.new. Start the Xserver again or just reboot. Then you can open your new file and add the info that get-edid gave you. You will need root privileges, so open it like this (from a terminal):
            Code:
            gksu gedit ~/xorg.conf.new
            After adding the new info, save and close it. Then copy it to the correct folder with this command:
            Code:
            sudo cp ~/xorg.conf.new /etc/X11/xorg.conf
            Restart the Xserver again or reboot. If the desktop doesn't start, then it rejected your changes. You will have to deactivate your newly-created xorg.conf file. Do this from a terminal by renaming it:
            Code:
            sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
            Then restart X again:

            Code:
            sudo service mdm start
            More info on get-edid:

            http://manpages.ubuntu.com/manpages/...get-edid.1.htm
            Last edited by Time2Retire; 04-10-2013, 06:04 PM.

            Comment

            Related Topics

            Collapse

            Working...