From owner-freebsd-x11@FreeBSD.ORG Mon Nov 12 16:02:39 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70D49112 for ; Mon, 12 Nov 2012 16:02:39 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep28.mx.upcmail.net (fep28.mx.upcmail.net [62.179.121.48]) by mx1.freebsd.org (Postfix) with ESMTP id 61C5F8FC12 for ; Mon, 12 Nov 2012 16:02:31 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep15-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20121112154507.UZHI22081.viefep15-int.chello.at@edge03.upcmail.net>; Mon, 12 Nov 2012 16:45:07 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge03.upcmail.net with edge id Nfkz1k0110i5fp603fkzpd; Mon, 12 Nov 2012 16:45:07 +0100 X-SourceIP: 178.84.132.32 Message-ID: <50A11979.4080409@rainbow-runner.nl> Date: Mon, 12 Nov 2012 16:44:57 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Alex Zepeda Subject: Re: Intel HD 2500 display corruption References: <509F4422.3090403@inferiorhumanorgans.com> In-Reply-To: <509F4422.3090403@inferiorhumanorgans.com> X-Antivirus: avast! (VPS 121112-0, 12-11-2012), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Nov 2012 16:02:39 -0000 On 11-11-2012 7:22, Alex Zepeda wrote: > Motherboard: Gigabyte Z77M-D3H-MVP > CPU: i5-3570 > RAM: 32GB > Display: Dell U2410 via DVI cable/port > > FreeBSD 8.3 (amd64): > > The VESA driver worked somewhat. Display corruption and inability to > restart the X server were the big problems. > > FreeBSD 9.1-RC2 (amd64): > > Intel driver worked, but display corruption was still an issue. If I > tried to play a video, I'd get a GPU hanged, acceleration disabled > message and then the display corruption would vanish (video wouldn't > play, however). > > FreeBSD 9.1-RC3 (amd64): > > Significant display corruption. Display is unusable, videos play > (presumably with xvideo) with significant corruption. This sounds like a problem I heard about, the following patch resolved that problem. Could you apply it and rebuild graphics/dri and see if that helps? http://people.freebsd.org/~kwm/mesa-ivybridge.diff -Koop > Ubuntu 12.10 live CD (amd64): > > Accelerated 2D graphics work perfectly with no noticeable corruption. > > Installed software: > > # portversion -v -L = > dri-7.11.2_2,2 > succeeds port (port has 7.6.1_2,2) > libGL-7.11.2_2 > succeeds port (port has 7.6.1_2) > libGLU-7.11.2_1 > succeeds port (port has 7.6.1_1) > libdrm-2.4.31_1 > succeeds port (port has 2.4.17_1) > mplayer2-2.0.20120517_1 < needs updating (port has 2.0.20121103) > ruby-1.9.3,1 < needs updating (port has 1.9.3.327,1) > xf86-video-intel-2.17.0_1 > succeeds port (port has 2.7.1_4) > xorg-server-1.10.6_1,1 > succeeds port (port has 1.7.7_6,1) > > Attached are: > > dmesg.out: The dmesg output from a 9.1-RC3 kernel after running kenv > drm.debug=2. > > gpu_error_state.txt: An abbreviated output of i915_error_state from the > RC2 kernel. > > pciconf.txt: The output of pciconf -lvb > > - alex > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"