From owner-freebsd-x11@FreeBSD.ORG Sat Jun 2 00:58:47 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4A88106564A for ; Sat, 2 Jun 2012 00:58:47 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7131B8FC0A for ; Sat, 2 Jun 2012 00:58:47 +0000 (UTC) Received: by dadv36 with SMTP id v36so3724757dad.13 for ; Fri, 01 Jun 2012 17:58:47 -0700 (PDT) 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; bh=VYNQ/Lj9J2C8AHcaxEbEZcgVQO4OIPxYhSyTf7PM2dk=; b=u1xBnRUex1gbqdiLaXth3jjB6xu1MdNJCfI9FPuA8XJ2SiUsR+f/7zHptTFG+bYnh3 B16D1mo7JVEuPNJz9n5F2P/aUULHIATwB1btbvh3F+N5tDwCDK3KArXoKAgSASXkRF+o rFj+OeN2Rmu6agG6J0DTic/4H3gJ8p7ZviluO+CcexBfwV36DEtDHqKjHjQbCg7Z/48x vv5KCnfvExsgqr1Y3zx5Trm1b6hGlgnNZwx1x0WnI5H26da3W3fKMQsvZE4qGXmuWC0w fLDt7Sd9+BRjv+00tQ8v78MPlLumtN3eDAIYx3LXtyw1QlvyelY76b8pcFBUMb0K/2IN 5w4Q== Received: by 10.68.228.200 with SMTP id sk8mr15232742pbc.94.1338598727059; Fri, 01 Jun 2012 17:58:47 -0700 (PDT) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id of1sm4473770pbb.15.2012.06.01.17.58.45 (version=SSLv3 cipher=OTHER); Fri, 01 Jun 2012 17:58:46 -0700 (PDT) Message-ID: <4FC9652D.2060702@gmail.com> Date: Fri, 01 Jun 2012 17:58:21 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120504 Thunderbird/12.0.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Mads_Wors=F8e_Duun?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: Xorg falls back to vesa because KMS is enabled 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, 02 Jun 2012 00:58:47 -0000 On 06/01/12 12:59, Mads Worsøe Duun wrote: > I was told to ask here, even though this is about Xorg on PC-BSD > 9-STABLE-20120524. The problem is that Xorg unloads the Radeon module, and > falling back to vesa because KMS is enabled. My graphics card is a ATI > Radeon HD 2600 Pro (ChipID = 0x9589). > > I have attached both the Xorg.0.log file and a funny looking xorg.conf file > I tried to generate with Xorg -configure. > > Cheers, > Mads Worsøe Duun > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" Does rebuilding libdrm (and possibly dependent ports) without KMS config option fix this? Matt