From owner-freebsd-x11@FreeBSD.ORG Sat Nov 15 19:46:08 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A00F3DFF for ; Sat, 15 Nov 2014 19:46:08 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA8AE97 for ; Sat, 15 Nov 2014 19:46:08 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wp4so2340725obc.11 for ; Sat, 15 Nov 2014 11:46:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=zAI7EeD+Aau/d5lyP2jeeD+b336bH2CxjV7kP1NwhGg=; b=OlOTvw3Kr577SNyL0EMReMAb0PUwu9hHHM8HTdg8t604RKi+RoQEh7zWe4ino05qqD C8aRgU9+vSSCFrilwMzPqktvVeISL3TVo51kKIjfhfFhUzwDyLXaOrWLHKQAaKicki5i L9LAoTPe6qk8lyqxSQ2/mjZ3HliuAu4DUqlluLj7nqWA0NfHR/90hw+q/KnUnNCGiZAB 9kxQ2+UIi4TJXIBoRaobqnO/q/1fSVxMR4kZTu6rAsd3H69h+ni2DyISYKJn3lsrFJ09 YkitHOKbqrXz1/pfjSiyqVkQt0t+vr906aLYj68/ibAW27+k0M67bTKB0XkQ0WARlcSl GCrQ== X-Received: by 10.202.55.4 with SMTP id e4mr1921762oia.68.1416080767694; Sat, 15 Nov 2014 11:46:07 -0800 (PST) Received: from ?IPv6:2001:470:1f15:b1f:e571:3cbc:c866:78a8? ([2001:470:1f15:b1f:e571:3cbc:c866:78a8]) by mx.google.com with ESMTPSA id e18sm9336816oih.3.2014.11.15.11.46.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Nov 2014 11:46:07 -0800 (PST) Message-ID: <5467AD77.9060408@gmail.com> Date: Sat, 15 Nov 2014 20:45:59 +0100 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Dutch Ingraham Subject: Re: Xorg configure failure with Radeon card References: <5466DD69.5000205@gmx.us> <54673C5D.6040900@gmail.com> <54676567.8090200@gmx.us> <5467A3BE.2060207@gmail.com> <5467A75D.9000605@gmx.us> In-Reply-To: <5467A75D.9000605@gmx.us> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 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, 15 Nov 2014 19:46:08 -0000 > Thanks again, Jan. I already had that there (from the 10.1-RELEASE > notes), so the error is with that tuner set. Does "kldload radeonkms" as root work, as in gives you a nice looking console in native screen resolution? If that works, at least the KMS driver does something correctly. Another idea is to try to rebuild the "x11-drivers/xf86-video-ati" port, if you haven't done that already. Can you post the complete contents of /var/log/Xorg.0.log and the output of dmesg after a failed attempt to start the X server? -Jan