From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 16:08:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC6837B401 for ; Wed, 2 Jul 2003 16:08:10 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B83AC43FAF for ; Wed, 2 Jul 2003 16:08:09 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 21956 invoked by uid 1001); 2 Jul 2003 23:11:15 -0000 Date: Wed, 2 Jul 2003 16:11:15 -0700 From: Joshua Oreman To: Joachim Dagerot Message-ID: <20030702231115.GA21919@webserver.get-linux.org> References: <1057184719.3897.11.camel@big.dagerot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057184719.3897.11.camel@big.dagerot.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Questions about x-windows, startx (Extremely long and probably most blahblah) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 23:08:10 -0000 On Thu, Jul 03, 2003 at 12:25:19AM +0200 or thereabouts, Joachim Dagerot wrote: > I have managed to get everything up and running now, including my NVIDIA > card with tv-out on my FreeBSD 5.1. THANKS FOLKS. > > > Now come the fun part, I have managed to, in .xinitrc have a specific > program running when I run startx. That's lovely. > > Now I would like to start and close additional programs, aswell as > maximize, bring to front and back etc. BUT FROM OUTSIDE THE X > ENVIRONMENT. > > Why? You ask. Let me tell you the story of my life :-) > > [BACKGROUND] > ...snip... > > [END BACKGROUND] > > > Now to my problems: > > I would like to start/stop different programs (such as the java-program > mentioned above). I would also like to have many programs running, but > only see one at a time (bring to front, maximize). > > I understand this is certainly not a yes/no question, but if someone can > hint me on a window manager that's accessible from outside X, or some > other remote controlled software that might be of interest I would be > glad. To start a program on the X display: $ DISPLAY=:0 xprogram & To kill it: $ killall xprogram I don't know of any window manager that can do what you want w/ maximizing, though... -- Josh > > > Finally, I will ofcourse post all sources as soon as I have commented > them, and, perhaps, made them a bit more general than they are today, > please feel free to contact me for further details. > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"