On 1 Oct 2001, Parul Mathur wrote:
(++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Anaconda Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Generic VGA compatible"
^^^^^^^^^^^^^^^^^^^^^^
Which display card do you have? It is set to generic VGA here, which is definitely not what you want.
(II) Setting vga for screen 0. (EE) VGA(0): Given depth (16) is not supported by this driver.
I think the depth has to be adjusted to 8 instead of 16. How do I do
In your /etc/X11/XF86Config-4 file, search for DefaultColorDepth, change it from 16 to 8, and read the XF86Config man page.