From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 07:36:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E19CB1065674 for ; Thu, 12 Jun 2008 07:36:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id ECBD58FC14 for ; Thu, 12 Jun 2008 07:36:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5C7Zxio002329; Thu, 12 Jun 2008 09:35:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5C7ZvEO002326; Thu, 12 Jun 2008 09:35:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 12 Jun 2008 09:35:57 +0200 (CEST) From: Wojciech Puchar To: John Wynstra In-Reply-To: <485085F9.3010209@nyc.rr.com> Message-ID: <20080612093310.U2278@wojtek.tensor.gdynia.pl> References: <485085F9.3010209@nyc.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: two monitors, two displays, one PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 07:36:04 -0000 > In the last 4 months I bought a new monitor to replace the one that clunked > out in me. I am currently using it with an old PS2 type keyboard and mouse > attached to a creaky old desktop that will eventually be replaced. Likely I > will want to replace it with a laptop with wifi and a lot more memory and > hard drive so that I can take it with me. Can I still use the old monitor as > a second display? > > Can this be done? Is it done? What are the issues? > Xorg support 2 monitors. be default you will simply get two X displays (:0.0 and :0.1), first default, and use second by DISPLAY=:0.1 program or you may use Xinerama in X11 that creates one virtual display from two. if you have 2 monitors, two keyboards and two mice, you may use it as 2-use system with patched X11, i made a patch but a long time ago, it will not work ouf of the box with new Xorg