From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 04:41:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40FD16A4CE for ; Mon, 9 Aug 2004 04:41:30 +0000 (GMT) Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.5.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77EA543D39 for ; Mon, 9 Aug 2004 04:41:30 +0000 (GMT) (envelope-from timothyk@devel.njit.edu) Received: from www.smsdesign.org (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta6.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I25003YFX1D6F@mta6.srv.hcvlny.cv.net> for freebsd-current@freebsd.org; Mon, 09 Aug 2004 00:41:37 -0400 (EDT) Date: Mon, 09 Aug 2004 00:41:28 -0400 From: T Kellers In-reply-to: <4116BD78.1000909@webvolution.net> To: Joao Pedras Message-id: <200408090041.28798.timothyk@devel.njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.6.2 References: <200408072138.i77LcPxJ070334@bunrab.catwhisker.org> <4116BD78.1000909@webvolution.net> cc: freebsd-current@freebsd.org Subject: Re: x server breakage? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 04:41:30 -0000 On Sunday 08 August 2004 07:55 pm, Joao Pedras wrote: > Tim, > > did you figure this one out? After I added 'io' it started complaining > about /dev/vga not > being there. > > The xserver log error is 'xf86MapVidMem: Could not mmap /dev/vga > (Invalid argument) > > I do have 'device vga' in the kernel. > > Thanks! I added the following back into my kernel config: +# Pseudo devices. +device mem # Memory and kernel memory devices +device io # I/O device I already had this in the broken (now working with the 2 above lines added-in) kernel: device vga # VGA video card driver Everything is working, now. (Though mozilla still sometimes hogs the CPU and locks up X): FreeBSD www.smsdesign.org 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Sat Aug 7 18:41:05 EDT 2004 timothyk@smsdesign.org:/usr/obj/usr/src/sys/BRASIDAS i386 Tim