[PlanetCCRMA] RE: [Jackit-devel] cannot connect to jack server - cannot connect to default JACK server

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Oct 23 15:11:01 2002


Sorry to come into this thread this late (brain dead email routing dumped
these emails in the global linux mbox which lately I just can't keep up
with :-)

If the problem coincides with the monitor powering down then it is an
XFree related setting. See if you have a section in your
/etc/X11/XF86Config-4 file named "ServerFlags" with things inside like
"BlankTime" and so on. That's what I have in mine but I think _I_ added
it. They can be used to control when XFree goes through the power down
stages of the monitor. Mine looks like this:

Section "ServerFlags"
        BlankTime 15  
        StandbyTime 20
        SuspendTime 30
        OffTime 40
EndSection

It is a weird problem, of course...
-- Fernando