search for: vncfb

Displaying 12 results from an estimated 12 matches for "vncfb".

2007 Oct 08
0
00 /usr/lib/xen/bin/xen-vncfb --unused
Hi, I have seen a lot of unused xen-vncfb. Can they be kill manually ? Does "domid" run sequentially ? Will it be safe for me to execute "kill -9 12614 11905 10581 11037 11688" below ? Kindly advice. Thanks !! ================================================================= [root@machine xen]# ps -ef | grep -i dbn0...
2007 Sep 04
0
Why no xen-vncfb in Xen''s 3.1 binary tarball?
Hi there, It took me a while to find out that there were no xen-vncfb included in the binary x86_64 (don''t know about the other architectures) tarball, and that it was causing xm create to fail (obviously, when the domU had vfb defined). Is there a reason for this? Or they just forgot? Thanks, Marconi. _______________________________________________ Xen-...
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello, The modern (xkb) way of mapping the AltGr key (113) seems to be using the ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym (0xFF7E). This patch let the "keysym to scancode" translator handle the ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]} on a french keyboard. Regards, Cédric diff -ur
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
Hi, Is vfb working well lately? I thought I''d test it out on ia64 and it works great, but only once per boot. If I stop the domain and restart it, I get the following: Error: Device 0 (vkbd) is already connected. To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system. Same thing, works the first time, reboot the domain and it''s broken. I see
2010 Jun 18
10
Xen VNC Hang
When I try to create a PV domU, the VM starts up and I can access it through "xm console <id>", but when I try to connect to it through VNC, the port just hangs. I''ve tried using RealVNC and TightVNC, and also tried on Linux and Windows. All that happens on the client is that it says that the connection has established, and hangs there. I''ve tried running
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
''vncdisplay=N'' in hvm config file is ignored when building qemu-dm arguments. xm create or xm new -> xm start with hvm config file containing vnc=1 vncdisplay=5 results in ''-vncunused'' being passed to qemu-dm. There are several approaches for a fix - this patch defaults vncdisplay to None in xm options. It currently defaults to 1 and is always included in
2008 Apr 14
1
no xenfb in Fedora 8 Xen kernel?
Hi, I''m trying to start Xorg on a PV Fedora8 guest running 2.6.21.7 fedora stock xen kernel, however, it seems that there''s no xenfb.ko driver included in the .rpm package. The only included drivers I see in /lib/modules are: emre@xenroot:/lib/modules/2.6.21.7-3.fc8xen/kernel/drivers/xen$ ls blkback blkfront blktap netback netfront pciback however, if I look at the
2010 Oct 21
0
VNC problem in qemu-dm
Hi, In xen-3.1.0 there was a ''vncfb'' used for the VNC server. In case of VNC crash I could simply restart the vncfb process and the VNC server was recovered. In xen-3.4.2 there is a ''qemu-dm'' process that is responsible for VNC servers of guest domains. Unfortunately, restarting the qemu-dm process causing...
2008 Jun 17
5
Host/guest clipboard?
Hi, I''m trying to get copy/paste/cut working between my Xen host (FC8 64) and guest OSs (Centos 5.1, Windows 2000). I''ve tried the viewer in virt-manager, virt-viewer, and vncviewer. None of them seem to transfer clipboard contents between host and guest, even with both clipboard checkboxes selected in vncviewer options. Does anyone know how to get this working? Thanks.
2006 Jul 07
0
RE: Re: [PATCH 2/2] Virtual frame buffer: user space backend
> On Fri, 07 Jul 2006 17:57:52 +0100, Christian Limpach wrote: > > > On 6/26/06, Markus Armbruster <armbru@redhat.com> wrote: > >> Straightforward conversion to Xenstore. > >> > >> Applies to hg repository at http://hg.codemonkey.ws/vncfb > > > > Ideally, we''d move qemu''s vnc support into a library to make it reusable. > > I had considered this. It''s a little awkward since b/c of the dependence > on QEMU''s async IO routines but it wouldn''t be that bad. > > At...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
...erve the history of changes. Config.mk | 1 a/tools/check/check_libvncserver | 38 - a/tools/check/check_sdl | 27 a/tools/xenfb/Makefile | 32 a/tools/xenfb/sdlfb.c | 342 --------- a/tools/xenfb/vncfb.c | 522 --------------- a/tools/xenfb/xenfb.c | 779 ---------------------- a/tools/xenfb/xenfb.h | 35 - b/tools/ioemu/hw/xen_console.c | 432 ++++++++++++ b/tools/ioemu/hw/xen_console.h | 25 b/tools/ioemu/hw/xen_mac...
2010 Jun 14
13
VNC issues
I''ve recently installed Debian Lenny witch Xen (xen-utils, xen.tools and xen-linux-system-2.6.26-2-xen-amd64). I want to virtualize some windows servers, but I''m unable to connect to localhost VNC when I start the vm (xm create) to proceed with windows instalation. The VM config is: import os, re arch = os.uname()[4] if re.search(''64'', arch):