From owner-freebsd-x11@FreeBSD.ORG Wed Oct 8 02:38:59 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 E4CA610656AE for ; Wed, 8 Oct 2008 02:38:59 +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 94D958FC1E for ; Wed, 8 Oct 2008 02:38:59 +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 0CA3D3C3D1F3; Wed, 8 Oct 2008 11:38:59 +0900 (JST) Received: from localhost (posh.tt.kgt.co.jp [192.168.15.51]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 731F04771C; Wed, 8 Oct 2008 11:38:58 +0900 (JST) Date: Wed, 08 Oct 2008 11:39:03 +0900 (JST) Message-Id: <20081008.113903.54395542.haro@kgt.co.jp> To: rnoland@FreeBSD.org From: haro@kgt.co.jp In-Reply-To: <1223347136.1749.13.camel@wombat.2hip.net> References: <1223269315.1619.81.camel@wombat.2hip.net> <20081007.100210.119716585.haro@kgt.co.jp> <1223347136.1749.13.camel@wombat.2hip.net> 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: Wed, 08 Oct 2008 02:39:00 -0000 From: Robert Noland Date: Mon, 06 Oct 2008 22:38:56 -0400 ::On Tue, 2008-10-07 at 10:02 +0900, haro@kgt.co.jp wrote: ::> From: Robert Noland ::> Date: Mon, 06 Oct 2008 01:01:55 -0400 ::> ::On Mon, 2008-10-06 at 12:02 +0900, haro at kgt dot co dot 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. ::> ::> ::> ::> I've attached the xorg.conf and Xorg.0.log file for i810 and intel ::> ::> drivers. ::> ::> ::> ::> Is there anyway to get things working, as par with i810, for intel ::> ::> driver? ::> ::> ::> ::> One more side note: ::> ::> I have to remove the drm.ko to make my X-Server working, since the ::> ::> DRM updates for -current in August(?) kills my notebook completely, ::> ::> and have to remove the battery and AC-adopter to make it even reboot. ::> ::> IIRC, older DRM from June/July criteria used to work just fine. ::> :: ::> ::I'll try and let someone else address the specifics of the i810 / intel ::> ::driver. As far as drm goes, it should be working reasonably well on ::> ::CURRENT now. ::> :: ::> ::robert. ::> ::> Robert, ::> ::> Thanks for heads up. ::> I updated my -current notebook and tried the newest DRM code and older code ::> from Oct 1st, but both didn't make any difference. ::> Kldloading drm.ko seems fine, but starting X server and boooom it goes. :-( ::> ::> Is there anyway I can test the drm.ko, without using X-server? ::> Also are there any integration mis-matches between drm.ko, libdrm and ::> xf86-video-{intel,i860} that I should care about? ::> ::> Thanks, ::> haro ::> ::> Driver "i810" ::> ::> VendorName "Intel Corporation" ::> ::> BoardName "82852/855GM Integrated Graphics Device" :: ::I just noticed that you have one of the 852/5 chips. Try disabling ::tiling for the moment... :: ::robert. Robert, Thank you for looking into it. I still use the i810 driver and it does not seem to support the "Option Tiling False" setting in xorg.conf file. So I just set "Option DRI False" to diable the whole thing, for the time being. ;-) Thanks, haro