From owner-freebsd-x11@FreeBSD.ORG Wed Feb 18 23:37:21 2009 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 DDCD2106567B; Wed, 18 Feb 2009 23:37:21 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 651C38FC13; Wed, 18 Feb 2009 23:37:21 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 2B6CAA0773; Thu, 19 Feb 2009 00:37:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 1EBF8A0772; Thu, 19 Feb 2009 00:37:20 +0100 (CET) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 06ABDA0771; Thu, 19 Feb 2009 00:37:20 +0100 (CET) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2HF443) with ESMTP id 2009021900371925-86682 ; Thu, 19 Feb 2009 00:37:19 +0100 Received: by wep4035 (sSMTP sendmail emulation); Thu, 19 Feb 2009 00:37:17 +0100 From: "Alexey Shuvaev" Date: Thu, 19 Feb 2009 00:37:17 +0100 To: "Paul B. Mahol" Message-ID: <20090218233717.GA1566@wep4035.physik.uni-wuerzburg.de> References: <20090215212754.GA1627@wep4035.physik.uni-wuerzburg.de> <3a142e750902161442x46292b06qa1a74fff0561543b@mail.gmail.com> <20090217211450.GA1590@wep4035.physik.uni-wuerzburg.de> <3a142e750902171419u219d32d8v75c1796519abd006@mail.gmail.com> MIME-Version: 1.0 In-Reply-To: <3a142e750902171419u219d32d8v75c1796519abd006@mail.gmail.com> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 02/19/2009 12:37:19 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 02/19/2009 12:37:20 AM, Serialize complete at 02/19/2009 12:37:20 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-x11@freebsd.org Subject: Re: Xorg 7.4 and intel video: blank screen. 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, 18 Feb 2009 23:37:22 -0000 On Tue, Feb 17, 2009 at 11:19:47PM +0100, Paul B. Mahol wrote: > On 2/17/09, Alexey Shuvaev wrote: > > On Mon, Feb 16, 2009 at 11:42:32PM +0100, Paul B. Mahol wrote: > >> Did you disabled both DRI and ACCEL ? > >> > >> Option "NoAccel" "1" > >> Option "DRI" "0" > >> > >> I found that disabling only DRI will make strange problems until > >> software cursor is > >> enabled .... cursor being drawed incorrectly(945GM). > >> > > Ok I have tried this. Somewhat better but not success anyway. > > The first start is good. The second and all subsequent do not cause > > any lock, I see the background (root window) slowly drawing and I see > > partially drawn mouse cursor (movable). I can exit Xserver with Ctrl-Alt- > > Backspace and safely return to console. > > Background is drawn much faster than in previous run (with acceleration) > > but it still takes seconds to cover ~50% of the screen and it is not > > complete even after minutes. It accelerates if I move mouse or press > > keys or there is some other daemon activity in the system. > > > > Two diff-s this time, first against running with acceleration and second > > diff between the first and the second runs without dri and acceleration. > > Maybe agp is problematic on amd64. > Did this happened before, or is just introduced with new Mesa/Xorg > stuff? Could you try it on i386? > Brrrrr... Ok I have deployed rather fresh i386 system here. No difference, the first start is good, all others are with definite on-screen corruptions. Logs are also the same as in amd64. (This was without DRI and ACCEL). As of before... I'm writing this mail from the same amd64 system but with Xorg 7.3 (Xserver 1.4.2). No problems even with ACCEL and DRI. Alexey.