From owner-freebsd-x11@FreeBSD.ORG Wed Mar 5 18:02:54 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 D23B4106566B for ; Wed, 5 Mar 2008 18:02:54 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by mx1.freebsd.org (Postfix) with ESMTP id DE6D28FC12 for ; Wed, 5 Mar 2008 18:02:53 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by gv-out-0910.google.com with SMTP id n40so1775564gve.39 for ; Wed, 05 Mar 2008 10:02:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; bh=iNdamjTg4Tsk71KR0AgL7Og9Yu82sjcRDccuzuPcxVc=; b=CeNhzVeC7/9Vi9/iptPIi+TqfgV65PYyAVgMgh6cRchGQVGpo7J0aVw0pROJSsAk05Gect8wkv7bELb39PoPCpz0jHCzT9cLEB+viaoAjkEk+IBBvk/6WKjt6bxIcjMeS9NOj/Op7iEj4ullPR9Yo8xFt2TFRLDlUOQK5IwOVk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=LBSUG5g4bq91TmBVVUYoiP1hujMM4ioJEDO3/Q3FUaJnVbfJz5A2SL9pdUa38NVZb5cR4oC4N4s6B7IduQpW92XavG29ZCszhOVjhha5xh9EproZ55OIYPWbrdYiKVrWU+eAHEIacKS1fTIhm0SWMQj95/xsscdUEqGH91eFTBU= Received: by 10.78.138.6 with SMTP id l6mr7589283hud.3.1204740172489; Wed, 05 Mar 2008 10:02:52 -0800 (PST) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id m5sm2175924gve.11.2008.03.05.10.02.51 (version=SSLv3 cipher=RC4-MD5); Wed, 05 Mar 2008 10:02:51 -0800 (PST) From: Tom Evans To: Oliver Fromme In-Reply-To: <200803051715.m25HFKXG036377@lurza.secnetix.de> References: <200803051715.m25HFKXG036377@lurza.secnetix.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-sXfI8qtTR5c9OX1278qs" Date: Wed, 05 Mar 2008 18:02:50 +0000 Message-Id: <1204740170.2126.230.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: freebsd-x11@FreeBSD.ORG Subject: Re: i915 DRI broken after upgrade to 7.0-Release 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, 05 Mar 2008 18:02:54 -0000 --=-sXfI8qtTR5c9OX1278qs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2008-03-05 at 18:15 +0100, Oliver Fromme wrote: > Tom Evans wrote: > > i810 driver is version 1.6.?=20 > > The next version of the driver is version 2.0, when it was renamed to > > intel. The latest 'intel' driver is the latest update of the i810 > > driver. >=20 > OK, so that means the the "i810" driver is obsolete, right? > So I deleted the i810 driver and re-installed the intel one. Yep > > I've attached my config for the intel driver, showing a dual screen > > setup for my laptop. The DRI has limits on the available virtual scree= n > > size, my two screens add up to a virtual of 2680x1050, which is above > > the maximum of 2048 in any dimension. Basically, if you want DRI, find > > the "Virtual" portion of the "Screen" and change it to "Virtual 2048 > > 2048". If you need bigger, adjust it appropriately, but you will lose > > DRI. >=20 > My config is a lot simpler. I don't have dual-screen, > and I don't use a virtual screen (my window manager=20 > already provides unlimited virtual desktops, which I > think is more convenient than xorg's virtual screens). > My resolution is 1400 x 1050. It did work fine with > pretty much the same configuration before the update. The advantage for me is that Virtual describes the total addressable screen area. My laptop screen is 1400x1050, so this is all that is configured in xorg. But by setting a larger Virtual, I can plug an external monitor or projector into the VGA port, and enable it without restarting X or interrupting any running X program simply by issuing ``xrandr --output VGA --mode 1280x1024 --left-of LVDS'' and then off with ``xrandr --output VGA --off''. This is one of the main features of the intel driver, xrandr 1.2 support and proper modesetting (so no more 915resolution hacks are required, if they were for you and the i810 driver). > I've compared your config with mine, but I don't see > any significant difference. It still doesn't work. > I tried various bit depths, but it only changes the > number in the error message, now it is 0x7d: >=20 > libGL warning: 3D driver claims to not support visual 0x7d >=20 > which is, according to xdpyinfo: >=20 > visual id: 0x7d > class: TrueColor > depth: 32 planes > available colormap entries: 256 per subfield > red, green, blue masks: 0xff0000, 0xff00, 0xff > significant bits in color specification: 8 bits >=20 Yes, I also get this. I've not noticed any problems related to this warning, and I also have seen this for my nvidia based linux box. I just assumed it is informational, and wouldn't cause any major problems (I may well be wrong :) Cheers Tom --=-sXfI8qtTR5c9OX1278qs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHzuBGlcRvFfyds/cRAn7WAKCh+LigpPOujYtNmjMUXbLq717bPwCgog9t /HbAFZlbbM49bcyaVAGZwdI= =h6C6 -----END PGP SIGNATURE----- --=-sXfI8qtTR5c9OX1278qs--