Displaying 5 results from an estimated 5 matches for "keyboard_layout".
2003 Jul 25
0
Keyboard_layout was not found
hi
My workstation: win98, SuSE 8.2, wine-20030618
My (german) keyboard is accept
with win98 : as 101/102 key or Microsoft layout,
with SuSE : as PC105 nodeadkeys,
with wine : look here
- - -snip -
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout
Your keyboard layout was not found! Using closest match
instead (German keyboard layout without dead keys) for
scancode mapping. Please define your
2007 Oct 12
1
Installation problem - registry key not found!
Hi ya all!
torward to my problem I'm using wine-0.9.33, and trying to install an app,
with wine, for my office it returns me this:
wine tterapro.exe
Section: registry
command: (__GO_TO__)
Parameter: \keyboard_layout\preload
registry key not found!
what to do?
pace,peace,shalom,salam
--
View this message in context: http://www.nabble.com/Installation-problem---registry-key-not-found%21-tf4612443.html#a13172167
Sent from the Wine - Users mailing list archive at Nabble.com.
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
...memory usage */
#define MAX_IOPORTS 65536
+#define VNC_BASE_PORT 5900
+
const char *bios_dir = CONFIG_QEMU_SHAREDIR;
char phys_ram_file[1024];
void *ioport_opaque[MAX_IOPORTS];
@@ -121,6 +123,7 @@
int bios_size;
static DisplayState display_state;
int nographic;
+int vncviewer;
const char* keyboard_layout = NULL;
int64_t ticks_per_sec;
int boot_device = ''c'';
@@ -4801,6 +4804,7 @@
#endif
"-loadvm file start right away with a saved state (loadvm in monitor)\n"
"-vnc display start a VNC server on display\n"
+ "-vncviewer start...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...stener(ds, dcl);
- sdl_resize(ds, 640, 400);
sdl_update_caption();
SDL_EnableKeyRepeat(250, 50);
gui_grab = 0;
diff --git a/vl.c b/vl.c
--- a/vl.c
+++ b/vl.c
@@ -195,6 +195,7 @@
static DisplayState display_state;
int nographic;
static int curses;
+static int sdl;
const char* keyboard_layout = NULL;
int64_t ticks_per_sec;
ram_addr_t ram_size;
@@ -6245,7 +6246,7 @@
{
}
-static void dumb_resize(DisplayState *ds, int w, int h)
+static void dumb_resize(DisplayState *ds)
{
}
@@ -6258,14 +6259,15 @@
static void dumb_display_init(DisplayState *ds)
{
- ds->data = NULL;
-...
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