search for: vnc_keysym

Displaying 3 results from an estimated 3 matches for "vnc_keysym".

2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
...rs --- source/tools/ioemu/keymaps/modifiers 2007-04-28 11:28: 59.000000000 +0200 +++ build-tools/tools/ioemu/keymaps/modifiers 2007-04-30 10:44: 50.380307142 +0200 @@ -3,6 +3,7 @@ Alt_R 0xb8 Mode_switch 0xb8 +ISO_Level3_Shift 0xb8 Alt_L 0x38 Control_R 0x9d diff -ur source/tools/ioemu/vnc_keysym.h build-tools/tools/ioemu/vnc_keysym.h --- source/tools/ioemu/vnc_keysym.h 2007-04-28 11:28:59.000000000 +0200 +++ build-tools/tools/ioemu/vnc_keysym.h 2007-04-30 10:43: 53.820772392 +0200 @@ -215,6 +215,7 @@ {"Shift_R", 0xffe2}, /* XK_Shift_R */ {"Super_L", 0xffe...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows. > I thought that the point was the following two. > > > 1. Storage place of encrypted password > Should I store it in /etc/xen/passwd ? > Or, should I wait for DB of Xen that will be released in > the future? The xend life cycle management patches were posted by Alistair a couple of months back.
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and