- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem no AltGr
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
07-06-2005 09:03 PM
07-06-2005 09:03 PM
Problem no AltGr
I have a problem when I connect myself to HP-UX 11.11 from a redhat 7.2 (kernel 2.4.30 and XFree86 4.5) with CDE, I haven't AltGr and then no '|', '@', '#'...
I tried to resolve the problem with xmodmap but without success.
Thank, Luc
Sorry for my english..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 03:12 AM
07-07-2005 03:12 AM
Re: Problem no AltGr
Hope this can be a minimal help.
PS: did you try with the sequence ALT - < ascii code > ? ( for example, this character { si ALT+123 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 04:47 AM
07-07-2005 04:47 AM
Re: Problem no AltGr
But that don't works..
it's the "xmodmap -pke" result (keycode corresponding) :
- on the HP-UX 11.11: keycode 66 = Mode_switch
- on the linux redhat 7.2: keycode 113 = ISO_Level3_Shift Multi_key
- and on the HP-UX launch by CDE on linux: keycode 113 = ISO_Level3_Shift Multi_key
I tested all the combinations, without success..
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 09:05 AM
07-10-2005 09:05 AM
Re: Problem no AltGr
export XKB_DISABLE=1
in users .profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 08:05 PM
07-10-2005 08:05 PM
Re: Problem no AltGr
I tried without success :
Option "XkbDisable" "1"
And your solution works in the .profile
Thanks again !