<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 10, 2022 at 9:07 AM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p><br>
    </p>
    <div>On 3/9/22 21:00, James Abernathy wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Wed, Mar 9, 2022 at 8:38
            PM Ken Mandelberg <<a href="mailto:km@mathcs.emory.edu" target="_blank">km@mathcs.emory.edu</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
            <div> <br>
              <div>
                <div>Yes, I was starting from the GUI. I now switched to
                  a CLI boot, and tried to follow the wiki running<br>
                </div>
                <div><br>
                </div>
                <div><span style="color:rgb(0,0,0);font-family:monospace,Courier;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(249,249,249);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">       
                    QT_QPA_PLATFORM=eglfs mythfrontend</span></div>
                <div><span style="color:rgb(0,0,0);font-family:monospace,Courier;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(249,249,249);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br>
                  </span></div>
                <div><span style="color:rgb(0,0,0);font-family:monospace,Courier;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(249,249,249);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I
                    get "Cannot Find DRM Device"</span></div>
                <div><span style="color:rgb(0,0,0);font-family:monospace,Courier;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(249,249,249);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br>
                  </span></div>
                <div><span style="color:rgb(0,0,0);font-family:monospace,Courier;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(249,249,249);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Any
                    suggestions?<br>
                  </span></div>
                <div><br>
                </div>
                <div><br>
                </div>
                <div>Peter Bennett wrote on 3/8/22 11:10:<br>
                </div>
                <blockquote type="cite"> <br>
                  On 3/8/22 10:55, Ken Mandelberg wrote: <br>
                  <blockquote type="cite">Peter, thanks! <br>
                    <br>
                    I have an old 3B (not 3B+) that was doing nothing,
                    so I thought I would try it. <br>
                    <br>
                    I loaded Buster and then the Mythtv light. No tweaks
                    no MPG license. The GUI ran painfully slowly each
                    screen change rendered incrementally. The setup
                    video even in standard was very choppy. <br>
                    <br>
                    Is there anything I can do to make this usable, or
                    is a 3B just totally inadequate. <br>
                  </blockquote>
                  <br>
                  It should not be that bad. Did you follow the guide in
                  the wiki? <br>
                  <br>
                  <a href="https://www.mythtv.org/wiki/Raspberry_Pi#Setup_on_Raspbian" target="_blank">https://www.mythtv.org/wiki/Raspberry_Pi#Setup_on_Raspbian</a>
                  <br>
                  <br>
                  and improving performance <br>
                  <br>
                  <a href="https://www.mythtv.org/wiki/Raspberry_Pi#System_Performance" target="_blank">https://www.mythtv.org/wiki/Raspberry_Pi#System_Performance</a>
                  <br>
                  <br>
                  This version is run from command line so you should
                  set up the system to start in command line mode. <br>
                  <br>
                  Peter<br>
                </blockquote>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>This was discussed on the mythtv forum (link below). But
            here is a quick summary.</div>
          <div>use this command:</div>
          <div> QT_QPA_EGLFS_ALWAYS_SET_MODE="1" QT_QPA_PLATFORM=eglfs
            QT_QPA_EGLFS_KMS_CONFIG=./pi_mythfrontend.json mythfrontend
            --noupnp --logpath /tmp</div>
          <div><br>
          </div>
          <div>and create ./pi_mythfrontend.json:</div>
          <div><span style="color:rgb(46,139,87);font-family:Monaco,"Andale Mono","Courier New",Courier,monospace;font-size:11.7px;white-space:pre-wrap">{
    "device": "/dev/dri/by-path/platform-gpu-card",
    "outputs": [
        { "name": "HDMI1", "mode": "1920x1080@60" }
    ]
}</span><br>
          </div>
          <div><a href="https://forum.mythtv.org/viewtopic.php?f=46&t=4694" target="_blank">https://forum.mythtv.org/viewtopic.php?f=46&t=4694</a><span style="color:rgb(46,139,87);font-family:Monaco,"Andale Mono","Courier New",Courier,monospace;font-size:11.7px;white-space:pre-wrap">
</span></div>
          <div><br>
          </div>
          <div>Jim A</div>
          <div><br>
          </div>
        </div>
      </div>
    </blockquote>
    <p>Jim</p>
    <p>I am no longer using the raspberry pi for watching, and the wiki
      seems to be out of date. Would you like to update the wiki to the
      latest information? Let me know if you want to do that and I can
      set you up with a user id.</p>
    <p>Peter</p></div></blockquote><div><br></div><div>Writing up something is the easy part, I've done that on the MythTV forum and on my blog (which needs updating also). However, the last time I tried to update a Wiki was impossible because it wasn't WYSIWYG and you had to know a lot of arcane markup codes.  Too much like using word processors back in the DOS days, and I mean IBM System 360 DOS and not IBM PC DOS.. Is there a way to take the wiki page into a real editor and fix it and then put it back into the wiki?</div><div><br></div><div>Jim A</div><div><br></div></div></div>