From owner-freebsd-x11@FreeBSD.ORG Wed Feb 27 06:06:00 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C98A2FE8 for ; Wed, 27 Feb 2013 06:06:00 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by mx1.freebsd.org (Postfix) with ESMTP id 82AEFB2C for ; Wed, 27 Feb 2013 06:06:00 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md12so157952pbc.30 for ; Tue, 26 Feb 2013 22:05:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=6UPuUaboUEUOaO2L5Ms8tDDC/1tGBfIKwckK3VE9bXo=; b=ciOxu3X5+OfxW/tF6osXEeO8bQseLzJcSTJdUxH3FkoB5C4P31iuvAEPEEbmxRoLDn P65asshUWSsmLmpsw+d29Apqdag4+f14QiphzMNum1Js4CCav+PmZePxg0z8uSedSrTr Z38u1yekdxWAd4fxQsTfAveCfcJSXh3NtuCmsmiU7XYXPAR57MrwGLalr4kndKxCi1jw r6AU6a+pcRD/VzqKFclw0meQaTl2gNVJ856MUHyilvVyC1rLQk743DdNC/J1a1s8xitc 6G4BOh+6ej93hOgkjZ1eecPoYeej3FwJ4oukA7YDomt8MPS6x4uKTQWztmgG47OqSj3m EByg== X-Received: by 10.66.89.226 with SMTP id br2mr5745174pab.57.1361945154411; Tue, 26 Feb 2013 22:05:54 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id d8sm4117492pax.23.2013.02.26.22.05.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Feb 2013 22:05:53 -0800 (PST) Message-ID: <512DA1F8.2060904@gmail.com> Date: Tue, 26 Feb 2013 22:04:40 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130224 Thunderbird/17.0.3 MIME-Version: 1.0 To: Hannes Subject: Re: Radeon UMS and NEW_XORG References: <512D2460.4020907@fsfe.org> In-Reply-To: <512D2460.4020907@fsfe.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Feb 2013 06:06:00 -0000 On 02/26/13 13:08, Hannes wrote: > Hi folks, > > I have just updated to NEW_XORG and with it received: > xf86-video-ati-6.14.3_1 > > This tries to do KMS and fails, which is expected behaviour. *However* > this version should still be capable of UMS. How can I force it to use > UMS? The Kernel and DRM are still capable of Radeon UMS, as is proven > when using old Xorg. > > On Linux this has to do with the Kernel advertising modesetting (or not) > and the Kernel-Parameter "nomodeset" deactivates modesetting (which is > then detected by the driver). How can I achieve this with FreeBSD? > > Thank you for your help, > Hannes > > P.S: Please don't tell me to just use the old XORG. I would like to work > with the new stuff and the software should work. I would also like to > experiment with the new TTM stuff, when I have the time, but UMS is > basic for now (vesa sucks). > > P.P.S: on an unimportant sidenote: is there llvmpipe on FreeBSD? > _______________________________________________ > 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" > Is the drm option active on the port graphics/libdrm? It needs to be off. Matt