- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ArcView GIS 3.1 color map problems
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
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
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
тАО06-15-2005 05:50 AM
тАО06-15-2005 05:50 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2005 03:04 PM
тАО06-15-2005 03:04 PM
SolutionYou can verify this with xdpyinfo. Set your DISPLAY to each X server system in turn to check.
$ xdpyinfo -display $DISPLAY
Look for line that says
default screen number: 0
Then in section screen #0 (where 0 is number of the default screen) look for default visual id.
default visual id: 0x21
Further down you will see all possible visual s that X server can display.
visual:
visual id: 0x21
class: TrueColor
depth: 24 planes
This server is running TrueColor visual and I'm guessing that the case with Linux and Cygwin X servers.
One possible solution for your app that requires PseudoColor visual is to run VNC server.
If you are not familiar with VNC more information can be found here
http://www.realvnc.com/
With this suggestion you would run VNC server using PseudoColor visual on the server where you run the application. Remote clients (Linux, Windows XP etc) would use vncviewer to connect to your server to display the application.
$ vncserver :1 -depth 8 -cc 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2005 04:19 AM
тАО06-16-2005 04:19 AM
Re: ArcView GIS 3.1 color map problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2005 09:36 AM
тАО06-16-2005 09:36 AM
Re: ArcView GIS 3.1 color map problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2005 12:25 AM
тАО06-17-2005 12:25 AM