Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Aug 2004 00:41:28 -0400
From:      T Kellers <timothyk@devel.njit.edu>
To:        Joao Pedras <jpedras@webvolution.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: x server breakage?
Message-ID:  <200408090041.28798.timothyk@devel.njit.edu>
In-Reply-To: <4116BD78.1000909@webvolution.net>
References:  <200408072138.i77LcPxJ070334@bunrab.catwhisker.org> <4116BD78.1000909@webvolution.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408090041.28798.timothyk>