From owner-freebsd-x11@FreeBSD.ORG Tue Oct 7 01:11:27 2008 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 92CAA1065692 for ; Tue, 7 Oct 2008 01:11:27 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from mail02.kgt.co.jp (dmz02.kgt.co.jp [210.141.246.82]) by mx1.freebsd.org (Postfix) with ESMTP id 62C428FC27 for ; Tue, 7 Oct 2008 01:11:27 +0000 (UTC) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (unknown [210.141.246.71]) by mail02.kgt.co.jp (Postfix) with ESMTP id EBCAB3C3D207; Tue, 7 Oct 2008 10:11:26 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id CB52047711; Tue, 7 Oct 2008 10:11:26 +0900 (JST) Date: Tue, 07 Oct 2008 10:11:26 +0900 (JST) Message-Id: <20081007.101126.17412019.haro@kgt.co.jp> To: onemda@gmail.com From: haro@kgt.co.jp In-Reply-To: <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> References: <20081006.120245.90902473.haro@kgt.co.jp> <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Regression with intel driver over i810 driver 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 Oct 2008 01:11:27 -0000 From: "Paul B. Mahol" Date: Mon, 6 Oct 2008 13:18:36 +0200 ::On 10/6/08, haro@kgt.co.jp wrote: ::> Hi list, ::> ::> I've been using xf86-video-i810 driver, but as its been marked BROKEN, ::> I tried the new xf86-video-intel-2.4.2 to see how it works out. ::> ::> But as the subject suggets, intel driver does not seem to handle the ::> "Virtual 1280 1024" setting in my xorg.conf, that worked fine with i810, ::> and only capable of handling the real 1024x768 for my notebook PC. :: ::It is still possible to compile and use i810 driver, just make sure that rigt version of libdrm-2.3.0 is installed (not libdrm-2.3.1), after that edit xf86-video-i810 port Makefile and remove line that contain word BROKEN. :: ::i810 is obsolete and it is possible that it will not work at all with newer Xorg servers .... :: ::DRM bug with some intel chipsets is fixed in recent CURRENT. :: ::For bugs in intel driver - contact xf86-video-intel developers. Hi Paul, I reverted to libdrm-2.3.0 and was able to compile xf86-video-i810 port. Xf86-video-i810 seems to work again with X-server. Thanks for the tip. I'll contact the xf86-video-intel developers to see what can be done. Thanks, Haro