From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 13:50:31 2014 Return-Path: Delivered-To: freebsd-questions@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 C9AC6BE4 for ; Tue, 29 Apr 2014 13:50:31 +0000 (UTC) Received: from eu1sys200aog107.obsmtp.com (eu1sys200aog107.obsmtp.com [207.126.144.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2402A774 for ; Tue, 29 Apr 2014 13:50:30 +0000 (UTC) Received: from mail-wi0-f175.google.com ([209.85.212.175]) (using TLSv1) by eu1sys200aob107.postini.com ([207.126.147.11]) with SMTP ID DSNKU1+uJcD1ffL8NUiVlWKN/9ITwxJkDDHO@postini.com; Tue, 29 Apr 2014 13:50:31 UTC Received: by mail-wi0-f175.google.com with SMTP id cc10so7439908wib.2 for ; Tue, 29 Apr 2014 06:50:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:cc :reply-to:in-reply-to; bh=0HfdIKonFBlUYULsM7zFhJPrKIevrqSBKUtj/2ufHnI=; b=adSWLYeCU+CqgDXg/FmSrnXHgkgSdppTPIKqrSKNbsfkMmgT8ZS4E02jvoNYqlh2+p qr7/UmH0WlCHFdtGTK9T74pzPS05xHfFYZ0gb0n5xtWf/jVMOE8qvwpCQMxil7tFxrPN SR4lfgNuXD94Akcz7/o+pybWiwknL2WprKzsSKFDw8ulYfLiATAWaONOJ/8+I+Hd0Ay0 sk7QN62TJ6n4TOeNbEhH8S+emEsSVlSgjfSlUrjUJj+sDCxLxAEPrby6my84q/g4KEdr pdGAeukO6EOHBQ+CneNfUMVQBz45cWB1Xl/rVMfFTgR1sw5qmjCJsoxCvfDR00iSSi6M gN4w== X-Gm-Message-State: ALoCoQmdF8Wn+xFsTMkP8W6kxGSpxg3VseTO86S7U5BJjosFSuS/NOGvsjPlUiOVNzMI26GpT7Uphi3nV2NfilMvEJDGs32t6vOufH2ztwjSqT/TjQDSmm3JlAtvFmUp64ATBSrsQELVl5dhxJTJKn2LomvUaOzY1Q== X-Received: by 10.194.92.228 with SMTP id cp4mr631909wjb.81.1398779429102; Tue, 29 Apr 2014 06:50:29 -0700 (PDT) X-Received: by 10.194.92.228 with SMTP id cp4mr631906wjb.81.1398779429022; Tue, 29 Apr 2014 06:50:29 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id vc2sm18532928wjc.2.2014.04.29.06.50.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Apr 2014 06:50:28 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s3TDoQLu095988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 29 Apr 2014 14:50:27 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s3TDoQoM095987; Tue, 29 Apr 2014 14:50:26 +0100 (BST) (envelope-from mexas) Date: Tue, 29 Apr 2014 14:50:26 +0100 (BST) From: Anton Shterenlikht Message-Id: <201404291350.s3TDoQoM095987@mech-cluster241.men.bris.ac.uk> To: antoine@kallab.com, mexas@bris.ac.uk Subject: Re: after latest Xorg update: Could not init font path element /usr/local/lib/X11/fonts/100dpi/, removing from list! In-Reply-To: <84A9ED10-525F-4DCE-8A2A-8CA611F286A3@kallab.com> Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 13:50:31 -0000 >From antoine@kallab.com Tue Apr 29 14:47:08 2014 > >Try generating a new Xorg.conf with the fonts installed. no, that doesn't help, X -configure adds these lines: Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection which are identical to what's in the old xorg.conf. I wonder if I missed some important change in how X is setup, when the new xorg became the default. Thanks Anton