From owner-freebsd-x11@FreeBSD.ORG Wed Dec 14 20:43:21 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5FA2106566B for ; Wed, 14 Dec 2011 20:43:21 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from omr13.networksolutionsemail.com (omr13.networksolutionsemail.com [205.178.146.63]) by mx1.freebsd.org (Postfix) with ESMTP id 8C3BB8FC18 for ; Wed, 14 Dec 2011 20:43:21 +0000 (UTC) Received: from cm-omr6 (mail.networksolutionsemail.com [205.178.146.50]) by omr13.networksolutionsemail.com (8.13.8/8.13.8) with ESMTP id pBEKhKVr020213 for ; Wed, 14 Dec 2011 15:43:20 -0500 Authentication-Results: cm-omr6 smtp.user=adamk@mckella280.com; auth=pass (CRAM-MD5) X-Authenticated-UID: adamk@mckella280.com Received: from [68.38.117.6] ([68.38.117.6:58106] helo=[192.168.5.101]) by cm-omr6 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id 3C/44-09033-86A09EE4; Wed, 14 Dec 2011 15:43:20 -0500 Message-ID: <4EE90A68.3060002@comcast.net> Date: Wed, 14 Dec 2011 15:43:20 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: tomdean@speakeasy.org, freebsd-x11@freebsd.org References: <1323892513.3799.65.camel@asus> In-Reply-To: <1323892513.3799.65.camel@asus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Radeon UMS Mode 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: Wed, 14 Dec 2011 20:43:22 -0000 On 12/14/2011 2:55 PM, Thomas D. Dean wrote: > I have an ASUS P9X79 motherboard, Intel i7-3930K, Radeon HD 6840, ASUS > V228 monitor. FreeBSD 9.0(RC2). > > Xorg -configure wants to use the radeon driver. I know, FreeBSD does > not have KMS. 'man radeon' talks about options for KMS and UMS, KMS > only, and UMS only. > > How may I force UMS mode? You can't. HD6xxx and higher GPUs will only work with the radeon driver with KMS (1). > I see references on how to do it with the > 'other' OS, involving radeon.modeset=0. > # grep -i modeset `find /usr/src/sys -iname \*radeon\*` > produces nothing. > > When I use the Vesa driver, the monitor reports some modes like > "1920x1080"x60.0. > > How may I use this mode with the Vesa driver? > > tomdean What do you mean by "the monitor reports some modes"? Where do you see those modes reported? Unless the video card manufacturer programmed the mode into the cards BIOS (and few do that with HD modes), it's not possible to get the vesa driver to work with that mode. In fact, I'm not even sure the vesa driver driver will handle HD modes even if they are programmed in. (1) There are a very few HD6xxx model GPUs that actually use the Evergreen chipset which can use the radeon driver (without any acceleration) with UMS.