Displaying 20 results from an estimated 200 matches similar to: "RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid"
2006 Sep 04
2
summagraphics VNC fix
Hey everyone,
So I followed the online directions for installing the summagraphics tablet support on a Xen Windows XP guest. However, after rebooting the VNC mouse still is not tracking properly. The XP guest pops up a "Error: tablet device not found" message as well.
Has anyone had any success getting the VNC pointer to track properly (I''ve also tried
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
This patch does 3 things to the new device model, qemu-dm:
1) Add `vncviewer'' as an option to `qemu-dm'' to spawn a `vncviewer'' process.
2) Have the `vncviewer'' config parameter translate to the `vncviewer'' flag to
`qemu-dm''.
3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer''
process that looks for a
2006 Sep 22
0
linux summagraphics support??
Help please! Has anyone actually gotten the summagraphics tablet support to work on a linux HVM guest over VNC? I''ve followed the directions in the user manual, but X crashes with an error message in /var/log/Xorg.0.log of:
Timeout while reading SummaSketch tablet. No tablet connected??
No core pointer
Does the summagraphics mouse actually work as advertized? Thanks!
~Dave
2006 Mar 16
0
[PATCH 3a/3] Add shadow VRAM
This is a slightly modified version of the original VGA patch that removes
changes to the configure script to check for SSE2 capabilities. SSE2 is
now only checked at run time.
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
Donald.D.Dugger@intel.com
Ph: (303)440-1368
diff -r c445d4a0dd76
2008 Oct 08
2
xen-unstable compilation error
After syncing to the latest xen-unstable sources, I am getting following
compilation error :
make[3]: *** No rule to make target
`/data/xen-sources/xen-unstable.hg/stubdom/ioemu/i386-stubdom/qemu.a'',
needed by
`/data/xen-sources/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os_app.o''.
Stop.
make[3]: Leaving directory
2007 Oct 08
1
XRandR 180
Hi,
Does the current tree implement Rotate 180? I can see 0, 90 and 270,
but not 180. This feature might sound silly at first glance, but it
happens to be highly useful for my convertible tablet laptop. I've
browsed the current nv code and nouveau implementations, and it's
pretty clear that the older xrandr implementation did not do this. Is
there some secret in xrandr1.2 that I'm
2006 Jun 30
2
Qemu-0.8.1 based ioemu preview available
Hello,
A preview of the qemu 0.8.1 based ioemu is now available at:
http://xenbits.xensource.com/chris/add-ioemu-new and
http://xenbits.xensource.com/chris/enable-ioemu-new
In addition to these two patches, you need a copy of qemu-0.8.1 and
place it into tools/ioemu-new -- one option is the tarball available at
http://xenbits.xensource.com/chris/ioemu-cvs-qemu-0.8.1.tar.bz2 which
extracts to
2006 Sep 05
0
Windows XP mouse support over VNC
Hey,
Has anyone been able to get the mouse to track
correctly on a Windows XP guest using VNC? I''m
running Xen3.0.2 (built from source). I''ve tried the
Summagraphics mouse driver (following the instructions
in the Xen docs), but it appears to do nothing. The
XP guest boots and says "Error: tablet device not
found".
Adding some hooks into the tools/ioemu/hw/pckbd.c
2006 Mar 10
2
[PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
The existing xc_domain_dumpcore is very specific to disk/file based
output. Refactor the code slightly to allow more user-specified
control. This is done by adding a parallel xc_domain_dumpcore2 (naming
isn''t always my strong suit), which allows the specification of a
callback routine and an opaque argument block. The existing dumpcore
routine is modified to use the callback for all
2008 Nov 21
0
[Xen-devel] Linux 2.6.27 temporary tree on xenbits
----- Forwarded message from Keir Fraser <keir.fraser at eu.citrix.com> -----
From: Keir Fraser <keir.fraser at eu.citrix.com>
To: "xen-devel at lists.xensource.com" <xen-devel at lists.xensource.com>
Cc: "Dugger, Donald D" <donald.d.dugger at intel.com>
Date: Fri, 21 Nov 2008 13:02:26 +0000
Subject: [Xen-devel] Linux 2.6.27 temporary tree on xenbits
2008 Dec 12
1
Is linux-image-2.6.27-amd64-xen on the way?
Hi,
I was wondering if you guys are working on a
linux-image-2.6.27-amd64-xen? That would be great!
Thomas
2006 Jun 30
5
[PATCH - proposed] XI Shadow Page Table Mechanism]
Hi, Robert,
I found out another confusing code snippet:
in void xi_invl_mfn(struct domain *d, unsigned long mfn)
if (ext && pfn < ext->large_page_aligned_size)
According to the code, it should be
if (ext && (pfn>>SPT_ENTRIES_ORDER) < ext->large_page_aligned_size)
If I made any mistake, please point it out.
2006 Jun 27
1
Xen VT + FreeBSD
Hi,
Does anybody installed FreeBSD to VT Xen Domain with success? I tired
FreeBSD 6.0 Stable installer cd but after the SDL console bing up and
the loader was fund I got the following messages scrolling on the console:
BTX halted
init=0000000d err=00000000 elf=00010046 eip=000090db
eax=00050033 ebx=00042820 ecx=00000000 edx=0000a000
esi=00209701 ebi=0001f98 ebp=000d0000 esp=00001800
cs=0008
2013 Nov 25
14
[PATCH] VMX: wbinvd when vmentry under UC
From e2d47e2f75bac6876b7c2eaecfe946966bf27516 Mon Sep 17 00:00:00 2001
From: Liu Jinsong <jinsong.liu@intel.com>
Date: Tue, 26 Nov 2013 04:53:17 +0800
Subject: [PATCH] VMX: wbinvd when vmentry under UC
This patch flush cache when vmentry back to UC guest, to prevent
cache polluted by hypervisor access guest memory during UC mode.
However, wbinvd is a _very_ time consuming operation, so
1.
2006 Jul 01
3
Page fault is 4 times faster with XI shadow mechanism
Hello Han,
I am pleased you approve of the design and implementation of the XI shadow
mechanism. And I appreciate the time and care you''ve taken in reviewing this
substantial body of new code.
You asked about performance statistics. With the current XI patch, we are
seeing the following:
- page faults times for XI are about 4 times faster than non-XI:
10.56 (non-XI) vs 2.43
2011 Feb 10
7
upgrade leny-squeeze, xen3.2-xen4.0, what''s wrong?
I am running a Debian Squeeze Xen 4.0.1 Hypervisor and 2.6.32-5-xen-amd64 dom0.
My xen-tools.conf:
lvm = vg00
size = 100Gb # Disk image size.
memory = 2048Mb # Memory size
swap = 2G # Swap size
# noswap = 1 # Don''t use swap at all for the new system.
fs = ext4 # use the EXT3 filesystem for the disk image.
dist = `xt-guess-suite-and-mirror --suite` # Default
2009 May 08
1
Wine not fluid in all games
Hi. I had a performance issue with wine and all games. It's wine 1.1.18 FC10 X86_64bits with a Quad Xeon @4ghz and a Geforce 8800GTS512.
I had a good frame frame... CSS and TF2 @ 70-100 fps and guildwars around the same... But this is very unstable... And when i walk in the game i had some micro freezes... The game can't be fluid. Same in TF2 /CSS/ Guildwars.
For guildwars i've
2004 Aug 06
0
radio broadcasting using FLUID
Guys,
I have finally succeded in runing Fluid which is a streaming media , this is
how I did it.
First of all I had to download JRE (java run time ) into my rh 9.0 box,
then compiled the fluid module as follows:
# cd /home/fluid
# java FLUID conf/fluid.config
as soon as compiled it would launch the server in a listenning mode , the
fluid.config script contains a file called
2009 Dec 03
3
Tobit model fluid milk consumption
Hi all,
I'm from Brazil.
I fit a Tobit model to FLUID MILK CONSUMPTION (DEPENDENT VARIABLE) data
using survreg (attached).
I am confused about the output interpretation and I would like yours
explanations.
Thanks, Marcio Roberto Silva
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Tobit model.pdf
Type: application/pdf
Size: 9018 bytes
Desc: not
2007 Jan 31
1
I2O_EXT_ADAPTEC_DMA64
For about the past week (perhaps a bit longer) I have been unable to use
an automated script to build xen-unstable on a 32 bit machine.
The build continues to ask about the following build parameter:
I2O_EXT_ADAPTEC_DMA64
Choosing the default (Y) allows the build to continue to completion.
After a little research, it looks like this parameter was pulled out of
linux-defconfig_xen_x86_32 in