On Fri, 24 Dec 1999, you wrote:
>    John: I attempted to run the xf86config program, but it didn't help. The 
> exact message I get from Netscape is this:
> 
> Netscape: Error
> 
> Visual 0x23 is a 4 bit PseudoColor visual. This is not a supported visual; 
> images will be displayed in monochrome.
> 
> Currently supported visuals are:
> 
> StaticGray, all depths
> GrayScale, all depths
> TrueColor, depth 8 or greater
> StaticColor, depth 8 or greater
> PseudoColor, depth 8 or greater
> 
> If you have any of the above visuals (see 'xdpyinfo')
> it is recommended that you start Netscape with the
> '-visual' command-line option to specify one.
> 
> More visuals may be directly supported in the future;
> your feedback is welcome.
> 
>    ----------------------------
> 
> Any ideas on what to do? Anyone?
> 
> Thank you for your help.
> 
It looks like you're running in 8-bit color mode. You
DEFINITELY need to select "16-bit" color mode. If you're
starting X from a console prompt start it as follows:
"startx -- -bpp 16" (cut and paste everything BETWEEN the
qoutation marks.) Since i'm too lazy to go edit my
XF86Config file, I have an alias in my .bashrc file which
I've called "sx" which is as follows:
alias sx='startx -- -bpp 16'  (including quotes)
Try adding that to your .bashrc and then see if that fixes
your Netscape problem.
        John

Reply via email to