I've recently installed Red Hat Linux 5.2 and have set up X as my GUI.
Everything looked fine until I eventually got PPP working and started using
Netscape. I'm not sure whether it's the resolution or the colour depth but
the graphics and fonts are not very good quality. Netscape also gives me the
following error: "Warning: Cannot allocate colormap entry for default
background". I have read other newsgroup entries that suggest running X as
follows: startx --bpp 24 or startx -install . I've tried both
and neither of these suggestions have made any difference. I have a PII 350
with 64Mb ram and an Intel 740i AGP graphics card with 8Mb ram. If anyone
has any suggestions please let me know. My XF86Config file looks like this:
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 64.3
VertRefresh 40-150
.
.
Section "Device"
Identifier "Intel 740 (generic)"
VendorName "Unknown"
BoardName "Unknown"
.
.
Section "Screen"
Driver "svga"
Device "Intel 740 (generic)"
Monitor "My Monitor"
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768"
"800x600" "640x480"
Virtual 800 600
Viewport 0 0
EndSubsection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
"800x600" "640x480"
Virtual 800 600
Viewport 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768"
"800x600" "640x480"
Virtual 800 600
Viewport 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768"
"800x600" "640x480"
Virtual 800 600
Viewport 0 0
EndSubsection
.
.
Section "Screen"
Driver "accel1"
Device "Intel 740 (generic)"
Monitor "My Monitor"
(same subsections as for "svga")
Thanks in Advance,
David Blaney.