X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; q=dns; s=default; b= mUWuEa2wju8/gacs/3tvQctN0OPMS8cQidof67gTxUC1au96gim1+/BTPM1/jKIj 5tbRKI088atEU5DBlP/RZgWaGRgatHElHyHaA1R+BO1RUta/At3h6Koj45ViMlMa W1XDUFyKdWU/Iy0ugEZENiqLklgCjc/SlzrDinYyQhE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; s=default; bh=gJzwB kJyZd0btBPy2CTWaWk0zWU=; b=ptr4cPn1u+4m3K7ZH6bvdlGhqe2FuoQzrbSkU lGC1tC/7knxxXIKfAaxroKtSuGDVTmvXGzO3LxI6lpTWRjYM9LPjj44Hz6Q+hJqi cfcUc7uUyf3OKBr6i7Z4bGii4pbgPnaQgztfwTaMgGcG1rMSog4uVqTSj0g3hXPh MI9FLU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ALB7M86l2AGd5cl7nDPqQoVqAE69GHR1rwOeCYssjeo=; b=Q4/QDQWXzshMVUT2nC9JdcAs5AHp6C51kucbTKFjsiCMvjJFoSyGMRjszIfszSaWpW 4Wkf/t8bmrMjyg+K4stH2zmOVuBw706E+TwDZT1rDGfrI0wp7wt8VI2Ws/D8C1nLPWKG PrUF0Zo5h4Q36nMSLKBDtS6y1JPWC5iCmV0C6ylyjwxAKVd7Jf74EqLegihdUPju+yol 8StAbb9DCSwae8/Lbu5nHEKI/uxabnqLnk73w6C8fh0l1CQJmiNNS44v13uqyScgW0yo 2y5RmLjCj2SGdfRhA96OpfJyP9DPdB2Mt8AW8PcJvm5NuDAqs/ohCtnRtr97OMAiCRUU Arug== X-Gm-Message-State: ALoCoQnpzckoNgW6qxlCP7F3YZe7t+3wMcHCcL9PreFndm3pOv6kDJXETyldB5z+yG++/pePIGmO MIME-Version: 1.0 X-Received: by 10.129.158.133 with SMTP id v127mr31631027ywg.135.1444174849382; Tue, 06 Oct 2015 16:40:49 -0700 (PDT) In-Reply-To: <56140E93.6060109@dronecode.org.uk> References: <5613FCEB DOT 30603 AT cornell DOT edu> <56140E93 DOT 6060109 AT dronecode DOT org DOT uk> Date: Tue, 6 Oct 2015 16:40:49 -0700 Message-ID: Subject: Re: Cygwin/X installation: Unable to extract /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:unscaled:pri=20 From: Michael Enright To: Jon Turney Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Tue, Oct 6, 2015 at 11:10 AM, Jon Turney wrote: > > But there is no need to guess about this, it's documented in the fontpath.d > section of the Xserver man page [1] > > [1] http://x.cygwin.com/docs/man1/Xserver.1.html#lbAN > I still have questions. Good old setup_x86 fortuitously gave me the chance to see an error message involving one of these symlinks. I reviewed the setup log and read that apparently such a symlink was created as follows: io_stream:mklink (cygfile:///etc/X11/fontpath.d/xorg-x11-75dpi:unscaled:pri=20 -> cygfile:///usr/share/X11/fonts/75dpi) But there is no /etc/X11/fontpath.d directory on the system. The man page doesn't say in explicit procedural terms what the end user has to do to make fontpath.d exist and it doesn't seem to get created by setup. There are three occurances of fontpath.d on that page and none of them say where you should put it. Could we change it to be more tutorial, something like: If you wanted to modify the priority of the bitmap fonts for example, you could go to /etc/X11 and create fontpath.d and then here are some ln commands: ln -s /usr/share/X11/fonts/75dpi xorg-x11-75dpi:unscaled:pri=20 ... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple