From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 17 05:56:14 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 563118A8 for ; Mon, 17 Feb 2014 05:56:14 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28D5317C4 for ; Mon, 17 Feb 2014 05:56:14 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id up15so14738571pbc.8 for ; Sun, 16 Feb 2014 21:56:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=XP6rEFpJhsKwH4fzTPooCjgymiLfj1pX6pMO4qHgks0=; b=KQvDA2uS6TI5CYbeMCvH/3atuFbL9y4JiDKy6sjaXTngHYrouHtDZTIUpYgFAiNbSI kynUXdux6LeM+jfEfgZ+GxENh7Dp1tz6Ru3sLD+lDvUI7o6yb4K6M4x5m1COu/HdT4X1 xKCYv3nAApyF3i5XGd17ElrIDr6xue2CxXsivBD+BFWYkwh52zIOd0/uKmB6KJGiwUD6 nlVWK9Y0lzqti4WpAh4b+kOTBZZKkrGupvfBhC/1WKYwFDcC7QYQHTxwi0+GiZ370dR+ f2FS+Ckv5uKWEAeNRpq9Zg/6ytS2lORPMPXPI/IP4PwMnXGu/aUOjCJ/OOmiTg1OvxAF fVHA== MIME-Version: 1.0 X-Received: by 10.67.3.40 with SMTP id bt8mr24201093pad.78.1392616573198; Sun, 16 Feb 2014 21:56:13 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Sun, 16 Feb 2014 21:56:13 -0800 (PST) In-Reply-To: <20140215020317.G39262-100000@main.put.com> References: <20140215020317.G39262-100000@main.put.com> Date: Sun, 16 Feb 2014 21:56:13 -0800 X-Google-Sender-Auth: BaL2lVsaCPl6RKFM8hS0TQD085I Message-ID: Subject: Re: Cairo Problems From: Kevin Oberman To: Louis Epstein Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD GNOME Users X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 05:56:14 -0000 On Fri, Feb 14, 2014 at 11:05 PM, Louis Epstein wrote: > I should add that after the libGL reinstall I still get AIGLX and GLX > errors looking for a missing /usr/local/lib/dri/swrast_dri.so when there > is no /usr/local/lib/dri (again,what program would install it?) and GLX > "could not load software renderer". > > You are not running WITH_NEW_XORG (no make.conf), so you are running a much older version of glib than I am. This may be related to the issues you are seeing. /usr/local/lib/dri files come from graphics/dri. swrast is the software rasterization "dri" which implies that you don't have any hardware rasterization capability. What graphics hardware is this running on? Run "pciconf -lv" and find the item(s) in "class = DISPLAY". Can you look at /var/log/Xorg.0.log and see what driver is actually being used? I suspect you may need either the nvidia driver or NEW_XORG, but I am not at all sure. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com