<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Failure of Alt-Gr definition in X in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187447#M164087</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have the same problem, ALT-GR not working,  not with dtterm, but with plain xterm.&lt;BR /&gt;I am starting an xterm remote on an HP machine from a linux box, via ssh or rsh, it does not matter and have the display on my linux box.&lt;BR /&gt;Neither @ nor | works. I checked the xmodmap output and the mod3 key, that used to be the define for alt-gr is not set any more. And I cannot set it to ALT_R, because xmodmap does not know the name ALT_R.&lt;BR /&gt;Looking at the output of xev I found that the ALT-GR key is now ISO_Level3_Shift (Keycode 0x71). Setting mod3 to ISO_Level3_Shift did not help, nor did the additional clear of mod5, which was orginally to ISO_Level3_Shift.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any additional idea what else to try?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Dieter</description>
    <pubDate>Wed, 25 Feb 2004 12:07:31 GMT</pubDate>
    <dc:creator>Wörz</dc:creator>
    <dc:date>2004-02-25T12:07:31Z</dc:date>
    <item>
      <title>Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187437#M164077</link>
      <description>The keyboard in use to connect from a WinXP PC in the LAN doesn't transmit AltGr &lt;BR /&gt;key combinations. Having used xmodmap -pk I see that the 3rd definition of a key &lt;BR /&gt;is not defined. I can define it by hand which works fine for hpterm and xterm, &lt;BR /&gt;NOT for dtterm. &lt;BR /&gt; &lt;BR /&gt;firstly: what should I do to get this working from the start of a users session? &lt;BR /&gt;secondly: what should I do to get it working in dtterm? &lt;BR /&gt; &lt;BR /&gt;The system is accessed through CDE at the HP and Cygwin at the clientÂ´s side.</description>
      <pubDate>Tue, 10 Feb 2004 06:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187437#M164077</guid>
      <dc:creator>Roberto_80</dc:creator>
      <dc:date>2004-02-10T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187438#M164078</link>
      <description>dtterm is a bit rubbish isn't it!&lt;BR /&gt; &lt;BR /&gt;To get the users key map set up at start you just create a standard keymap file which you call $HOME/.xmodmaprc.  You then put the xmodmap command in the users .profile.&lt;BR /&gt; &lt;BR /&gt;If it is a system wide problem you can put the xmodmap command in /etc/profile, put your keymap file somewhere central like /etc/xmodmaprc and use /etc/xmodmaprc as an argument to your "xmodmap" command.&lt;BR /&gt; &lt;BR /&gt;I do not know how you achieve the same thing with dtterm but I think you might have to use the -xrm argument and a resource string of some kind.  The only X resources I know about for dtterm are here (near the bottom of the page)&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.biostat.wisc.edu/cgi-bcg/man.cgi?section=all&amp;amp;topic=dtterm" target="_blank"&gt;http://www.biostat.wisc.edu/cgi-bcg/man.cgi?section=all&amp;amp;topic=dtterm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 07:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187438#M164078</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-10T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187439#M164079</link>
      <description>dtterm might be having problems if the PC Xserver supports the XKB (KEYBOARD) extension.  HP's implementation of Xlib doesn't have full XKB support, and this can cause problems with systems that support it. &lt;BR /&gt;&lt;BR /&gt;Prior to running dtterm:&lt;BR /&gt;&lt;BR /&gt;# export XKB_DISABLE=1 &lt;BR /&gt;&lt;BR /&gt;to see if this addresses the problem. &lt;BR /&gt;&lt;BR /&gt;The main difference between hpterm and dtterm in this area is that hpterm is based on X11R5 which  never supported XKB and dtterm is based on X11R6 which did.   Setting the environment variable forces dtterm down the 'old' path and may offer some relief. &lt;BR /&gt;&lt;BR /&gt;Other symptoms of the XKB failure include the inability of the shift lock to operate properly.</description>
      <pubDate>Wed, 11 Feb 2004 08:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187439#M164079</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-02-11T08:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187440#M164080</link>
      <description>the .xmodmaprc file  I configured. I have put it in my home directory with the 755 protection, but it doesn't seem to execute. Please supply &lt;BR /&gt;more information on how to use it when logging on via X/ CDE.&lt;BR /&gt;&lt;BR /&gt;I have put XKB_DISABLE in the /etc/profile file, but it doesn't make any difference to dtterm.</description>
      <pubDate>Thu, 12 Feb 2004 05:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187440#M164080</guid>
      <dc:creator>Roberto_80</dc:creator>
      <dc:date>2004-02-12T05:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187441#M164081</link>
      <description>Roberto, I'm a bit unclear, are you saying that you have the xmodmaprc file AND you have put "xmodmap" either in the users startup scripts somehwhere (.dtsession,.xsession or the system wide Xsession or wherever makes sense with CDE)</description>
      <pubDate>Thu, 12 Feb 2004 06:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187441#M164081</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-12T06:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187442#M164082</link>
      <description>.xmodmaprc is just there without being called from .profile or &lt;BR /&gt;/etc/profile. It works if it is executed by hand.&lt;BR /&gt;&lt;BR /&gt;I guess it should be executed as soon as a X-application is started.</description>
      <pubDate>Fri, 13 Feb 2004 03:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187442#M164082</guid>
      <dc:creator>Roberto_80</dc:creator>
      <dc:date>2004-02-13T03:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187443#M164083</link>
      <description>Roberto,&lt;BR /&gt; &lt;BR /&gt;I think you need to put the "xmodmap" command in .dtprofile</description>
      <pubDate>Fri, 13 Feb 2004 03:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187443#M164083</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-13T03:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187444#M164084</link>
      <description>Excuse me for the delay in replying you back.&lt;BR /&gt;&lt;BR /&gt;I tried to put the xmodmap command in .dtprofile.&lt;BR /&gt;&lt;BR /&gt;It helps to define the keys for hpterm and xterm. The altGr key is not&lt;BR /&gt;working for dtterm however, nor for the X-application of sas we use.&lt;BR /&gt;&lt;BR /&gt;Please tell me what to do</description>
      <pubDate>Tue, 17 Feb 2004 03:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187444#M164084</guid>
      <dc:creator>Roberto_80</dc:creator>
      <dc:date>2004-02-17T03:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187445#M164085</link>
      <description>Roberto,&lt;BR /&gt; &lt;BR /&gt;This is quite an interesting link. It would seem dtterm, being Motif handles things slightly different.  It seems you might need to put an override in the Xdefaults file.  If your appliaction is based on Motif, it will have the same problrm as dtterm.  Anyway, have a look and let us know if you need any help with it.  At least, let us know how you get on!&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www-h.eng.cam.ac.uk/help/tpl/unix/xkeys.html" target="_blank"&gt;http://www-h.eng.cam.ac.uk/help/tpl/unix/xkeys.html&lt;/A&gt;</description>
      <pubDate>Tue, 17 Feb 2004 03:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187445#M164085</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-17T03:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187446#M164086</link>
      <description>I could not find any information on the link you supplied :-(</description>
      <pubDate>Tue, 17 Feb 2004 08:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187446#M164086</guid>
      <dc:creator>Roberto_80</dc:creator>
      <dc:date>2004-02-17T08:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187447#M164087</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have the same problem, ALT-GR not working,  not with dtterm, but with plain xterm.&lt;BR /&gt;I am starting an xterm remote on an HP machine from a linux box, via ssh or rsh, it does not matter and have the display on my linux box.&lt;BR /&gt;Neither @ nor | works. I checked the xmodmap output and the mod3 key, that used to be the define for alt-gr is not set any more. And I cannot set it to ALT_R, because xmodmap does not know the name ALT_R.&lt;BR /&gt;Looking at the output of xev I found that the ALT-GR key is now ISO_Level3_Shift (Keycode 0x71). Setting mod3 to ISO_Level3_Shift did not help, nor did the additional clear of mod5, which was orginally to ISO_Level3_Shift.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any additional idea what else to try?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Dieter</description>
      <pubDate>Wed, 25 Feb 2004 12:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187447#M164087</guid>
      <dc:creator>Wörz</dc:creator>
      <dc:date>2004-02-25T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of Alt-Gr definition in X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187448#M164088</link>
      <description>I got the same problem too. &lt;BR /&gt;I install the xkeycaps Tool that give a graphic view of keybord; the Altgr key is right interpreted in that case. But definitively the dttem is not understanding the key.&lt;BR /&gt;I do a try with an other Xserver live Omni-X and the altgr key is responding.&lt;BR /&gt;I'am affraid that the problem comme from cygwin/xfree server.&lt;BR /&gt;One thing is that i got some fonts error when running dtterm with '-dt-interface' error.&lt;BR /&gt;does the problem could be from font setting on cygwin/xfree that are not compatible with HP request.</description>
      <pubDate>Fri, 05 Mar 2004 11:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-alt-gr-definition-in-x/m-p/3187448#M164088</guid>
      <dc:creator>Paturle</dc:creator>
      <dc:date>2004-03-05T11:14:58Z</dc:date>
    </item>
  </channel>
</rss>

