From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 16:06:00 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 26B2F16A4CE for ; Tue, 7 Sep 2004 16:06:00 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECF343D53 for ; Tue, 7 Sep 2004 16:05:59 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i87G37mk041118; Tue, 7 Sep 2004 12:03:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i87G33jK041115; Tue, 7 Sep 2004 12:03:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 7 Sep 2004 12:03:02 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Anton Nikiforov In-Reply-To: <413DCA0B.8080503@nikiforov.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Wed, 08 Sep 2004 11:41:53 +0000 cc: freebsd-current@freebsd.org Subject: Re: X.org plus Dell Latitude X300 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: Tue, 07 Sep 2004 16:06:00 -0000 On Tue, 7 Sep 2004, Anton Nikiforov wrote: > Does someone of you succsess with runing X.org on Dell Latitude X300. > This notebook has Intel 8285xM (85xGM GMCH) SVGA controller And in > Xorg.0.log i always have something like xf86MapVidMem: Could not mmap > /dev/vga (Invalid argument) The error message is a bug in the X server. It's actually looking for /dev/mem or /dev/io. Check that you have "device mem" and "device io" in your kernel configuration, which recently become compile-time options in the kernel rather than always compiled in. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > options VESA > device vga > device agp > are presented in the kernel but the /dev/vga is not available. > > The sytem is 5.3BETA3 (cvsuped yesturday). > > -- > Best regads, > Anton > >