<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 14, 2014 at 9:41 PM, James Linder <span dir="ltr">&lt;<a href="mailto:jam@tigger.ws" target="_blank">jam@tigger.ws</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div class="">
    <div>Brandon thanks so much for the help. Why xset -b is a problem I
    dunno, but removing it from .profile fixed my issues with X11 not
    running. I have now got the XQuartz dmg, not the macports version,
    dunno if that is significant but all is working<br></div></div>
    </div></blockquote></div><div class="gmail_extra"><br></div>.profile?! That&#39;d be bad, yes, since it&#39;s getting run as part of the setup for X server startup, and the xset causes X server startup, which runs xset, which tries to start the X server, ... see the problem?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">If you want to run it during X startup, create an executable script ~/.xinitrc.d/99xset.sh:</div><div class="gmail_extra"><br></div><div class="gmail_extra">    #! /bin/sh</div>
<div class="gmail_extra">    xset -b<br><div><br></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>