Sponsored Content
Full Discussion: HP-UX Screen Color is Green
Top Forums UNIX for Dummies Questions & Answers HP-UX Screen Color is Green Post 302276706 by sammy-e on Wednesday 14th of January 2009 12:09:46 PM
Old 01-14-2009
HP-UX Screen Color is Green

Hello,

I have HP-UX 11.x running and the screen turns green with white text from the start. Sometimes, more desirable, the screen will start off with the normal black and white text terminal, but out of nowhere it will go green. For instance, I started it up an hour ago and it was fine, I then power cycled the screen and once it came up it was green and I can't seem to do anything to get the normal b&w back.

I am using a dell lcd, is that the problem? Thanks.
 

2 More Discussions You Might Find Interesting

1. Programming

ncurses - start_color - Screen Color?

When using start_color command in ncurses the screen starts with a black background. Is there any way of resetting this to another color? If this is not the appropriate forum for this question - sorry and please redirect me. TIA Alan (0 Replies)
Discussion started by: AlanBrown
0 Replies

2. UNIX for Dummies Questions & Answers

How to change the background color in the init 3 mode(not line color)

Hello, I am using RHEL 6.1 on VMware I am searching for a way to change background color (not line by line color wich one can using tput command) basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to... (2 Replies)
Discussion started by: Dexobox
2 Replies
ppmdither(1)						      General Commands Manual						      ppmdither(1)

NAME
ppmdither - ordered dither for color images SYNOPSIS
ppmdither [-dim power] [-red shades] [-green shades] [-blue shades] [ppmfile] DESCRIPTION
Reads a portable pixmap as input, and applies dithering to it to reduce the number of colors used down to the specified number of shades for each primary. The default number of shades is red=5, green=9, blue=5, for a total of 225 colors. To convert the image to a binary rgb format suitable for color printers, use -red 2 -green 2 -blue 2. OPTIONS
-dim power The size of the dithering matrix. The dithering matrix is a square whose dimension is a power of 2. power is that power of 2. The default is 4, for a 16 by 16 matrix. -red shades The number of red shades to be used, including black; minimum of 2. -green shades The number of green shades to be used, including black; minimum of 2. -blue shades The number of blue shades to be used, including black; minimum of 2. SEE ALSO
pnmdepth(1), ppmquant(1), ppm(5) AUTHOR
Copyright (C) 1991 by Christos Zoulas. 14 July 1991 ppmdither(1)
All times are GMT -4. The time now is 02:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy