From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 03:30:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20AD37B414 for ; Tue, 1 Apr 2003 03:30:36 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-21-228.abo.wanadoo.fr [81.51.116.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37BD43F3F for ; Tue, 1 Apr 2003 03:30:34 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h31BUSYO076747; Tue, 1 Apr 2003 13:30:28 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "Tiago Andre" , questions@FreeBSD.org Date: Tue, 1 Apr 2003 13:30:29 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304011330.29121.ajacoutot@lphp.org> Subject: Re: Startx error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 11:30:37 -0000 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