On Fri, 12 Jun 1998, Richard Watts wrote:
> Hi all,
>
> I'm wondering, is there anyway to get rid of the "cannot allocate
> background" when I use netscape on linux? Is it that I'm not including
> files right for it, or is this just something that happens? Thanks!
> Richard
>
You need more than 256 colors (8bit) if your graphics card supports the
resolution you want at 32k colors try this.
If you run XFree86 you have to add a line in XF86Config in the "Screen"
Section which says ' DefaultColorDepth 15 ' (or 16 for 64k colors)
e.g.:
Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
BlankTime 10
SuspendTime 20
OffTime 40
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
EndSection
cheers,
Clemens
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.