WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Solution for running X Gnome in DomU

To: wmarvel%marvel@xxxxxxxxxx
Subject: [Xen-users] Solution for running X Gnome in DomU
From: "AMIT KUMAR" <amitkpce@xxxxxxxxxxxxxx>
Date: 5 Dec 2005 17:18:39 -0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 05 Dec 2005 17:45:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: AMIT KUMAR <amitkpce@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

 
hi,
          DomUs or non zero domains do not have access to graphics devices, since unlike the disks and network devices which are virtualised, only Dom0  has direct access to  display hardware.
As such an X-Server can only be run in domain 0.
However Programs like Virtual Network Computing(VNC)  can solve this problem.
So follow the following steps:
Steps:
Step 1 : Download Real Vnc from http://www.realvnc.com, if vncserver,vncpasswd,vncviewer,vncconfig are not installed in dom0 and domU.

DomUs                                Dom0

Step2:
Set a passwd
        vncpasswd
Step3:   
  Start the vncserver
          vncserver &
step 4:
    Make a note of the display no.
that vncserver is using

      e.g LinuxGuestOS:1                  step:5 Start the vncviewer
                                                     
                                          vncviewer  LinuxGuestOS:1

                                          step:6 Enter the passwd


Once the window manager is displayed an X-terminal will be provided.
It can be invoked by  in domU

          cd /etc/X11/xinit
            ./Xclients



Thanks and Regards
Amit Kumar
           





_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Solution for running X Gnome in DomU, AMIT KUMAR <=