From owner-freebsd-x11@FreeBSD.ORG Mon Oct 6 11:18:36 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 B05B11065686 for ; Mon, 6 Oct 2008 11:18:36 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id 857FC8FC0A for ; Mon, 6 Oct 2008 11:18:36 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2770622rvf.43 for ; Mon, 06 Oct 2008 04:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=s0MFsdjSDvFj95Hz7YBV9/R2IxFkBE2MwLIIOQIlmSM=; b=ao48NARxwCvgOie/TrSjkzJqDzHcLzxz25VMEl+tTIJkGjJWqY1Waz+LcMTq0S/o/j EBUrElGlutWCo8x6KqI2U5lz4z8sI6tmewrCCe2RSBMu4wevy2Kt0HDf01Ufqf2BD542 jvinNnv5ZlADlQ7lWjNpjcZAfEyouixXcmaOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Iih9Tl2+KjpcQAxFveQ/9nIQW7xvHKqSV9s9hp2OO8sEL/8116U86hSCOTRt0N/uTi nHFBw5FG+hnjm1KjeoBCzjBQZ9NWzfc5SAZUYBtGfr5ohE12dUvkAdC4BRnDfJidqtTc T81IWoZeRQH0V3iPpBCKwrc30WnRt6A+vGBp0= Received: by 10.140.143.9 with SMTP id q9mr2756250rvd.213.1223291916228; Mon, 06 Oct 2008 04:18:36 -0700 (PDT) Received: by 10.141.210.20 with HTTP; Mon, 6 Oct 2008 04:18:36 -0700 (PDT) Message-ID: <3a142e750810060418h2ac6ad8ftf6d32dbf48a44eaa@mail.gmail.com> Date: Mon, 6 Oct 2008 13:18:36 +0200 From: "Paul B. Mahol" To: haro@kgt.co.jp In-Reply-To: <20081006.120245.90902473.haro@kgt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081006.120245.90902473.haro@kgt.co.jp> 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: Mon, 06 Oct 2008 11:18:36 -0000 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.