Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2003 13:30:29 +0200
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        "Tiago Andre" <tiagoandre@hotmail.com>, questions@FreeBSD.org
Subject:   Re: Startx error
Message-ID:  <200304011330.29121.ajacoutot@lphp.org>
In-Reply-To: <F98Cndg5oQJgAGeU75i0000c487@hotmail.com>
References:  <F98Cndg5oQJgAGeU75i0000c487@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304011330.29121.ajacoutot>