From owner-freebsd-x11@FreeBSD.ORG Tue Mar 20 16:54:42 2007 Return-Path: X-Original-To: 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 03EB016A400 for ; Tue, 20 Mar 2007 16:54:42 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6D36713C483 for ; Tue, 20 Mar 2007 16:54:41 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l2KGs5qD088302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Mar 2007 16:54:06 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <460011CF.8090501@unsane.co.uk> Date: Tue, 20 Mar 2007 16:54:39 +0000 From: Vince User-Agent: Thunderbird 1.5.0.9 (X11/20070129) MIME-Version: 1.0 To: x11@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: DRI and i945GM problems in xorg 7.2 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: Tue, 20 Mar 2007 16:54:42 -0000 Hi, I thought I'd try out the upcoming xorg a bit early and have installed xorg 7.2 from the git repository. All seems good and openbox and xfce4 run happily as do all my normal apps. Because of this I thought I'd give beryl a whirl even though i've see a few issues with it come up on here about the intel i810 driver and beryl. My issue seems to be different though. I started beryl from .xinitrc with a content of: xterm & beryl In the hope this would be simple enough that it wouldnt cause problems and I could then start anything else i needed (panels etc) from the xterm. What actually happened was that X started and then beryl started, I never actually saw the xterm. Once in X/beryl the cube seemed to be there and I could rotate it via the mouse or via the keyboard but i couldnt actually start any programs. This seemed relatively positive though so I ctl-alt-backspace out of Xwindows and got the following error. error: [drm:pid1254:drm_close] *ERROR* can't find authenticator After this trying to start X gives: (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. (EE) AIGLX: Screen 0 is not DRI capable MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel and trying to start beryl once X has started gives the traditional white screens (ie software rendering as far as i can tell.) Rebooting and restarting X removes these errors, I then tried starting beryl-manager from vanilla X and an xterminal, and got beryl up with an xterminal on screen. However the keyboard didnt seem to respond until i middle clicked (to see the pretty cube rotate ;) at which point all of my typing seemed to happen at once. This was replicateable. I tried starting up xfce4-panel but this never seemed to initialise, Killing off beryl worked and didnt cause the dri error and let the xfce4-panel start but of course beryl is still unusable. I dont suppose that anyone has come across this and found a solution? I'm running todays 7-CURRENT, and uptodate with ports from git as of this morning. I'm loading agp as a module and letting X load the drm.ko and i915.ko for drm. regards, Vince