- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Xlib error
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
01-09-2004 07:04 AM
01-09-2004 07:04 AM
Xlib error
I just installed a third party software in a linux 9 workstion.
User tried to lauch the software via reflection x give the following error.
Xlib: extension "XFree86-Misc" missing on display "janez.
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 118 (X_SetModifierMapping)
Value in failed request: 0x28
Serial number of failed request: 30
Current serial number in output stream: 30
Please let me know how to fix this in the linux machine.
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:02 AM
01-09-2004 08:02 AM
Re: Xlib error
a value like this
DISPLAY=ip.ip.ip.ip:0.0
export DISPLAY
./run_command
where ip.ip.ip.ip is the ip address (duh!) of the workstation where the display of the application should be sent to.
Since it is a workstation I would say 127.0.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:29 AM
01-09-2004 08:29 AM
Re: Xlib error
Thanks for the reply.
The user is using reflection emulator to log into the linux workstation. I echoed the DISPLAY varable, it is set correctly to the user's PC.
I also login a sun workstation and rlogin the linux workstation ( where the software was installed). After setting the DISPLAY variable, there is no problem starting the software. ONLY with the reflection X software which is the only way the user can use the software as he does not have a unix or linux workstion to use.
Thanks.
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:53 AM
01-09-2004 08:53 AM
Re: Xlib error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 08:55 AM
01-09-2004 08:55 AM
Re: Xlib error
Yes,
IT has not problem to start other software installed in either HP or other linux workstion.
I also tried on my PC, same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 01:15 PM
01-09-2004 01:15 PM
Re: Xlib error
It is time again for the lovely X11 interchanges client and server game ;-)
The thing you need to keep in mind is that in X lingo the system hosting the application and sending the graphical screen to your PC with Reflection is the client and the PC with Reflection is providing the X11 Server. So what the error tells you is that the Reflection X11 server is missing a specific extension (XFree86-Misc).
To confirm this run xdpyinfo and check the list of extensions.
The application will work fine if you connect a graphical display directly to your linux system.
Ways to solve this:
* Get a Xemulation for your PCs that supports the XFree86-Misc extension. One place to look might be http://cygwin.com/xfree/
* Use another way to transport the graphical display from the Linux system to the PC like VNC
Good luck,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 07:14 PM
01-11-2004 07:14 PM
Re: Xlib error
Thanks to all the extensions being implemented the compatibility between X-window environments is being compromised.
Solutions are: get a version of the software not using this extension, find the extension for Reflection, install another X-windows environment under Windows or find a free workstation and install Linux on it with XFree86...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 11:43 AM
01-12-2004 11:43 AM
Re: Xlib error
Thanks for you reply. I will different ways to see whether it works.
Jane