- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Where is XkbStdBell? (or any of the XKB extension ...
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 10:08 AM
02-10-2004 10:08 AM
Where is XkbStdBell? (or any of the XKB extension routines)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 10:26 AM
02-10-2004 10:26 AM
Re: Where is XkbStdBell? (or any of the XKB extension routines)
I think you might be out of luck. Check SYS$COMMON:[DECW$INCLUDE.EXTENSIONS]*.h for the
Xkbd stuff. If it is not in there the extension is most probably not available. You might also use xdpyinfo to check if the extension is available (My 1.3x system is at home, so I can not check right now). It is not there in 1.2.x
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 07:52 PM
02-10-2004 07:52 PM
Re: Where is XkbStdBell? (or any of the XKB extension routines)
This is on a V1.3 system:
pipe ana/image sys$library:decw$xlibshr.exe | sea sys$input xkb,bell/mat
ch=and
symbol: "XKBBELLEVENT"
symbol: "XKBFORCEBELL"
symbol: "XKBBELL"
symbol: "XKBDEVICEBELLEVENT"
symbol: "XKBFORCEDEVICEBELL"
symbol: "XKBDEVICEBELL"
Is XkbStdBell a visible part of the interface? I couldn't see a mention of it in the Xkb specification from the X11R6.6 download from X.Org.
Martin Kirby
DECwindows Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 12:10 AM
02-11-2004 12:10 AM
Re: Where is XkbStdBell? (or any of the XKB extension routines)
See
http://h71000.www7.hp.com/doc/732final/6663/6663pro_016.html#index_x_486
The new features guide led me to believe the
various XKB extensions were available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 12:51 AM
02-11-2004 12:51 AM
Re: Where is XkbStdBell? (or any of the XKB extension routines)
Xkb is available. Or, if there is a problem with it, it is a bug.
However, the situation with XkbStdBell seems to be that it is not a part of the Xkb standard but is included in the header files from X.Org, and then included in DECwindows.
It looks like the engineer that implemented the Xkb client libraries selected the routines to export based on the Xkb specification and didn't compare that against the header files.
I can't find any definition of what the standard bells are. I can see definitions for those associated with AccessX that the display server provides but I couldn't see any description of what the others are or who would create those bells.
Martin Kirby