- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Danish keymap i X/CDE
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 07:06 PM
02-10-2004 07:06 PM
Danish keymap i X/CDE
We've bought some VXL Itona thin clients as a replacement for som old HP X-terminals.
These clients are configured using a Danish keymap, but when connecting to one of our two HP-UX 11i machines, the danish keymap is not set. When connecting to a Solaris or Linux machines, theres is no problem.
Any ideas why the keymap is not set correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 07:09 PM
02-10-2004 07:09 PM
Re: Danish keymap i X/CDE
you can do a
#itemap -L
OR
#itemap -iL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 08:23 PM
02-10-2004 08:23 PM
Re: Danish keymap i X/CDE
/sbin/itemap gives me nothing..
The problem is, I believe, is that somehow dtlogin mess up my keymap on the client..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 11:20 PM
02-10-2004 11:20 PM
Re: Danish keymap i X/CDE
USB_PS2_DIN_Danish_Euro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 11:20 PM
02-10-2004 11:20 PM
Re: Danish keymap i X/CDE
USB_PS2_DIN_Danish_Euro
and do a reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 11:26 PM
02-10-2004 11:26 PM
Re: Danish keymap i X/CDE
Seriously; reading the man-page for itemap, it tells me, that it is used for configuring the internal terminal emulator for the graphics console.. As is found in the workstations. My problem is ONLY when connecting remotely via X using these VXL-boxes. Using one of our old HP X-terminals the danish keymap works fine. When connecting to a Solaris- or Linux-box from the VXL it works.. Only when connecting to one of our HP-UX boxes, it does not work..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 12:37 AM
02-12-2004 12:37 AM
Re: Danish keymap i X/CDE
I'm not familiar with this thin client, so I am not sure what kind of OS it runs, nor what kind of Xserver it supports.
I would suggest:
- login to CDE
- xmodmap -pm > /tmp/xmodmap-pm.log
- xmodmap -pk > /tmp/xmodmap-pk.log
- xdpyinfo > /tmp/xdpyinfo.log
So that we can see what the modifier mappings, the keyboard mappings, and some information about the Xserver on the thin client are.
It would be helpful to know a bit more about these clients and the host OS revision.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:14 AM
02-12-2004 01:14 AM
Re: Danish keymap i X/CDE
I opened a dtpad, and here I'm able to type all my danish keys - but my "Alt-Gr" key does not work.. That key I need for doing pipe-, dollar and at-signs - so it's pretty important :)
See the attached file for xmodmap-log.. I did not have the Xpdyinfo, but I did a "Xserver Information" from som CDE menu..
The VXL runs some sort of Linux using an XFree X-server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:30 AM
02-12-2004 01:30 AM
Re: Danish keymap i X/CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:58 AM
02-12-2004 01:58 AM
Re: Danish keymap i X/CDE
Still - I don't have danish keymap at login-time, but hey - it's okay.. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 06:33 AM
02-12-2004 06:33 AM
Re: Danish keymap i X/CDE
number of extensions: 26
BIG-REQUESTS
DOUBLE-BUFFER
DPMS Extended-Visual-Information
FontCache
LBX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RENDER
SECURITY
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFree86-Bigfont
XFree86-DGA
XFree86-Misc
XFree86-VidModeExtension
XInputExtension
XKEYBOARD XTEST
XVideo
The XKB_DISABLE environment force HP's Xlib (libX11) to take an older path through the library that will get you working. None of HP's current Xservers have the XKEYBOARD extension and thus this has not been a big issue, nor has XKEYBOARD support been tested very widely or at all on HP-UX.
A typical symptom of the problem is that dtterm will not do a proper caps lock. The AltGR is a variant of that problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2004 07:18 AM
02-15-2004 07:18 AM
Re: Danish keymap i X/CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 01:10 AM
02-16-2004 01:10 AM
Re: Danish keymap i X/CDE
Dtlogin*environment:
and modify it to read something like:
Dtlogin*environment: XKB_DISABLE=1
I'm not sure if that is early enough in the startup, since what we have to get is the dtgreet process, who is a child of dtlogin.
It becomes a bit complex since dtlogin runs as a daemon and I'm not too sure about the set of environment variables he carries with him. dtlogin is formally started in /usr/dt/config/dtrc.d/90_dtlogin_st.