From owner-freebsd-x11@FreeBSD.ORG Sat Nov 24 12:18:33 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7772A16A46C for ; Sat, 24 Nov 2007 12:18:33 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 23CD913C45B for ; Sat, 24 Nov 2007 12:18:33 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so134317waf for ; Sat, 24 Nov 2007 04:18:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0aKb13yFtuWs/nQ51owZ/ObawmXuzWZjsNRF5Fhaudw=; b=MnlDiSAe1sC6J4MtHniueXFeGBa9NV2QDOg9qK87UEAxUxw6XwZvoEk3e47h3AQVwNjQEval/oA/Y16evPhFHBWzJbpda4ZqPa6DYN7L/U5VgiZm18MBS4N+c2DqMSd4ZjtawZv4Otnl8orU/EYqZokn6fELMgMVkFTQf7mDbmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Y7e70NeVuE0Wg1iCRblmmpDVyxhQGSJ3PPDYyJPhMzHZwTc+kP1+RZrSmYDHr7EGAvHSuYPNI35nVgsofSEzZhKRuwqrUkSDJQRwyzXKpjYEINyaG06C/Gk1socF+ywXIEg3+sHeP0KMvARRLAzAUtr6AAcq/2cun7FCtgEjkzo= Received: by 10.114.89.1 with SMTP id m1mr287402wab.1195906712742; Sat, 24 Nov 2007 04:18:32 -0800 (PST) Received: by 10.114.182.3 with HTTP; Sat, 24 Nov 2007 04:18:32 -0800 (PST) Message-ID: <27dbfc8c0711240418t5e5ddfc3pe16cf20b1bab6430@mail.gmail.com> Date: Sat, 24 Nov 2007 13:18:32 +0100 From: "Valerio Daelli" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: SOLVED Xorg hangs with radeon driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 12:18:33 -0000 On Nov 24, 2007 10:31 AM, Valerio Daelli wrote: > Hi > > I have a laptop, an Acer TravelMate 2500 with a graphic card ATI Radeon RS300. > I use 7.0-BETA3. > If I generate an xorg.conf with 'Xorg -configure', th generated xorg.conf uses > the radeon driver. If I try it with 'Xorg -config xorg.conf' (or with 'startx') > the laptop hangs with a black screen, I am unable to get a dump or to > switch to DDB. > If I use the driver 'ati' I am able to get X working, but: > 1-If I use the VideoRam in the card section the laptop hangs > 2-If I specify a DefaultDepth of 16 or 24 it hangs > I tried to disable the AIGLX option, but it does not work. > So I am able to use only an 'ati' driver with DefaultDepth of 8 and no VideoRam. Hi Now thanks to Steve Roome I solved the problem. I had to put Option "MonitorLayout" "LVDS, NONE" and Option "DRI" "off" in the xorg.conf file and I have the desired color depth. Sorry for the noise Valerio Daelli