From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 01:56:59 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35D2016A492 for ; Sun, 10 Dec 2006 01:56:59 +0000 (UTC) (envelope-from patfbsds+x11@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410F543C9F for ; Sun, 10 Dec 2006 01:55:50 +0000 (GMT) (envelope-from patfbsds+x11@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 3EF81A6C23 for ; Sun, 10 Dec 2006 02:56:57 +0100 (CET) From: Patrick =?utf-8?q?Lamaizi=C3=A8re?= Organization: >/dave/nulle To: freebsd-x11@freebsd.org Date: Sun, 10 Dec 2006 02:56:56 +0100 User-Agent: KMail/1.9.4 References: <457AAFB6.6030501@FreeBSD.org> <200612091406.23424.patfbsds+x11@davenulle.org> <20061209143256.GA45523@mail.scottro.net> In-Reply-To: <20061209143256.GA45523@mail.scottro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200612100256.56368.patfbsds+x11@davenulle.org> Subject: Re: Experimental X.org ports updated to 7.2-RC3 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 Dec 2006 01:56:59 -0000 Scott Robbins : > > I use the i810 driver. For me, DRI does not work at all (can't run > > Chromium by sample). It worked with the previous Xorg 7.1.1 > > I'm finding that I can't upgrade the DRI port, on both a CURRENT and > 6.2-PRERELEASE machine. These are my two main workstations, both with a > lot of cruft, and I haven't had a chance to test it on a cleaner > machine yet. No problem to build DRI here (i checked that all the Xorg modules are "buil= t=20 for Xorg 7.1.99") > > I've got another issue, when i switch to a console (alt+ctrl+Fn) and > > return to X, the mouse cursor is lost. The mouse works, i can select > > and clic on menus. > > I'm not finding that issue. (via onboard video, KM400 S3 Unichrome) So it is a problem of the i810 driver i think, i've found a work-around: Option "SWcursor" "YES" =46rom the man page of i810: =2D--- Option "SWCursor" "boolean" Disable or enable software cursor. Default: software cursor is disable and a hardware cursor is used for configurations where the hardware cursor is available. =2D--- Regards.