Hello community, here is the log from the commit of package xen checked in at Fri Jun 2 02:17:14 CEST 2006. -------- --- arch/i386/xen/xen.changes 2006-06-01 18:53:42.000000000 +0200 +++ xen/xen.changes 2006-06-02 00:14:42.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jun 1 14:40:23 MDT 2006 - ccoffing@novell.com + +- Update the README, regarding how to make the mouse work properly + with VNC in HVM. +- Update help text in mk-xen-rescue-img. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xen.spec ++++++ --- /var/tmp/diff_new_pack.Cl7Ywd/_old 2006-06-02 02:16:47.000000000 +0200 +++ /var/tmp/diff_new_pack.Cl7Ywd/_new 2006-06-02 02:16:47.000000000 +0200 @@ -19,7 +19,7 @@ %define with_pygrub 1 %define xen_build_dir xen-3.0-testing Version: 3.0.2_09697 -Release: 1 +Release: 2 License: GPL Group: System/Kernel Autoreqprov: on @@ -829,6 +829,10 @@ %{insserv_cleanup} %changelog -n xen +* Thu Jun 01 2006 - ccoffing@novell.com +- Update the README, regarding how to make the mouse work properly + with VNC in HVM. +- Update help text in mk-xen-rescue-img. * Wed May 31 2006 - ccoffing@novell.com - Jan's backport of xen-unstable changesets 9517, 9518, and 9529. This allows Xen to boot on 4-node configurations without ++++++ README.SuSE ++++++ --- arch/i386/xen/README.SuSE 2006-05-27 00:34:19.000000000 +0200 +++ xen/README.SuSE 2006-06-02 01:57:50.000000000 +0200 @@ -229,6 +229,49 @@ get started with networking. +Using the Mouse via VNC in Fully-Virtual Mode +--------------------------------------------- +When accessing a fully-virtualized operating system via VNC, the mouse may be +difficult to control. By default, the VM is emulating a PS/2 mouse. PS/2 +provides mouse deltas, but VNC only provides absolute coordinates. The +solution is (when using VNC) to emulate a pointing device that offers absolute +coordinates. + +Emulation of a SummaSketch graphics tablet is provided for this reason. To +use the Summa emulation, you will need to configure your fully-virtualized OS. +Note that the virtual tablet is connected to the second virtual serial port +(/dev/ttyS1 or COM2). + +Most Linux distributions ship with appropriate drivers, and only need to be +configured. To configure gpm, edit /etc/sysconfig/mouse and add these lines: +MOUSETYPE="summa" +XMOUSETYPE="SUMMA" +DEVICE=/dev/ttyS1 +The format and location of your configuration file could vary depending upon +your Linux distribution. The goal is to run the gpm daemon as follows: + gpm -t summa -m /dev/ttyS1 +X also needs to be configured to use the Summa emulation. Add the following +stanza to /etc/X11/xorg.conf, or use your distribution's tools to add these +settings: +Section "InputDevice" + Identifier "Mouse0" + Driver "summa" + Option "Device" "/dev/ttyS1" + Option "InputFashion" "Tablet" + Option "Mode" "Absolute" + Option "Name" "EasyPen" + Option "Compatible" "True" + Option "Protocol" "Auto" + Option "SendCoreEvents" "on" + Option "Vendor" "GENIUS" +EndSection +After making these changes, restart gpm and X. + +Windows does not ship with a driver for the SummaSketch tablet. You can +obtain an appropriate driver from the device manufacturer's website, or one of +the large Windows driver websites. + + Managing Virtual Machines ------------------------- VMs can be managed from the command line or from YaST. ++++++ mk-xen-rescue-img.sh ++++++ --- arch/i386/xen/mk-xen-rescue-img.sh 2006-04-06 21:59:09.000000000 +0200 +++ xen/mk-xen-rescue-img.sh 2006-06-01 19:26:47.000000000 +0200 @@ -242,7 +242,7 @@ echo "" echo "Config file '$CFGFILE' has been created. Please review!" echo "You may also want to add an IP address to the config file." - echo "Start the domain with 'xm create -c $CFGFILE vmid=N'." + echo "Start the domain with 'xm create -c $CFGFILE'." } if test -z "$1" -o -z "$2"; then @@ -257,7 +257,7 @@ error "'$DST' already exists." fi MB=$MB_DEFAULT -[ ! -z "$3"] && MB=$3 +[ ! -z "$3" ] && MB=$3 KVER=$4 if [ `id -u` -ne 0 ]; then usage_error "Please run this script as root." ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de