<div dir="ltr"><div>Somewhere along the way of testing I screwed up and got the problem back. So I went back to the xorg.conf produced by X -configure and then just added my changes.</div><div><br></div><div>This time I included the Option "HotPlug" "false". The complete xorg.conf I'm using is below.  The xorg.1.log looks better and more understandable.  It indicates all the changes I want. So I'm going to test this for a few days.</div><div><br></div><div>Jiim A</div><div><br></div><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Section "ServerLayout"<br>     Identifier     "X.org Configured"<br> Screen      0  "Screen0" 0 0<br>    InputDevice    "Mouse0" "CorePointer"<br>   InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Keyboard0"<br>    Driver      "kbd"<br>EndSection<br><br>Section "InputDevice"<br> Identifier  "Mouse0"<br>       Driver      "mouse"<br>      Option      "Protocol" "auto"<br>   Option      "Device" "/dev/input/mice"<br>  Option      "ZAxisMapping" "4 5 6 7"<br>EndSection<br><br>Section "Monitor"<br> Identifier   "Monitor0"<br>    VendorName   "Monitor Vendor"<br>      ModelName    "Monitor Model"<br>      Option       "HotPlug"     "false"<br>EndSection<br><br>Section "Device"<br>   Option         "CustomEDID" "HDMI-1:/etc/X11/edid.bin"<br>        Option       "ConnectedMonitor" "HDMI-1"<br>       Option         "IgnoreEDID" "false"<br>   Option         "UseEDID" "true"<br>       Identifier     "Card0"<br>     Driver       "intel"<br>     BusID        "PCI:0:2:0"<br>EndSection<br><br>Section "Screen"<br>       Identifier "Screen0"<br>        Device     "Card0"<br>        Monitor    "Monitor0"<br>     SubSection "Display"<br>                Viewport   0 0<br>               Depth     1<br> EndSubSection<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">  SubSection "Display"<br>                Viewport   0 0<br>               Depth     4<br> EndSubSection<br> </blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">SubSection "Display"<br>         Viewport   0 0<br>               Depth     8<br> EndSubSection<br> </blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">SubSection "Display"<br>         Viewport   0 0<br>               Depth     15<br>        EndSubSection<br> </blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">SubSection "Display"<br>         Viewport   0 0<br>               Depth     16<br>        EndSubSection<br> </blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">SubSection "Display"<br>         Viewport   0 0<br>               Depth     24<br>        EndSubSection<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">EndSection<br></blockquote><div> </div></div></div>