On Tuesday 01 April 2003 13:14, Tiago Andre wrote:
>    -(EE) R128(0): [dri] R128DRIScreenInit failed (depth 8 not supported).
>    [dri] Disabling DRI.
>    What append's???
>    What can i do??

Change your default depth to 16 or 24 in your XF86Config.
It should look like (change it so it fits your configuration):

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        [...]
        SubSection "Display"
                Depth     16
                Modes     "1600x1200" "1280x960" 1024x768"
        EndSubSection
        [...]
EndSection

Antoine
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to