From owner-freebsd-user-groups@FreeBSD.ORG Mon Dec 21 17:49:55 2009 Return-Path: Delivered-To: freebsd-user-groups@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEFED106568F for ; Mon, 21 Dec 2009 17:49:55 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id AA28D8FC20 for ; Mon, 21 Dec 2009 17:49:54 +0000 (UTC) Received: by ewy3 with SMTP id 3so6329598ewy.13 for ; Mon, 21 Dec 2009 09:49:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=L4ClDH5bXrOlyqoKYIo+Ft8ORCBWDGjXnFBNSMGLR+c=; b=gGH9Nx+5oHf8LyjG3n7THzbaVIE8aD4QauPD5/dVbCpS15op7S2uGLprKX4Bre10qG jzC0i74YE6gRaFem2hAi2VT9GBJDcZPE3iTa+4uVCM6KIQrvn0ggIjS+3ryp6J/AsY55 Jm/MRIg/2Zs0QLrFv0/SK8CXRrjv2aVmFLO64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Sls7hFknsXs2jlTSGU+n4/KigdylbIl0g1NwzAbl34lQI2dDPb2Q3QX8iiS5HiiKlv ieWt3L7NfruLsQfa2viTJ7loAkn4hVz31rYcjJAGjGfzhx3huDjCpZIxVoCVuosiYCKB /gDu76V23Wi3auZKP3vp7JEaOloefX24rBPNw= MIME-Version: 1.0 Received: by 10.213.47.9 with SMTP id l9mr9182794ebf.93.1261416204326; Mon, 21 Dec 2009 09:23:24 -0800 (PST) Date: Mon, 21 Dec 2009 18:23:24 +0100 Message-ID: <1bd550a00912210923t1177407cvdf3ef9373b0c5ecf@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-user-groups@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Radeon HD 2400 configuration. X-BeenThere: freebsd-user-groups@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User Group Coordination List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 17:49:55 -0000 Hi all, I'm using 8.0 amd64 with Xorg, gnome and all the stuff installed from packages. I have an ATI Radeon HD 2400 video card. The thing is that I can't get it working at all. Without xorg.conf file, the whole system freezes. With the xorg.conf generated by Xorg -configure I'm able to see the mouse cursor but then the system hangs again (before I get the gnome desktop in the scree). This is with "radeon" driver dri, dri2 and glx modules. I tried with the radeonhd and it is the same thing... The only driver that seems to work for me is the vesa driver. Can anyone provide a working xorg.conf file or any hints to make this card to work? Thanks in advance.