From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id t3GAs7ht030051 for ; Thu, 16 Apr 2015 06:54:07 -0400 Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com [10.5.110.19]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3GAs7gW007970 for ; Thu, 16 Apr 2015 06:54:07 -0400 Received: from ewr.djernes.net (ewr.djernes.net [97.107.141.189]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3GAs5eE027470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Apr 2015 06:54:06 -0400 Received: from voldemort.home (bzq-79-182-65-166.red.bezeqint.net [79.182.65.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ewr.djernes.net (Postfix) with ESMTPSA id 9206E2EA24; Thu, 16 Apr 2015 10:54:04 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 ewr.djernes.net 9206E2EA24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quitelikely.com; s=2010; t=1429181645; bh=d5U+K6fK4ZRg8POnKMqC7AZvYgz0mVB9C8CHXw584cA=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=st3HwgKZjWRm3SzKXm0mQ2KC3h7rkzet9flYBDf/Wn7XCUskYXxF7I9fin0GK7X3B aQkTVBLDlvv5A2GWzh7RWxUOiDK0StFHoV5/nyPGFGcbzrgQUVsCz0uK6dIF6CEGn6 iizhQkxi73MYvUjTsfcCqru0aD49N8A0HEUpdQ0Q= Date: Thu, 16 Apr 2015 13:54:02 +0300 (IDT) From: Geoff Shang X-X-Sender: geoff@voldemort.home To: Brian Tew , Linux for blind general discussion Subject: Re: fake x? In-Reply-To: <20150316054115.montanalag@gmail.com> Message-ID: References: <20150316054115.montanalag@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RedHat-Spam-Score: -2 (BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_PASS, URIBL_BLOCKED) 97.107.141.189 ewr.djernes.net 97.107.141.189 ewr.djernes.net X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.19 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 10:54:07 -0000 On Thu, 16 Apr 2015, Brian Tew wrote: > Whats that program that emulates xwindows but sends output to console or stout? Try xvfb (X virtual frame buffer). You should have access to the xvfb package in Ubuntu, it's in Debian. It's been forever since I used it. HTH, Geoff.