Re: how to reduce colors used by netscape?

1997-11-20 Thread Remco Blaakmeer
On Wed, 19 Nov 1997, Paul Seelig wrote:

 On Wed, 19 Nov 1997, E Papantoniou wrote:
 
  I have read that to correct the problem I must reduce the colors used by
  netscape...does anybody know in which file are these defined?
  
 Put this into ~/.Xresources:
 
   ! For Netscape 3.04:
   ! Reducing color usage number of colors:
   Netscape*maxImageColors:64 
 
 And while we are at it:
 
   ! Turning off the blink tag:
   Netscape*blinkingEnabled:   False
   ! Turning off loading of background images:
   Netscape*documentColorsHavePriority:False

Where could I find a list of all such resources that Netscape
understands?

Remco


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


how to reduce colors used by netscape?

1997-11-19 Thread E Papantoniou
Hi all,

I am using a program that requires several colors available to operate
ptoperly. For example, if netscape is open and I use the other program,
whenever I enter its window with the mouse pointer, all the colors outside
that window change.

I have read that to correct the problem I must reduce the colors used by
netscape...does anybody know in which file are these defined?

thanks

Manos


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: how to reduce colors used by netscape?

1997-11-19 Thread Paul Seelig
On Wed, 19 Nov 1997, E Papantoniou wrote:

 I have read that to correct the problem I must reduce the colors used by
 netscape...does anybody know in which file are these defined?
 
Put this into ~/.Xresources:

! For Netscape 3.04:
! Reducing color usage number of colors:
Netscape*maxImageColors:64 

And while we are at it:

! Turning off the blink tag:
Netscape*blinkingEnabled:   False
! Turning off loading of background images:
Netscape*documentColorsHavePriority:False

   Cheers, P. *8^)
--
   Paul Seelig [EMAIL PROTECTED]
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   Our AMA Homepage  in  the WWW at  http://www.uni-mainz.de/~bender/



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: how to reduce colors used by netscape?

1997-11-19 Thread Rick Hawkins


 I am using a program that requires several colors available to operate
 ptoperly. For example, if netscape is open and I use the other program,
 whenever I enter its window with the mouse pointer, all the colors outside
 that window change.

do you need the programs at the same time?  If you use netscape with the
-install option, it uses a private color map; it will not consume any
colors from other applications.  however, the solor map is switched away
as you enter/exit netscape.

From your description, the other program may already be doing this.

rick


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: how to reduce colors used by netscape?

1997-11-19 Thread Ranty
if your graphics card is not capable or more than 256 colors don't
bother to keep reading.

I don't know where that configuration is, but there is another
solution,you can start the X server on 15,16,24 or 32 bits so there will be more
than enoght colors for all your aplications.
startx -- -bpp 15
startx -- -bpp 16
.
.
.

or if you use xdm you should coment out the local server line in
/etc/X11/xdm/Xservers and with xdm loaded:
X -query localhost -bpp 15
X -query localhost -bpp 16
.
.
.

Hoping to be helpful
[EMAIL PROTECTED]



On Wed, 19 Nov 1997, E Papantoniou wrote:

 Hi all,
 
 I am using a program that requires several colors available to operate
 ptoperly. For example, if netscape is open and I use the other program,
 whenever I enter its window with the mouse pointer, all the colors outside
 that window change.
 
 I have read that to correct the problem I must reduce the colors used by
 netscape...does anybody know in which file are these defined?
 
 thanks
 
 Manos
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .