- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: X-Windows Color problem
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
08-07-2005 01:21 PM
08-07-2005 01:21 PM
X-Windows Color problem
Our application server is ES40 (VMS7.2-1). When the application exports its X-windows to a DS15 (VMS7.3-1, with most update patch applied) workstation, the X-windows background color was changed to red from black and so as the font can not be recognized clearly. However, the application works normal when it displays on other workstation (AS500, AS200 running VMS6.2-1, DS10 running VMS7.2-1). The DS15's video adapter is Radon7500).
Does there any solution to let the application displays normally?
DS15 software configuration:
Dec Motif 1.2-6
BTW. The font type is HANZI we used.We
Your comment is very apperciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 01:36 PM
08-08-2005 01:36 PM
Re: X-Windows Color problem
$ SET DISPLAY/CREATE
$ SET DISPLAY/NODE=node/TRANS=transport
$ MCR DECW$UTILS:XDPYINFO
$ SET DISPLAY/NODE=newnode/TRANS=transport
$ MCR DECW$UTILS:XDPYINFO
etc...
If the problem node shows a lower pixel depth than the working nodes, then adjust the logical name DECW$SERVER_PIXEL_DEPTH in SYS$STARTUP:DECW$PRIVATE_SERVER_SETUP.COM. For example:
$ DEFINE/SYSTEM/EXEC DECW$SERVER_PIXEL_DEPTH 24
Restart DECwindows to use the new depth:
$ @SYS$STARTUP:DECW$STARTUP RESTART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:30 AM
08-09-2005 05:30 AM
Re: X-Windows Color problem
Along with defining DECW$SERVER_PIXEL_DEPTH 24
I also recommend that you add this line as well:
$ DECW$SERVER_DEFAULT_VISUAL_CLASS :== 24
REF: Page 4-4 Section 4.4.4 of the Radeon Controller installation Guide.
cheers!
Rick Retterer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 02:41 AM
08-10-2005 02:41 AM
Re: X-Windows Color problem
Many thanks for your support first!
The problem is still there after modifying the parameters (DECW$SERVER_PIXEL_DEPTH) and DECW$SERVER_DEFAULT_VISUAL_CLASS. Pls see attachment XDPINFO result for DS15 with bad color, DS10 with good color and ES40 application server.
Yours continues support is much appreciated!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 01:32 AM
08-11-2005 01:32 AM
Re: X-Windows Color problem
Check the color settings(Number of colors) as well. i.e more colors for applications, most colors for application etc.
--Venkat