- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: XOpenDisplay call to DecWIndows fails
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
03-09-2005 08:38 AM
03-09-2005 08:38 AM
XOpenDisplay call to DecWIndows fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 04:09 PM
03-09-2005 04:09 PM
Re: XOpenDisplay call to DecWIndows fails
I have had exact problem some time back, please see the url below
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=609077
I was as mentioned in the above thread, able to overcome this by using
gs "-sOutputFile=CPU.png" "-sDEVICE=png256" "-dDEVICEWIDTHPOINTS=525" "-dDEVICEHEIGHTPOINTS=475" "-dNOPAUSE","-q" mov.ps cpu.ps
type move.ps
-40 -200 translate
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 04:31 PM
03-09-2005 04:31 PM
Re: XOpenDisplay call to DecWIndows fails
"$set display/create" has got me past that hurdle, it seems I now have a privilege problem
Xlib: connection to "_WSA6:" refused by server
Xlib: Client is not authorized to connect to Server
%DEBUG-F-UNAOPNDIS, Unable to open display _WSA6:
I guess I need to add some parameters to the $set display/create
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 04:54 PM
03-09-2005 04:54 PM
Re: XOpenDisplay call to DecWIndows fails
Could you try this
$SET DISPLAY/CREATE/NODE=ip_address/TRANS=TCPIP
If this doesn't work, please post the ghostscript command that you are using here. I would defintely be able to help you.
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:10 PM
03-09-2005 05:10 PM
Re: XOpenDisplay call to DecWIndows fails
gs -sDevice=epswrite -dNOPAUSE -dBATCH -dSAFER -dDisplayHandle=0 -sOutputFile=age_gs.ps sr:[prd.gs.xpdf-3_00]age.pdf
WIth ip address and protocol set, the message is same as original (Cannot open X Display)
Without ip address and protocol set, message is
Xlib: connection to "_WSA12:" refused by server
Xlib: Client is not authorized to connect to Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:30 PM
03-09-2005 05:30 PM
Re: XOpenDisplay call to DecWIndows fails
Try to remove -dDISPLAY qualifier and run it. If you need X-display, then please look at the settings on your DECterm/Emulator or what every you are using.
In the link i furnished earlier on, there are a few suggestions. Please try them
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 06:22 PM
03-09-2005 06:22 PM
Re: XOpenDisplay call to DecWIndows fails
Xlib: connection to "_WSA6:" refused by server
Xlib: Client is not authorized to connect to Server
On the X-Display you are using, you have to allow remote connections. If this is a VMS workstation, open the style manager (the icon with the color palette, the mouse and TTT), click the 'security' icon and then 'Users' button. For a test you may add a entry with asterisks in all 3 fields which opens the display for each and everyone.
Edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 06:51 PM
03-09-2005 06:51 PM
Re: XOpenDisplay call to DecWIndows fails
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=496432
Look at the answer from Martin Kirby. This resolved issues I had.
regards
Brian