From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 2/2] libxl: set DISPLAY and XAUTHORITY if sdl is enabled Date: Mon, 20 Apr 2015 16:26:38 +0200 Message-ID: <20150420142638.GA12372@aepfle.de> References: <1429537232-8356-1-git-send-email-olaf@aepfle.de> <1429537232-8356-3-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1429537232-8356-3-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , Ian Jackson , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, Apr 20, Olaf Hering wrote: > With this change the following domU.cfg will show the VM window on the > local dom0 display, instead of the remote side (it via ssh -X login): > vnc=0 > sdl=1 > display=":0" > xauthority="/run/gdm/auth-for-olaf-nMXhOi/database" libvirt works as well with this xml config: Olaf