Sponsored Content
Full Discussion: Xwindow display
Top Forums UNIX for Dummies Questions & Answers Xwindow display Post 302132581 by stocksj on Friday 17th of August 2007 01:04:02 PM
Old 08-17-2007
Display Color Settings

I'm also installing Oracle 10g on a Sun V480 with with Solaris 8 and the PGX-64 display card. How to reset the number of colors for your screen?

Jim
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO os5 xwindow

I acciedentaly terminated the x window session on my sco os5 machine. Can somone help me get it going again with out rebooting? Another ? Does anyone know where I can get the VNC version for SCO or can some one help me make changes to the RH version to work for SCO OS5. Thanks. (2 Replies)
Discussion started by: ruizf
2 Replies

2. UNIX for Dummies Questions & Answers

xwindow on old computer

hello at first sorry for my english... i know it isn't good but i hope you can understand me i want to install xwindow on my old pentium133MHz, 49MB ram memory, graphic card - stb horizon64 1MB (with old monochromatic monitor - horizontal 30.6-36.0, vertical 50-90) all this under redhat6.1...... (1 Reply)
Discussion started by: pgas
1 Replies

3. UNIX for Dummies Questions & Answers

XWindow problems

ok, i've got a FreeBSD box, and it doesn't like my monitor. At all. The first time i installed BSD, it wouldn't write the changes. I reformated and reinstalled, and this time it would write, but when i went to load the x server with startx it would go through the load process, but say "no screens"... (4 Replies)
Discussion started by: GirlsHackBetter
4 Replies

4. UNIX Desktop Questions & Answers

Where is xwindow start script

I am using a Mandrake spinoff (PCLinux) and would like to have a yakuake terminal started when I launch xwin. Where is the start up script? Thanks JZ (2 Replies)
Discussion started by: jwzumwalt
2 Replies

5. Shell Programming and Scripting

command to exit xwindow

What is the command to exit xwindow when i am in xwindow's terminal. Thanks in advance. (3 Replies)
Discussion started by: uativan
3 Replies

6. UNIX for Dummies Questions & Answers

Help with Xwindow on Linux

Hi, On my PC which is a XP, I have installed SSH client from www.ssh.com company. Linux server is a CentOS version 5. Before using my application, I want to test it and I am trying to get the xclock display back to my window and it's not working. Any idea. #... (4 Replies)
Discussion started by: samnyc
4 Replies

7. Red Hat

XWindow is not enabling !!!

Dear Experts, Our system admin is struggling over a month with an issue regarding xwindow. RHEL 5.4 is our server OS. whenever I export Display with my machine IP and run xclock. It is not working. We are using DHCP. Please tell me what checks and actions should be taken from our sys admin point... (8 Replies)
Discussion started by: saifurshaon
8 Replies

8. UNIX for Dummies Questions & Answers

XWindow Tool

Hi Guys can any one help me in this regard .. I'm using Reflaction and xManager but I want list of another xWindow tools between Unix and Windows .. Pls advice .. (1 Reply)
Discussion started by: top.level
1 Replies

9. UNIX for Dummies Questions & Answers

Questions on CLI and xwindow

Hi, I was not sure about the terminology of the thing that I am about to explain, so it was very difficult to find relevant search results. I want to use my computer using the ctrl+alt+f1 CLI without using a graphical system. However, at the same time, I would also like to do basic tasks like... (6 Replies)
Discussion started by: jamie_123
6 Replies

10. Red Hat

Installing xwindow on RHEL (offline)

I need to install xwindow on my RHEL 7.2 server which is behind a firewall and no access to internet. If I run the below code, it will not able to install, as my server dont have internet connection. yum -y install xterm* xorg* xclock xauth Do you know, where can I get the required binaries... (2 Replies)
Discussion started by: karumudi7
2 Replies
MrmFetchColorLiteral(3X)												  MrmFetchColorLiteral(3X)

NAME
MrmFetchColorLiteral - Fetches a named color literal from a UID file SYNOPSIS
#include <Mrm/MrmPublic.h> int MrmFetchColorLiteral(hierarchy_id, index, display, colormap_id, pixel) MrmHierarchy hierarchy_id; String index; Display *display; Colormap colormap_id; Pixel *pixel; DESCRIPTION
The MrmFetchColorLiteral function fetches a named color literal from a UID file, and converts the color literal to a pixel color value. Specifies the ID of the UID hierarchy that contains the specified literal. The hierarchy_id was returned in a previous call to MrmOpenHier- archyPerDisplay. Specifies the UIL name of the color literal to fetch. You must define this name in UIL as an exported value. Specifies the display used for the pixmap. The display argument specifies the connection to the X server. For more information on the Display struc- ture, see the Xlib function XOpenDisplay. Specifies the ID of the color map. If NULL, the default color map is used. Returns the ID of the color literal. RETURN VALUE
This function returns one of these status return constants: The function executed successfully. The hierarchy ID was invalid. The color literal was not found in the UIL file. The caller tried to fetch a literal of a type not supported by this function. The function failed. SEE ALSO
MrmFetchBitmapLiteral(3X), MrmOpenHierarchyPerDisplay(3X), MrmFetchIconLiteral(3X), MrmFetchLiteral(3X), XOpenDisplay(3X11) MrmFetchColorLiteral(3X)
All times are GMT -4. The time now is 02:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy