From owner-freebsd-x11@FreeBSD.ORG Fri Jun 1 13:22:35 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A182B16A41F for ; Fri, 1 Jun 2007 13:22:35 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 54FE413C45D for ; Fri, 1 Jun 2007 13:22:35 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id 5826D1929DA; Fri, 1 Jun 2007 15:22:34 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180704154; bh=lK5KfR9KzivbY/af+lapopT5Iuw=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=AtxGmEQcKaAOlJs7iQvWiKOMWg7xR1s9x/ivLZyG4v1x0wZqxFK7 aGVG7eb/FtpP75lqGjG1NdVJBQJjC/Qk+Lo1lz+s8zpbv4GAZU7PqecPD7wujZ8NBO4 OoHqVY8S8 X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VfPiDAJ++i8n; Fri, 1 Jun 2007 15:22:31 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 7F3551929F8; Fri, 1 Jun 2007 15:22:31 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 7459B511B4; Fri, 1 Jun 2007 15:22:31 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l51DMSpT078678; Fri, 1 Jun 2007 15:22:30 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Fri, 1 Jun 2007 15:22:27 +0200 User-Agent: KMail/1.9.6 References: <7C3101310BBC894E8A0D5FB2C36B95896432DD@ISKCMX01.virginblue.internal> In-Reply-To: <7C3101310BBC894E8A0D5FB2C36B95896432DD@ISKCMX01.virginblue.internal> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706011522.27685.dejan.lesjak@ijs.si> Cc: Kris Glynn Subject: Re: X 7.2 - Ports - DISPATCH ERROR! _glapi_add_dispatch failed to add glGetVertexAttribPointerv! 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: Fri, 01 Jun 2007 13:22:35 -0000 On Friday 01 June 2007 07:26:58 Kris Glynn wrote: > Hi > > I am having no luck getting X to start. > > I made a succesful build of X from the ports and my attached Xorg.0.log > looks clean yet X will not start and drops back to command line with the > following.. > > drm0: [ITHREAD] > DISPATCH ERROR! _glapi_add_dispatch failed to add > glGetVertexAttribPointerv! > DISPATCH ERROR! _glapi_add_dispatch failed to add > glGetVertexAttribPointerv! > DISPATCH ERROR! _glapi_add_dispatch failed to add > glGetVertexAttribPointerv! These are not that relevant, but from log: > Fatal server error: > could not open default font 'fixed' This seems to be the problem. Is x11/xorg metaport installed? Do you have font-misc-misc, font-cursor-misc and font-alias installed? Dejan