From owner-freebsd-questions@FreeBSD.ORG Mon May 18 20:52:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4AFE106566B for ; Mon, 18 May 2009 20:52:15 +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 7B2CF8FC15 for ; Mon, 18 May 2009 20:52:14 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by ewy3 with SMTP id 3so4239795ewy.43 for ; Mon, 18 May 2009 13:52:13 -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=J5k6CpUHxtzBFb0wrBdwRZjnl8nXvwaLLORxj7iHAoRVUqT89ip/LK+VdakCSCveyG wOdRLcRDvKvftGQaTduWAivTsV/LZ3Tfl7UMHSPapMn96RPd5UKw2r2UyHUykTizq/Ak sTHmAoP68iXpDhAVSPdEZggEJZE+gu8wkTAqI= 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=LClBHp+F8vAMghSJcBKLJhoP2nOtqRdnl0V5ox5uoIo3dhK1zUBA4pnaKwZppw6ipL 1CpVxxAMIpYA6vbEqnFbHCdQ46It4TcUcMyfWvVps7LEOENXxWbdEwMAm+/pq3JTrT6c lvTaZCBHuXrDF0CeWTX7yVUYg1fNBzKKAYaOU= MIME-Version: 1.0 Received: by 10.210.20.17 with SMTP id 17mr8127760ebt.38.1242679933475; Mon, 18 May 2009 13:52:13 -0700 (PDT) Date: Mon, 18 May 2009 22:52:13 +0200 Message-ID: <1bd550a00905181352j21208761jc01008f5b0a58e24@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Ati and Xorg.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 20:52:16 -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.