From owner-freebsd-x11@FreeBSD.ORG Wed Oct 22 09:00:38 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 70043106566B; Wed, 22 Oct 2008 09:00:38 +0000 (UTC) (envelope-from nakaji@jp.FreeBSD.org) Received: from d4407.kankyo-u.ac.jp (unknown [IPv6:2001:3e0:a84:2::2]) by mx1.freebsd.org (Postfix) with ESMTP id CC4558FC1E; Wed, 22 Oct 2008 09:00:37 +0000 (UTC) (envelope-from nakaji@jp.FreeBSD.org) Received: from roddy.4407.kankyo-u.ac.jp.kankyo-u.ac.jp (localhost [IPv6:::1]) by d4407.kankyo-u.ac.jp (8.14.3/8.14.3) with ESMTP id m9M8axmF034082; Wed, 22 Oct 2008 17:36:59 +0900 (JST) (envelope-from nakaji@jp.freebsd.org) From: NAKAJI Hiroyuki To: Robert Noland References: <48FD6B69.60206@jp.freebsd.org> <1224645840.1639.24.camel@wombat.2hip.net> Date: Wed, 22 Oct 2008 17:36:58 +0900 In-Reply-To: <1224645840.1639.24.camel@wombat.2hip.net> (Robert Noland's message of "Tue, 21 Oct 2008 23:24:00 -0400") Message-ID: <87hc75auvp.fsf@roddy.4407.kankyo-u.ac.jp> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: freebsd-x11@freebsd.org Subject: Re: X+mga lockup on 8-current 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, 22 Oct 2008 09:00:38 -0000 >>>>> In <1224645840.1639.24.camel@wombat.2hip.net> >>>>> Robert Noland wrote: > > My video card is Matrox G550 using xf86-video-mga driver. And my > > 8-current box is updated on Oct 20. > > > > FreeBSD roddy.4407.kankyo-u.ac.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #150: > > Mon Oct 20 10:21:28 JST 2008 > > root@roddy.4407.kankyo-u.ac.jp:/usr/obj/usr/src/sys/RODDY i386 > > > > I've just updated the kernel and userland only. I rebuilt all xorg staff > > with the latest ports-current, but nothing resolved. /var/log/Xorg.0.log > > says many times, > > > > tossed event which came in late > > mieqEnequeue: out-of-order valuator event; dropping. > > > > Any help is appreciated. Thanks. > First thing, disable drm and see if the problem goes away. If it does, > then boot the machine with X disabled. Then kldload mga and set > hw.dri.0.debug=1. Then startx and send me or post the logs. > I don't have a 550, but I can try and check my g450 this weekend. Thank you. But today's kernel does not build. I'll try later. Because of this change? http://lists.freebsd.org/pipermail/svn-src-head/2008-October/000275.html cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/ppbus/ppi.c cc1: warnings being treated as errors /usr/src/sys/dev/ppbus/ppi.c: In function 'ppi_attach': /usr/src/sys/dev/ppbus/ppi.c:174: warning: passing argument 1 of 'device_printf' from incompatible pointer type /usr/src/sys/dev/ppbus/ppi.c:174: error: too few arguments to function 'device_printf' /usr/src/sys/dev/ppbus/ppi.c: In function 'ppiioctl': /usr/src/sys/dev/ppbus/ppi.c:505: error: 'ppbus' undeclared (first use in this function) /usr/src/sys/dev/ppbus/ppi.c:505: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/ppbus/ppi.c:505: error: for each function it appears in.) /usr/src/sys/dev/ppbus/ppi.c:498: warning: unused variable 'ppidev' *** Error code 1 -- NAKAJI Hiroyuki