Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] Problem: Windows on Xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Problem: Windows on Xen
From: jim burns <jim_burn@xxxxxxxxxxxxx>
Date: Tue, 25 Dec 2007 19:01:17 -0500
Delivery-date: Tue, 25 Dec 2007 16:02:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4762CB73.1090504@xxxxxxxxxxx>
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>
References: <14332639.post@xxxxxxxxxxxxxxx> <14334397.post@xxxxxxxxxxxxxxx> <4762CB73.1090504@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.6 (enterprise 0.20071123.740460)
On Fri December 14 2007 1:29:07 pm Evan Lavelle wrote:
> Next problem: the DomU runs, but it starts life in a 640x480 window. The
> full-screen config option doesn't work, and I can't find any
> documentation on how to get a bigger window. I can change the window
> size by using Windoze properties to increase resolution up to 1Kx768,
> but it won't go any higher than that. And the mouse is almost unusably
> slow. I'll try giving the domU a whole core, but I'm not optimistic. If
> you can work out how to fix that lot, I'd be very grateful... :)

The video card that xen's qemu-dm emulates only goes up that far. Sorry.

As for the mouse, add the following line to your win2k .cfg:

usbdevice="tablet"

> Given that, I'm now running vncserver on the Win2K domU, and a vnc 
> client on the Win2K terminal. This actually works pretty well. I can get 
> full screen, and the mouse works properly. There is a problem, which is 
> that the pixel block update in vnc is *very* slow, so you can't move 
> windows around too much. However, it's a *lot* better than using SDL on 
> the Dom0.

You can play with the '-encodings' flag to vncviewer, but I find this gets 
tedious. qemu-dm gets the vnc setup right for you. To use this, add the lines 
below to your .cfg, and use 'vncviewer dom0-name', instead of domu-name.

# more documentation on these options is in your example scripts:
# /etc/xen/xmexample.hvm (/etc/xen/examples/xmexample.hvm on SuSE)
sdl=0
vnc=1
# the default is only localhost access:
#vnclisten="127.0.0.1"
# uncomment the following to execute vncviewer from any station
#vnclisten="0.0.0.0"
# set VNC display number, default = domid
#vncdisplay=1
# try to find an unused port for the VNC server, default = 1
#vncunused=1
vncconsole=1
vncpasswd=""
# the following is to enable ctrl-alt-1 and ctrl-alt-2 switching
# between the windows session and the qemu monitor
monitor=1

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>