<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 18, 2015 at 2:37 PM Paulgir <<a href="mailto:paulgir@gmail.com">paulgir@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div><br></div><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div> </div></div></div></blockquote></div><div><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div> Were there any changes you needed to make to the commands posted on the Kodi page to make them work for Mythtv?</div></div></div></blockquote>-Paul<br></div></blockquote><div><br></div><div>Hi Paul,</div><div><br></div><div>There were two things I had to do differently.</div><div><br></div><div>To kill my X session I did</div><div><br></div><div>ps aux | grep xdg</div><div><br></div><div>Then I killed the xdg process.</div><div><br></div><div>Step 4 says to find the string "ConnectedMonitor" in xlog.txt.  I couldn't find that in my xlog.txt.</div><div><br></div><div>A manual look at that file found this line.</div><div><br></div><div>(--) NVIDIA(0):     MARANTZ JAPAN, INC. marantz-AVR (DFP-1) (boot, connected)<br></div><div><br></div><div>I took note of that when I updated my xorg.conf.</div><div><br></div><div><div>        Option  "ConnectedMonitor" "DFP-1"</div><div>        Option  "CustomEDID" "DFP-1:/etc/X11/edid.bin"</div><div>        Option  "IgnoreEDID" "false"</div><div>        Option  "UseEDID" "true"</div></div><div><br></div><div>David</div></div></div></blockquote><div><br></div></div><div><div>I tried to kill the X session using the following command; Kill (the process number) and immediately I get a login box and can't access a terminal for other commands.</div><div>What command did you use to kill X?</div><div><br></div><div>Paul </div></div></blockquote><div> </div><div>Hi Paul,</div><div><br></div><div>I've just had another go at killing X.  I had to kill this process first.</div><div><br></div><div>/bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit xserverrc<br></div><div><br></div><div>Then X restarted and left me at a login prompt.  Then I killed this process</div><div><br></div><div>/usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch<br></div><div><br></div><div>After that you should be able to continue with the rest of the instructions.</div><div><br></div><div><br></div><div>David</div></div></div>