From owner-freebsd-user-groups@FreeBSD.ORG Mon May 18 10:17:11 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 3902F1065670 for ; Mon, 18 May 2009 10:17:11 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id C10B58FC25 for ; Mon, 18 May 2009 10:17:10 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by ewy3 with SMTP id 3so3776471ewy.43 for ; Mon, 18 May 2009 03:17:09 -0700 (PDT) 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:content-transfer-encoding; bh=EdA+7Zwh4wdJuAEbmPgLr2WsWY3QKln1K51SwBKKNos=; b=LNdnUdxnQrvI3eBR/qDUdDFOZ2MqGphdTZbNtc/HrDPtx4R6oExZfYjRpQFgXno3hc jAuwwomFbyDEahxrU1tQNvf+kxbzELaABRuF8KhRhyTpDEOipa/8X5fDPp61D97ukEPu nLIcrs4Ng3saHYr+JjkQGChzzPUKRmOuv25Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=b/4RT/cpUyqf8+Uf0+g0chVOlxueRs/pYh9n4oxRKhQP6mIQAAsnNfK/PXmixEAcU2 C24EGX3FjIoOu859ouYpmh1LPQysdQdCk4bjYag0/rMNQqIKRKZZ6fm2jtkLxolyNSSS VTzIwmTvCh3TPTQFlxeMcVwrDz7jlX4ZMIkoI= MIME-Version: 1.0 Received: by 10.210.20.6 with SMTP id 6mr4132369ebt.72.1242640192979; Mon, 18 May 2009 02:49:52 -0700 (PDT) Date: Mon, 18 May 2009 11:49:52 +0200 Message-ID: <1bd550a00905180249j43f52750q73aa6e45afe17c31@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 Content-Transfer-Encoding: 7bit Subject: ATI and xorg.conf 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, 18 May 2009 10:17:11 -0000 Hi, I have an ATI Radeon HD 2400. I fresh installed FreeBSD 7.2 for AMD64. I added the Xorg support and Gnome desktop. With the autoconfig Xserver feature, the whole system freezes. With the xorg.conf file generated by the -configure option, the system freezes too. I've tried several different drivers (ati, radeonhd...) but I can only bring X up with the vesa driver. Which driver is the best one (features vs stability) taking into account that I don't want to run any fancy desktop features? How can I configure it? Thanks in advance.