From owner-freebsd-x11@FreeBSD.ORG Mon Apr 13 04:31:11 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB719106566B for ; Mon, 13 Apr 2009 04:31:11 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 68E018FC0A for ; Mon, 13 Apr 2009 04:31:11 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so1166865ywh.13 for ; Sun, 12 Apr 2009 21:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9HifxfET3dKzd1xHTMiFsl+yy1L9L4CDxg0cQ3Z05Bs=; b=vYI+eo18jZmnCN/97IGCexe8Yg4MRZ6j7qu7NV4pgKmRnpDB4rguSwOilnhJ67fSl0 4Nh47vUsK5Ebc8IohEgacN7VkL3rKNBsgWpAvTh5DFdbluK4lww/DGH+dXLdIZ3iKyTo wPBcaPPvFMZbpVwMoeBL/wo0Zlb4teqm26wU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VY2d/ET6i9i6bZlOkzMRE5HVzpmhqxCu+7GUNmr/Sy6sInPnxKKMoSdWC2szvU86gn T+yTrTmC/j+MHI+Tt2HYNRlqB0YmepTikmNh8SHfBi7TRiC2QF6yYsQJUHG+aHkzff7E Ka0NfUmHhTF3ZRw9mfxjlhUqLWEqH3E0JoBts= MIME-Version: 1.0 Received: by 10.231.36.198 with SMTP id u6mr667506ibd.36.1239595753827; Sun, 12 Apr 2009 21:09:13 -0700 (PDT) Date: Mon, 13 Apr 2009 01:09:13 -0300 Message-ID: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> From: =?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?= To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How do I compile modules freetype and xtrap ? 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: Mon, 13 Apr 2009 04:31:11 -0000 Hi people, How I install this modules? My Xorg.0.log is show me this erros, but my X is working fine. (II) LoadModule: "xtrap" (WW) Warning, couldn't open module xtrap (II) UnloadModule: "xtrap" (EE) Failed to load module "xtrap" (module does not exist, 0) (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) Thanks, Vinnix