Displaying 20 results from an estimated 547 matches for "keymap".
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
...cvsup run finished about
23:32 on 7/13. After make buildworld, make buildkernel, mergemaster -p,
make installworld, and mergemaster -v, I do (per mostgraveconcern, RIP):
cd /usr/src/release/sysinstall
make clean
make all install
The 'make all install' gives errors:
In file included from keymap.c:40:
keymap.h:4436: `keymap_be_iso' undeclared here (not in a function)
keymap.h:4436: initializer element is not constant
keymap.h:4436: (near initialization for `keymapInfos[0].map')
keymap.h:4437: `keymap_bg_bds_ctrlcaps' undeclared here (not in a function)
keymap.h:4437: initialize...
2013 Mar 10
1
XKB: Failed to compile keymap
I had to stop using the fglrx video driver from ELRepo, which isn't
supported with CentOS 6.4. Now I can't start X; I get the following:
> (II) [KMS] Kernel modesetting enabled.
> The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error: Cannot open "/tmp/server-0.xkm" to write keyboard
> description
> Exiting
> The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error: Cannot open "/tmp/server-0.xkm" to write keyboard
>...
2007 May 16
6
Keyboard change
Hello,
it''s not the first time but ... Who know?
Well, I use xen in HVM. All works fine, my keyboard in Dom0 is AZERTY, but
this keyboard become QWERTY when i enter in VM, it''s not useful to type
password.
How can i keep my keyboard AZERTY in my VM and in Dom0?
--
Benjamin HENRION
Elève de 4eme année de l'' EXIA (Nancy)
Ecole supérieure d''informatique
Spé
2003 Aug 14
1
RELENG_4_8 isos?
I've built RELENG_4 isos no problem, is there a trick to building the
RELENG_4_8 isos? I am building the 'miniinst' disk - that is, with
the release, docs, and a port tree, but no ports. This is so I can do
a fresh install without having to update the world... I am using a
script that looks like this...
#!/bin/sh
rm -rf /usr/obj
cd /usr/src
make -DNOCLEAN world kernel
cd
2003 Jul 12
1
keymap loading problems, 'kbdcontrol: invalid key definition'
hi,
after doing a make world yesterday, I got the following error when
trying to load the bg.phonetic.ctrlcaps keymap that I use:
% kbdcontrol -l bg.phonetic.ctrlcaps
kbdcontrol: invalid key definition
%
I checked the file (not knowing what else to do) and couldn't find
anything wrong with it.
does anyone have any ideas?
ps: when loading the pl_PL.ISO8859-2 keymap, I get the same error.
the other keymaps w...
2009 Dec 10
0
Keymap definitions via virsh XML definition?
Hi,
up to this point, I had never bothered about local keymap settings for my domUs
because I only ever used RDP to access windows domains and serial for
solaris/linux, but today I really needed to use the VNC console with a german
keyboard layout. This is still on snv_111
I had tried setting
<graphics type=''vnc'' port=''5900...
2007 Jun 29
3
[PATCH] Fix keymap for Japanese keyboard
Hi All,
We tested with Japanese keyboard.
Then, the local keys that was not able to be input with a Japanese keyboard was
found.
This patch added the key that was not able to be input to the keymap.
The key that cannot be input is as follows.
・Katakana
・Eisu_Toggle
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
Best Regards,
--
Takanori Kasai
_______________________________________________
Xen-devel ma...
2006 Oct 20
5
[PATCH]Add the Japanese keymap for VNC Server.
Hi All,
My name is Takanori Kasai.
This is a first time to send mail.
I found the key that was not able to be input to HVM Domain
(VTx and VTi Domain) through VNC Server with Japanese keyboard.
I think that it is a cause by lack of some keys
in Japanese keymap and the key symbol table in qemu-dm.
This patch is addition of the keys for Japanese keyboard.
My best regards.
-
Takanori Kasai
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Oct 31
0
6277193 svc:/system/keymap:default must be online in single-user mode
Author: sch
Repository: /hg/zfs-crypto/gate
Revision: 4998f1109956940419c2400ae64f2ddb26f32ecf
Log message:
6277193 svc:/system/keymap:default must be online in single-user mode
6281026 smserver manifest should declare multi-user-server dependent
Files:
update: usr/src/cmd/kbd/keymap.xml
update: usr/src/cmd/smserverd/smserver.xml
2009 May 18
2
VNC keymap problems
Hello list,
I''m testing HVM and my test guest (in this case Ubuntu 9.04) has
vnc = 1
keymap = ''fi''
in the configuration file. After starting the guest I noticed that few keys are
incorrect:
< produces Z
> (shift + <) produces X
& (shift + 6) produces K
'' produces B
Everything else seems to be correct. But this means I can''t produce <...
2010 Jun 01
0
XCP French keymap problem
...in the VMs, weither it be linux PV or windows HVM.
I first tried with openxencenter (very good software by the way), then
with the xcp xapi debug web page applet, then with ssh port forwarding,
and I always get the same screwed up keyboard layout.
On standard non XCP Xen, one can specify a VNC keymap in the
configuration file (keymap=''fr''), but there is no such thing on XCP. I
have also tried to install XCP with qwerty layout or azerty layout, no
change here.
I have noticed in the process list that there are qemu process with "-k
en-us" parameter. Sample :
/tmp...
2008 Jul 19
0
[PATCH] Fix keymap handling
Patch allows keymap to be specified inside vfb description and
allows VM configured keymap setting to override XenD default
Please apply to tip of xen-unstable
Signed-off-by: Pat Campbell <plc@novell.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
ht...
2007 Jul 02
0
[PATCH] Fix keymap for Windows keys
Hi All,
We tested with Japanese keyboard.
The Windows keys had been converted by mistake.
It is opposite between right and left.
・Super_R -> Super_L
・Super_L -> Super_R
This patch corrected the keymap to convert it.
Even if the keymap is not corrected, it is the same working.
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
Best Regards,
--
Takanori Kasai
_______________________________________________
Xen-de...
2011 Apr 03
1
proper keymap format ?
I just tried kbdmap.c32, got a format error
Keyboard map file format error
boot:
the file I attempted to use was from sudo dumpkeys > keymap,
and copied into /var/lib/tftpboot
I'll happily add whatever knowledge I get to the wiki-page for kbdmap
FWIW, I tried this cuz my cursor keys were not working with menu.c32,
so any hints to solve this problem would be great
this is with 4.04-pre17
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...line_core
);
@@ -434,6 +435,128 @@ sub di_installcmdline_core ($$;@) {
return @cl;
}
+sub preseed_base ($) {
+ my ($suite) = @_;
+
+ my $preseed= (<<END);
+d-i mirror/suite string $suite
+
+d-i debian-installer/locale string en_GB
+d-i console-keymaps-at/keymap select gb
+d-i keyboard-configuration/xkb-keymap string en_GB
+
+#d-i debconf/frontend string readline
+
+d-i mirror/country string manual
+d-i mirror/http/proxy string
+
+d-i clock-setup/utc boolean true
+d-i time/zone string Europe/London
+d-i clock-setup/ntp boolean true
+
+#d-i netcf...
2010 Aug 20
0
libvirt support spice protocol
...+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="passwd">
+ <text/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="keymap">
+ <text/>
+ </attribute>
+ </optional>
+ </group>
+ <group>
+ <attribute name="type">
<value>rdp</value>
</attribute>
<optional>...
2015 Jan 25
2
Centos 7 | Rebind ctrl + alt + f# keystroke to application
Hello,
I am new to Centos and this mailing list.
I have an application (IntelliJ IDEA) which uses the ctrl+alt+f# key
combinations to provide shortcuts. The keystrokes are bind to the ttys
virtual consoles. Is there anyway to rebind the keystrokes to the
application?
I tried the following solution (xorg.conf edit) but my PC freezes during
boot process. I had to rollback the xorg.conf changes
2009 Jul 29
0
Loading default keymap error after a yum update...
...this error on boot.
Press 'I' to enter interactive startup.
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access
method.
Setting clock (utc): Thu Jul 16 18:54:50 CEST 2009 [ OK ]
Starting udev: [ OK ]
Loading default keymap (us): /etc/rc.d/rc.sysinit: line 396: /dev/tty0:
No such file or directory
[FAILED]
Setting hostname localhost.localdomain: [ OK ]
is there a solution to that problem?
please help.
thanks.
Davide.
2011 Jul 22
2
Mario Forever incapable of remembering keymap
..., you can go to OPTIONS, and see that all commands are EMPTY (no key assigned). If you assign keys, leave the screen (but don't start a new game) and return to it, they're still there. But lo, start the game, and mario won't react to any of your keystrokes!
Going back and looking at the keymap reveals it's blank again...
Any idea how to deal with this?
2012 Jun 17
2
keymaps and scancodes
...ing happens. Even when I ported some windows games over - installed in wine, deleted gamedir, copied gamedir from old windows installation - it does not work. And it does not matter if run wine as X11 wm or inside another wm.
Do I need to tell windows to use scancodes instead of the host OS's keymappings? How do I do that?
Thanks for any idea.