From owner-freebsd-x11@FreeBSD.ORG Sat Oct 23 15:36:25 2010 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 97A501065670 for ; Sat, 23 Oct 2010 15:36:25 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2442C8FC0C for ; Sat, 23 Oct 2010 15:36:24 +0000 (UTC) Received: by fxm17 with SMTP id 17so1555940fxm.13 for ; Sat, 23 Oct 2010 08:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5iZ4j14QpTy+Zz8/K/lowOxr9fhp2OKi1ffHKISeyYg=; b=ONz5RvKsvKRztU38QGiS1qEdxs1wo31qqKy08PKMbvk0zjoIuzon5X8OqkJNeojPsc pEUNf5RSYpK7nXR6KuKFqieoLkFwvVpjR0EqDRA+fTCIF0VsYjsmVqo0XZMXg9B/tJlr 0yWBtEZ3QqbP0a7qZrU7LcaIciKdthArg0cqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=a12On7l8a9eabOqgrCkBcKRldJazyxlpFjKoQ/xkMAXlGIXpu1vDio8jvLqgXwKydW oVHc+pUjLJium+tzwN+f1VZjjIJ87o3cskD8LhljYfgwOUDh885tVNoXMsMxWxavpnYk OSD4FlGjZofCyHPypzxyNTAijawE80eUq3ctc= Received: by 10.102.244.15 with SMTP id r15mr818699muh.130.1287846517419; Sat, 23 Oct 2010 08:08:37 -0700 (PDT) Received: from beastie.lan ([195.60.175.249]) by mx.google.com with ESMTPS id a16sm1974526fak.19.2010.10.23.08.08.35 (version=SSLv3 cipher=RC4-MD5); Sat, 23 Oct 2010 08:08:36 -0700 (PDT) Message-ID: <4CC2F9CA.5040501@gmail.com> Date: Sat, 23 Oct 2010 18:05:46 +0300 From: Andrey Kosachenko User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100920 Thunderbird/3.0.8 MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <4CBDD30E.3030803@pcbsd.org> <20101020013910.e2ad077c.daniel.bilik@neosystem.cz> <20101020020557.477cd211.daniel.bilik@neosystem.cz> <4CC1B43C.6010809@pcbsd.org> <4CC2F98F.7030307@gmail.com> In-Reply-To: <4CC2F98F.7030307@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Fw: Deignoring ports/x11-drivers/xf86-video-intel29 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: Sat, 23 Oct 2010 15:36:25 -0000 On 23.10.2010 18:04, Andrey Kosachenko wrote: > Hi, > > On 22.10.2010 18:56, Kris Moore wrote: > >> Well, your patches work. I just had to modify the intel-legacy Makefile >> to use autoconf:267 not 268, since 268 is broken in ports :) >> >> After that it compiled / installed fine. Working is another matter >> though... On my newer Pineview laptop X will startup with the intel >> driver, and run for about 5 seconds before going to a corrupted screen. >> Chris Wilson the original author had posted something last month about a >> buffer issue he was working on, its possible that is the culprit here, >> but I'm not certain. Tried legacy driver in question here (against ironlake chip): it is also compiled/installed. However as soon as X starts blank screen appears and seems only reboot allows to get laptop functional. I.e. there is no way to kill X or to switch to another console (though machine is available via network connection). Even after logging in remotely and killing X screen remains blank. Turning DRI off (Option DRI "false", commenting out dri, dri2, glx) didn't help. There is nothing suspicious in logs. -- WBR, Andrey Kosachenko