From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 3 19:15:43 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3448C106566C; Sat, 3 Mar 2012 19:15:43 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) by mx1.freebsd.org (Postfix) with ESMTP id 89C6F8FC08; Sat, 3 Mar 2012 19:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=8VwH2TNTw99uIlyKItueJ4eqHZ/6RpOTHhEhVcjEr0U=; b=VTNfnoWz7q1HTYcF+YcDSD+44HtKeN0oS25jQwI9FyUzl/OD6R7b0Fn3h5Cuxho8yfBT1ilYPwSGSA9e/ZI49ruGjULnLnbj9fsHxupBuX/1ptDU2bYqYWU5bi07yDJYkz8Qb7zW8LPjluZtZYAPWKhHnHN7zSsNyk0jpSrmoYg=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm2.ukr.net with esmtpsa ID 1S3uQa-000GZv-Es ; Sat, 03 Mar 2012 21:15:36 +0200 Date: Sat, 3 Mar 2012 21:15:35 +0200 From: Ivan Klymenko To: Alexander Motin Message-ID: <20120303211535.0e8395b1@nonamehost.> In-Reply-To: <4F52473A.3080101@FreeBSD.org> References: <4F2F7B7F.40508@FreeBSD.org> <4F3990EA.1080002@FreeBSD.org> <4F3C0BB9.6050101@FreeBSD.org> <4F3E807A.60103@FreeBSD.org> <4F3E8858.4000001@FreeBSD.org> <4F4ACF2C.50300@m5p.com> <4F4B67AB.40907@m5p.com> <4F4C17E2.2040101@m5p.com> <4F516281.30603@m5p.com> <4F51CAE9.20905@FreeBSD.org> <4F51E07C.4020706@FreeBSD.org> <4F521479.30704@FreeBSD.org> <4f523818.c70c440a.3d54.202dSMTPIN_ADDED@mx.google.com> <4F52473A.3080101@FreeBSD.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Garrett Cooper , freebsd-hackers@freebsd.org Subject: Re: [RFT][patch] Scheduling for HTT and not only X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 19:15:43 -0000 =D0=92 Sat, 03 Mar 2012 18:30:50 +0200 Alexander Motin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 03.03.2012 17:26, Ivan Klymenko wrote: > > I have FreeBSD 10.0-CURRENT #0 r232253M > > Patch in r232454 broken my DRM > > My system patched http://people.freebsd.org/~kib/drm/all.13.5.patch > > After build kernel with only r232454 patch Xorg log contains: > > ... > > [ 504.865] [drm] failed to load kernel module "i915" > > [ 504.865] (EE) intel(0): [drm] Failed to open DRM device for > > pci:0000:00:02.0: File exists [ 504.865] (EE) intel(0): Failed to > > become DRM master. [ 504.865] (**) intel(0): Depth 24, (--) > > framebuffer bpp 32 [ 504.865] (=3D=3D) intel(0): RGB weight 888 > > [ 504.865] (=3D=3D) intel(0): Default visual is TrueColor > > [ 504.865] (**) intel(0): Option "DRI" "True" > > [ 504.865] (**) intel(0): Option "TripleBuffer" "True" > > [ 504.865] (II) intel(0): Integrated Graphics Chipset: Intel(R) > > Sandybridge Mobile (GT2) [ 504.865] (--) intel(0): Chipset: > > "Sandybridge Mobile (GT2)" and black screen... > > > > do not even know why it happened ... :( >=20 > I've just rebuilt my Core2Duo laptop with r232454 and have no any=20 > problem with Xorg and (at least old) Intel video driver. Now writing=20 > this mail from it. Now started rebuilding of my home server. I am not=20 > sure how this change can cause such specific effect. Are you sure you=20 > haven't changed anything else unexpectedly? >=20 Sorry for the noise. :( I did manage to run the system with the new patch ULE only the fifth attempt... Diagnose the cause I have not succeeded :( This is probably a consequence of the experimental drivers for GPU builtin in Sandy Bridge... Thanks!