Startx error

Antoine Jacoutot ajacoutot at lphp.org
Tue Apr 1 03:30:37 PST 2003


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


More information about the freebsd-questions mailing list