[Bug 457083] New: Virtual machine for WinXP doesn' t support National Language Keyboard layout
https://bugzilla.novell.com/show_bug.cgi?id=457083 Summary: Virtual machine for WinXP doesn't support National Language Keyboard layout Product: openSUSE 11.1 Version: RC 1 Platform: x86-64 OS/Version: Windows XP Status: NEW Severity: Major Priority: P5 - None Component: Xen AssignedTo: cgriffin@novell.com ReportedBy: terje@nordland-teknikk.no QAContact: qa@suse.de Found By: --- With YaST2 I created a virtual machine for WindowsXP and succeeded to install Windows XP (Norwegian version) from CD-ROM installation source. A couple of issues during the early XP installation phases, as shown on the attached screenshots, were 1. Typing the <F8> key to accept the XP license agreement didn't work. Had to send F8 from the context menu instead 2. After copying the XP files, an error message told that the VM Console couldn't be opened, and the XP installation was quitted (disappeared). I had to manually start VM Manager from YaST to be able to continue the WinXP setup part of the installation Norwegian Language layout for the keyboard was selected during this setup. 3. The major issue that was discovered during the late XP setup, writing in the fields for user name and hostname, was the that the Norwegian keyboard language didn't work. When typing the special Norwegian keys for the characters 'æøå' or 'ÆØÅ', nothing was written, while typing '-' became '+' instead. After the installation, starting XP and WordPad, the same happened. (I think a related issue previous on Suse/SLE-10 prohibited to enter the right registering codes for Windows XP, as not all keys worked) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c1 --- Comment #1 from Terje J. Hanssen <terje@nordland-teknikk.no> 2008-12-06 19:25:44 MST --- Created an attachment (id=258465) --> (https://bugzilla.novell.com/attachment.cgi?id=258465) <F8> key doesn't work, had to accept XP license aggreement using the menu -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c2 --- Comment #2 from Terje J. Hanssen <terje@nordland-teknikk.no> 2008-12-06 19:28:09 MST --- Created an attachment (id=258466) --> (https://bugzilla.novell.com/attachment.cgi?id=258466) Had to manually start the VM Console from the YaST2 VM Manager to continue the XP installation/setup -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 Jason Douglas <jdouglas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbendixs@novell.com, jdouglas@novell.com AssignedTo|cgriffin@novell.com |plc@novell.com QAContact|qa@suse.de |jdouglas@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User plc@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c3 Pat Campbell <plc@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |terje@nordland-teknikk.no --- Comment #3 from Pat Campbell <plc@novell.com> 2008-12-08 10:42:10 MST --- You have multiple problems in this defect, best to limit one problem per defect. <F8> key is not a bug, vncviewer uses F8 to bring up it's menu. Norwegian Language: What KEYTABLE is specified in /etc/sysconfig/keyboard? Did you set xen global keymap entry in /etc/xen/xen/xend-config.sxp? Something like: (keymap 'no') Do: xm list -l <your-vm> | grep -i keymap What shows up there? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c4 --- Comment #4 from Terje J. Hanssen <terje@nordland-teknikk.no> 2008-12-08 16:15:26 MST --- cat /etc/sysconfig/keyboard | grep KEYTABLE # e.g. KEYTABLE="de-latin1-nodeadkeys", "us" or empty for US settings KEYTABLE="no-latin1.map.gz" No (though I expect you meant this path): cat /etc/xen/xend-config.sxp |grep keymap # The default keymap to use for the VM's virtual keyboard #(keymap 'en-us') ls /etc/xen/vm/ windowsxp windowsxp.xml xm list -l windowsxp | grep -i keymap (Nothing output) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c5 Terje J. Hanssen <terje@nordland-teknikk.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|terje@nordland-teknikk.no | --- Comment #5 from Terje J. Hanssen <terje@nordland-teknikk.no> 2008-12-08 17:04:04 MST --- Now I've set xen global keymap entry in /etc/xen/xend-config.sxp Shutdown the WinXP VM, rebooted the Xen session cat xend-config.sxp | grep keymap # The default keymap to use for the VM's virtual keyboard #(keymap 'en-us') keymap 'no' xm list -l windowsxp | grep -i keymap (still no output) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User plc@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c6 Pat Campbell <plc@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |terje@nordland-teknikk.no --- Comment #6 from Pat Campbell <plc@novell.com> 2008-12-12 07:24:05 MST --- Thought I replied already but guess not. You need to do "rcxend restart" before the xend-config.sxp change can take effect. Keymap documentation: http://www.novell.com/documentation/sles10/xen_admin/index.html?page=/docume... For an individual VM I generally just add keymap entry to the VMs config file: - Stop the VM - Edit the VM's config file in /etc/xen/vm/foo and add this line: keymap="no" - Re-import the config into xend: xm new /etc/xen/vm/foo - Re-start the VM Keyboard now working properly? I added a mapping for "no-latin1" to "no" inside vm-install so this should be fixed in a future release. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c7 Terje J. Hanssen <terje@nordland-teknikk.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|terje@nordland-teknikk.no | --- Comment #7 from Terje J. Hanssen <terje@nordland-teknikk.no> 2008-12-12 10:44:28 MST --- Yes, that worked. Thanks for the help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 User terje@nordland-teknikk.no added comment https://bugzilla.novell.com/show_bug.cgi?id=457083#c8 --- Comment #8 from Terje J. Hanssen <terje@nordland-teknikk.no> 2009-01-14 17:04:21 MST --- I wish to update with more experience: It looks for me now as the lack of National Language Keyboard Layout support is related specifically to the Virtual Machine Console (VMC) only, and this yelds for both windows and Linux virtual machines. What I've tested is the following three environments: - WindowsXP VMC doesn't support Norwegian Keyboard layout (at least this yelds for the Windows XP English version. I'll verify tomorrow if this also yelds for Windows XP Norwegian version on another workstation) - WindowsXP VM connected with rdp/rdesktop does supports Norwegian Keyboard layout (using connection with 'rdesktop -k no') - rhel5 VMC (installed CentOS 5.2) doesn't support Norwegian keyboard layout - rhel5 VM (installed CentOS 5.2) connected from external using 'ssh -X ip_vm' does support Norwegian Keyboard layout - openSUSE 10.3 VMC (with SLES10 dom0) doesn't support Norwegian keyboard layout - openSUSE 10.3 VM connected from external using 'ssh -X ip_vm' does support Norwegian Keyboard layout - openSUSE 10.3 VM connected from external using NoMachines NX does support Norwegian Keyboard layout -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 Terje J. Hanssen <terje@nordland-teknikk.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|RC 1 |Final -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=457083 Jason Douglas <jdouglas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cgriffin@novell.com |dpmerrill@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com