From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Guertin Subject: Re: [PATCH] Reintegrate legacy UMS. Date: Sat, 28 Aug 2010 16:03:38 -0400 Message-ID: <4C796B9A.3070302@dolphinling.net> References: <1282678274-18099-1-git-send-email-chris@chris-wilson.co.uk> <89k77n$opjlk4@fmsmga001.fm.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp2.uvm.edu (smtp2.uvm.edu [132.198.101.169]) by gabe.freedesktop.org (Postfix) with ESMTP id BC54F9E754 for ; Sat, 28 Aug 2010 13:03:46 -0700 (PDT) Received: from [216.114.142.129] (dsl128.wnskvtwa.sover.net [216.114.142.129]) (authenticated bits=0) by smtp2.uvm.edu (8.14.2/8.14.2) with ESMTP id o7SK3d5N013672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 28 Aug 2010 16:03:44 -0400 In-Reply-To: <89k77n$opjlk4@fmsmga001.fm.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 08/26/2010 01:20 PM, Chris Wilson wrote: > The branch is available for testing from > > http://cgit.freedesktop.org/~ickle/xf86-video-intel/log/?h=shadow > > To enable the use of the shadow, you will have to add > > Section "Device" > Option "Shadow" "True" > EndSection > > to your xorg.conf. I've built this (I hope correctly*), and added the configuration**, and I get the following line in my Xorg.log: [ 91.311] (WW) intel(0): Option "Shadow" is not used Is this expected? Also, when you say "You also lose EXA acceleration", do you mean UXA? Or am I confused? * What I did was modify gentoo's x11 overlay for xf86-video-intel from git, to pull from http://cgit.freedesktop.org/~ickle/xf86-video-intel instead of the normal place ** After a lot of confusion, I ran Xorg -configure, cropped the Device section out of its output, stuck it in xorg.conf.d, and added Option "Shadow" "True" to that section -- dolphinling