From owner-freebsd-x11@FreeBSD.ORG Tue Apr 7 22:51:19 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 648F1106564A for ; Tue, 7 Apr 2009 22:51:19 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id EA0C88FC1A for ; Tue, 7 Apr 2009 22:51:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so2533755ewy.43 for ; Tue, 07 Apr 2009 15:51:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HP/iizhSYeJpybJLfxS4kgH4TbF+LXLRHngwL8MDOLw=; b=lQ+WFQeM81MBiddUZMZCOdxCkDKqeL3T+BHJDxClqEXkcgHiPYHAbGVNbHq6PMVF0d bwFWKcLfs3paCAqWgWU6hZgD6CoFalYw8P3S4aohxi1Sb0g3ZGtZqM/AA+sbditRjXeM axJcg2zCbjgr44ueePksrerwB3h+T6nIMQQkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=utSYAneXBxmfRyApcrQln9/cP/godJjbffjK5BcZwOJ/0aubclRCf5HNEGV5xIC0H4 t+qjN8wD1nLh4lpbbqllWFV6w9AZ7/oPBQ/Em6Opmmrm2fv4GWPm3HY9erGHw702fwGG ky3WH8q/9Jp1tdnKbA9vVGolB8aoqd1holED4= MIME-Version: 1.0 Received: by 10.210.16.10 with SMTP id 10mr4601202ebp.21.1239144678017; Tue, 07 Apr 2009 15:51:18 -0700 (PDT) In-Reply-To: References: <3a142e750904071335t72e3cdb4r70961125e29acef9@mail.gmail.com> Date: Wed, 8 Apr 2009 00:51:17 +0200 Message-ID: <3a142e750904071551obbfa773ned22ca8d37e1c7d1@mail.gmail.com> From: "Paul B. Mahol" To: Mark Atkinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Xorg blank display w/intel 915 on -current 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: Tue, 07 Apr 2009 22:51:19 -0000 On 4/7/09, Mark Atkinson wrote: > Paul B. Mahol wrote: > >> On 4/7/09, Mark Atkinson wrote: >>> With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get >>> is a blank screen. >>> >>> However, if I boot to an earlier kernel from Mar 25 (built to pick up the >>> vblank changes), X comes up fine. >>> >>> Interestingly enough, only the static kernel itself is making the >>> difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th >>> kernel. Attached is a working/non-working diff of Xorg.0.log. >> >> 1.6.0 is with hal support? > > 1.6.0 is the Xorg server version, and yes. My diff has some minor > differences where I launch one with sysmouse and one without. There may be > some problem with locking up the computer when launching without > moused/sysmouse, but I haven't narrowed that down yet. Mine Xorg works fine with intel and it is compiled without hal support. (I forced deletion of hal binaries) -- Paul