Tears and Wailing

Brandon Allbery allbery.b at gmail.com
Fri Feb 14 18:49:24 PST 2014


On Fri, Feb 14, 2014 at 9:41 PM, James Linder <jam at tigger.ws> wrote:
>
> 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
>

.profile?! That'd be bad, yes, since it'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?

If you want to run it during X startup, create an executable script
~/.xinitrc.d/99xset.sh:

    #! /bin/sh
    xset -b

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20140214/ba3c55d4/attachment.html>


More information about the macports-users mailing list