From owner-freebsd-x11@FreeBSD.ORG Sun Jul 10 18:19:43 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 643B71065670 for ; Sun, 10 Jul 2011 18:19:43 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1BE9D8FC13 for ; Sun, 10 Jul 2011 18:19:42 +0000 (UTC) Received: by qyk38 with SMTP id 38so2143069qyk.13 for ; Sun, 10 Jul 2011 11:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GtNCm6/p+Wvp9ukbFKVRo6lNRg7UNKmle1Z5Ft8CoRI=; b=G5F829t+zEN5RXb8bMTwC5qow+wPpH01WDBPR6cabHqg/xDmeyKRjeyQeX+PIaOi56 iEycQe/LKkwo/+Y39QxfOuxmiIwZczVdO+XQJBduPVfV9nON2vB6AF0XvjM4VSmVDJ0b 1KUDX34SG4cGCeKQ6cTcQWHF4I7l2G9DN7DS8= MIME-Version: 1.0 Received: by 10.229.241.131 with SMTP id le3mr3003475qcb.50.1310321981372; Sun, 10 Jul 2011 11:19:41 -0700 (PDT) Received: by 10.229.236.130 with HTTP; Sun, 10 Jul 2011 11:19:41 -0700 (PDT) In-Reply-To: <20110709174612.GN48734@deviant.kiev.zoral.com.ua> References: <20110630162315.GV48734@deviant.kiev.zoral.com.ua> <20110708092039.GL48734@deviant.kiev.zoral.com.ua> <20110708110243.GT48734@deviant.kiev.zoral.com.ua> <20110708182040.GC48734@deviant.kiev.zoral.com.ua> <20110708184413.GD48734@deviant.kiev.zoral.com.ua> <20110709174612.GN48734@deviant.kiev.zoral.com.ua> Date: Sun, 10 Jul 2011 21:19:41 +0300 Message-ID: From: George Liaskos To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Cc: x11@freebsd.org Subject: Re: Intel GPU kernel 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: Sun, 10 Jul 2011 18:19:43 -0000 On Sat, Jul 9, 2011 at 8:46 PM, Kostik Belousov wrote: > On Sat, Jul 09, 2011 at 12:18:53AM +0300, George Liaskos wrote: >> > Can you boot some Linux with kernel modesetting enabled on it ? >> >> Ok, i believe i got everything. I did a modprobe -v drm debug=6 >> http://pastebin.com/iEihVxQt >> >> > What version of ddx driver do you use ? >> >> head > > I am not completely sure what is going on, but driver tries to operate > with modelines that have 0 as vertical refresh. > > Do you have a Xorg config set ? Try to specify some reasonable range > for the monitor vertical refresh on the LVDS output. Or specify the > mode using xrandr after X started. Some progress, when a second monitor is connected a simple xrandr -q makes everything to work great! http://i.imgur.com/uStjz.jpg Is it possible to be a bug in drm edid parser? I found some patches from 2009 for linux but the code has changed significantly, just a thought. If you have any idea how to debug this please let me know. log: http://pastebin.com/WxSbbTm4 Regards, George