>From your log file
(EE) R128(0): No Display subsection in Screen section "Screen 1" for
depth/fbbpp 24/32

You need to add a (sub)section to your config file (config file:
"/etc/X11/XF86Config")

# example only
Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth 24

        SubSection "Display"
                Depth     24
        EndSubSection

EndSection
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to