From owner-freebsd-current@FreeBSD.ORG Tue Apr 27 21:42:55 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4B451065670 for ; Tue, 27 Apr 2010 21:42:55 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 5DAF08FC14 for ; Tue, 27 Apr 2010 21:42:55 +0000 (UTC) Received: from [77.41.96.17] (port=25617 helo=dc7700p.lissyara.su) by hosting.lissyara.su with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O6sYO-000EeG-Pr for current@freebsd.org; Wed, 28 Apr 2010 01:42:52 +0400 Message-ID: <4BD75A5A.7030606@lissyara.su> Date: Wed, 28 Apr 2010 01:42:50 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.1.9) Gecko/20100403 Thunderbird/3.0.4 MIME-Version: 1.0 References: <4BD6CBE6.9030303@lissyara.su> <4BD6ECBA.6010408@FreeBSD.org> <4BD6EF69.6000105@lissyara.su> <4BD6F0F0.6000204@FreeBSD.org> In-Reply-To: <4BD6F0F0.6000204@FreeBSD.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: current@freebsd.org Subject: Re: xorg hangs after last commits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 21:42:55 -0000 27.04.2010 18:13, Robert Noland пишет: > > > Alex Keda wrote: >> 27.04.2010 17:55, Robert Noland пишет: >>> >>> >>> Alex Keda wrote: >>>> Following recent changes in dri, xorg server freezes after 20-30 >>>> seconds of work. mouse works, but the image does not change. >>>> process xorg get 100% cpu >>>> if I delete/rename drm.ko - all OK (but, very slow) >>>> >>>> >>>> vgapci0@pci0:1:5:0: class=0x030000 card=0x12ff103c chip=0x791e1002 >>>> rev=0x00 hdr=0x00 >>>> vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' >>>> device = 'ATI RADEON X1200 Series (RS690)' >>>> class = display >>>> subclass = VGA >>>> bar [10] = type Prefetchable Memory, range 64, base 0xd0000000, size >>>> 134217728, enabled >>>> bar [18] = type Memory, range 64, base 0xd8500000, size 65536, enabled >>>> bar [20] = type I/O Port, range 32, base 0x1100, size 256, enabled >>>> bar [24] = type Memory, range 32, base 0xd8400000, size 1048576, >>>> enabled >>>> cap 01[50] = powerspec 2 supports D0 D1 D2 D3 current D0 >>>> cap 05[80] = MSI supports 1 message, 64 bit >>> >>> Ok, does this patch help? >> yes. I work without freeze more than 3 minutes =)) > > How about this one? it use with previous patch, or without it?