From owner-freebsd-x11@FreeBSD.ORG Mon Mar 14 10:35:42 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ACF2106564A; Mon, 14 Mar 2011 10:35:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id A571B8FC17; Mon, 14 Mar 2011 10:35:41 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward11.mail.yandex.net (Yandex) with ESMTP id B463AE812C5; Mon, 14 Mar 2011 13:35:39 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1300098939; bh=4lAvFrbgmZlcZ+T2VztOBPMa13I1rzP2AOGE160kW40=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=rFb5JGB9yXc/9/Mfw5giDjHfWn7qCRCAnkqfeynKcECdh1qs5niO3FMdfAYqGHJus xdIqD3KmvpU6jKX4T4Px5MNWGQeaS/lIsOG2Fa7PKuNQrlVjqKjW/co68nR/GnChIq rHNyzJGEoB1ivPcvIADSJFFhyuu3WrHHRNhxqoAo= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 452134CC0033; Mon, 14 Mar 2011 13:35:39 +0300 (MSK) Message-ID: <4D7DEF1F.2080905@yandex.ru> Date: Mon, 14 Mar 2011 13:34:07 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.15) Gecko/20110306 Thunderbird/3.1.9 MIME-Version: 1.0 To: Kostik Belousov References: <1299844349.1472.93.camel@xenon> <4D7DC2E1.1010306@yandex.ru> <20110314090627.GH78089@deviant.kiev.zoral.com.ua> In-Reply-To: <20110314090627.GH78089@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Ports , x11@freebsd.org Subject: Re: [ECFT] drm/dri/mesa/xorg-server update [Part 1] 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: Mon, 14 Mar 2011 10:35:42 -0000 14.03.2011 12:06, Kostik Belousov пишет: > On Mon, Mar 14, 2011 at 10:25:21AM +0300, Ruslan Mahmatkhanov wrote: >> 14.03.2011 00:03, George Liaskos пишет: >>>> The crash is probably happening the first time something tries to access >>>> dri, libdrm. >>> >>> I believe that kwin tries to use desktop effects by default. Better >>> try a simple xinit for start to see how it goes and post the log. >>> >>> Ok, after some research about the patch i believe that this how it should >>> be : >>> >> >> Tried both this patch and previous one. It compiles fine, but still doesn't >> working. There is the messages: >> >> Xorg.0.log: >> [ 22.760] (II) intel(0): I830CheckAvailableMemory: 4026368 kB available >> [ 22.760] drmOpenDevice: node name is /dev/dri/card0 >> [ 22.761] Failed to change owner or group for file /dev/dri! 2: No such >> file or directory >> [ 22.761] Failed to change owner or group for file /dev/dri/card0! 2: No >> such file or directory >> [ 22.761] drmOpenDevice: open result is -1, (No such file or directory) >> [ 22.761] Failed to change owner or group for file /dev/dri/card0! 2: No >> such file or directory >> [ 22.761] drmOpenDevice: open result is -1, (No such file or directory) >> [ 22.761] drmOpenDevice: Open failed > This is only an excerpt from the full log, and it is due to slightly weird > open procedure for drm node. Either post the whole log, or look at > the log down, where driver should say that drm opened and dri initialized. > Yes, you are right. But i thought it worth mentioned. >> gdm/:0.log >> /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers/intel_drv.so: >> Undefined symbol "dixRequestPrivate" > This looks more serious and might be the actual cause of failed startup. Seems so. -- Regards, Ruslan