<div dir="ltr"><div dir="ltr">Just a heads up, for those using intel graphics that are thinking of upgrading to Ubuntu 20.04 Focal and are using a custom xorg.conf: </div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>You may need to change your xorg.conf device driver from "intel" with AccelMethod sna to "modesetting" with AccelMethod glamor. </div><div><br></div></blockquote><pre class="gmail-captioned" style="box-sizing:border-box;color:rgb(51,51,51);background-color:rgb(245,245,245);border-top:none;border-right:1px solid rgb(204,204,204);border-bottom:1px solid rgb(204,204,204);border-left:1px solid rgb(204,204,204);padding:9.5px;white-space:pre-wrap;overflow:auto;font-size:13px;margin-top:0px;margin-bottom:10px;line-height:1.42857;word-break:break-all;border-radius:0px 0px 4px 4px">Section "Device"
    Identifier  "Intel Graphics"
    Driver      "modesetting"
    Option      "AccelMethod"    "glamor"
    Option      "DRI"            "3"
EndSection</pre><div dir="ltr"><br></div><div dir="ltr">I was getting mythtv-frontend crashes when trying to use the Intel/SNA combo (opengl issues that I couldn't fully track down).  I discovered the fix by blowing away my custom xorg.conf file and lucked into the auto-generated settings working without any crashes.  Inspecting the Xorg.0.log file helped me figure out the change to modesetting and glamor worked and I'm now back up and running with a customer xorg.conf.</div><div dir="ltr"><br></div><div>Regards,</div><div>John</div></div>