From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 9 20:33:53 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4D716A4CF for ; Fri, 9 Apr 2004 20:33:53 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D7443D45 for ; Fri, 9 Apr 2004 20:33:53 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i3A3Xp4u023653; Sat, 10 Apr 2004 13:33:51 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3A3XmGQ024145; Sat, 10 Apr 2004 13:33:49 +1000 Date: Sat, 10 Apr 2004 13:33:47 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Kris Kennaway In-Reply-To: <20040410012930.GB64574@xor.obsecurity.org> Message-ID: <20040410132923.G24073@gamplex.bde.org> References: <200404060110.i361AOiC038363@freefall.freebsd.org> <20040406045132.GA63152@gilberto.physik.rwth-aachen.de> <20040406045617.GA63319@gilberto.physik.rwth-aachen.de> <20040410012930.GB64574@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-bugs@freebsd.org Subject: Re: misc/65212: running startx hangs the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 03:33:53 -0000 On Fri, 9 Apr 2004, Kris Kennaway wrote: > On Tue, Apr 06, 2004 at 06:56:17AM +0200, Christoph P. Kukulies wrote: > > > I had a similar problem. But changing the graphics card to an MG200 AGP didn't > > > change the picture. After I took out SMB and APIC from the kernel config > > > I was able to use X again and the hangup disappeared. > > > > SMP of course, sorry for the typo. > > Were you using any modules? They need to be recompiled for SMP. Er, modules shouldn't depend on any options. None in the tree changed when I tested rebuilding them with -DSMP. Bruce