>From your log file.

(EE) S3VIRGE(0): No Display subsection in Screen section "Screen0" for
depth/fbbpp 8/8


# Here is an example of the screen section with a display subsection.

# This should be in your XF86config.txt file
# possible (likely) path: "/etc/X11/XF86Config"

Section "Screen"
 Identifier   "Screen0"
        Device       "ATI Radeon 7500"
        Monitor      "Monitor0"
 DefaultDepth 16

# the below (sub)section is what you need to add
# NOTE: I'm not sure what modes you need, but depth should be 8
 Subsection "Display"
         Depth       16
         Modes       "1024x768" "800x600" "640x480" 
 EndSubsection

EndSection

Sorry its not a complete answer, but it's a start.

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

Reply via email to