From owner-freebsd-current@FreeBSD.ORG Tue Jan 24 22:00:30 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796B216A41F for ; Tue, 24 Jan 2006 22:00:30 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42CB43D73 for ; Tue, 24 Jan 2006 22:00:26 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.2.100] (ilm25-61-097.ec.rr.com [24.25.61.97]) by ms-smtp-03-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k0OM0MTQ015491; Tue, 24 Jan 2006 17:00:22 -0500 (EST) Message-ID: <43D6A2EC.5040000@ec.rr.com> Date: Tue, 24 Jan 2006 16:58:04 -0500 From: jason henson User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nicolas Blais References: <200601212325.54004.nb_root@videotron.ca> <20060122051145.ED3D017033@radagast.ijs.si> <200601220936.39652.nb_root@videotron.ca> In-Reply-To: <200601220936.39652.nb_root@videotron.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Dejan Lesjak , freebsd-current@freebsd.org Subject: Re: Radeon 9550 + R300 DRM + Xorg 6.9 = freeze 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, 24 Jan 2006 22:00:30 -0000 Nicolas Blais wrote: >>>So I resume: >>> 1. Xorg 6.9.0 + R300 DRM + dri causes freeze >>> 2. Disable dri+glx in Xorg.conf makes X work again (without drm) >>> 3. xorgcfg tries to start in 1600x1200 for a screen capable of only >>>1280x1024, rendering it useless. >>> >>>Anyone using a R300 powered card (Radeon 9550/9600) with DRM+Xorg 6.9.0 >>>out there? >>> >>>dmesg: >>>vgapci0: port 0xe000-0xe0ff mem >>>0xe8000000-0xefffffff,0xfbe00000-0xfbe0ffff irq 16 at device 0.0 on pci1 >>>drm0: on vgapci0 >>>info: [drm] AGP at 0xe0000000 64MB >>>info: [drm] Initialized radeon 1.19.0 20050911 >>>vgapci1: mem >>>0xf0000000-0xf7ffffff,0xfbf00000-0xfbf0ffff at device 0.1 on pci1 >>> >>Somewhat like this: >>http://lists.freedesktop.org/archives/xorg/2006-January/012303.html ? >>You can try the mentioned patch by putting patch-radeon from here: >>http://www.ijs.si/~lesi/xorg/patch-radeon >>in x11-servers/xorg-server/files directory and reinstalling xorg-server >>port. >> >> >>Dejan >> > >Ok, just reinstalled xorg-server with the patch, and unfortunatly this patch >did nothing for me. >Same symptoms. I even checked to se if the patch was really applied and it >was. >I wish I knew where to start with this problem, but I can't do anything during >that freeze. > >I'm also starting to hate write_caching... Since I lived without dri before, >It's not really critical, but being able to get more than 80fps in glxgears >and being able to use an OpenGL app/screensaver would be nice :) > >Nicolas. > I used to have the same problem, but here is what I thinl fixed mine. After my last build world/kernel I noticed something new to me. make delete-old and make delete-old-libs. I did that and rebuilt all my ports. It has seemed to solved several problems for me.