<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2384&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] X server configuration - FontPath]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2384</link>
		<description><![CDATA[The most recent posts in [Solved] X server configuration - FontPath.]]></description>
		<lastBuildDate>Mon, 24 Sep 2018 15:18:08 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] X server configuration - FontPath]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12014#p12014</link>
			<description><![CDATA[<p>Hello:</p><p>Thanks for the fast reply. :^ )</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... default font path is compiled into &quot;the actual server&quot; binary, <span class="bbc">/usr/lib/xorg/Xorg</span> ...</p></div></blockquote></div><p>I see.<br />I would have thought it was read from &#039;somewhere&#039; in the filesystem.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... path is simply a null terminated string<br />... not for the faint-hearted to edit a binary.</p></div></blockquote></div><p>Not to mention that the issue would rise once again on an update of said binary.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... easier to avoid the warning ...</p></div></blockquote></div><p>Done.<br />Not what I sought to do but it works.</p><div class="codebox"><pre><code>groucho@devuan:~$ cat /var/log/Xorg.0.log | grep -i ww
[   509.446] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support) 
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   509.447] (WW) Hotplugging is on, devices using drivers &#039;kbd&#039;, &#039;mouse&#039; or &#039;vmmouse&#039; will be disabled.
[   509.447] (WW) Disabling Keyboard0
[   509.447] (WW) Disabling Mouse0
[   509.500] (WW) Unresolved symbol: fbGetGCPrivateKey
[   509.500] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[   509.500] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[   509.500] (WW) NVIDIA:     to load, but may behave strangely.
[   509.500] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[   509.500] (WW) NVIDIA:     X server.
[   510.975] (WW) NVIDIA(0): Not registering RandR
[   511.046] (WW) NVIDIA(1): Not registering RandR
[   511.174] (WW) NVIDIA(2): Not registering RandR
groucho@devuan:~$</code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ cat /var/log/Xorg.0.log | grep fonts
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
groucho@devuan:~$ </code></pre></div><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... just have a quick sideways glance at the cat ...</p></div></blockquote></div><p>Nah !</p><p>I fully agree that the warning is indeed harmless.<br />But I am one of those people that opine that if the warning <span class="bbu">is</span> there, it is because whoever wrote the routine thought it best to put it there and label it as a warning (WW) and not as default setting (==), for example. So it should be taken care of.</p><p>These things are like dust: harmless but eventually they pile up too high and then they clog up something.</p><p>We&#039;re always bitching when some routine goes south and there&#039;s <span class="bbu">no</span> indication of what went on.</p><p>Thanks for your input.</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 24 Sep 2018 15:18:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12014#p12014</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] X server configuration - FontPath]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12009#p12009</link>
			<description><![CDATA[<p>It looks like the default font path is compiled into &quot;the actual server&quot; binary, <span class="bbc">/usr/lib/xorg/Xorg</span>, and even though that font path is simply a null terminated string, it&#039;s not for the faint-hearted to edit a binary. It&#039;d be easier to avoid the warning by creating an empty directory, or maybe just have a quick sideways glance at the cat when the harmless warning scrolls past.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 24 Sep 2018 13:05:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12009#p12009</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] X server configuration - FontPath]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12006#p12006</link>
			<description><![CDATA[<p>Hello:</p><p>I have been looking at my Xorg.0.log file to see about weeding out a problem I have.<br />Before I get down to that specific issue, I&#039;d like to check some <span class="bbc">(WW)</span> entries that can probably be easily fixed.</p><div class="codebox"><pre><code>groucho@devuan:~$ cat /var/log/Xorg.0.log | grep WW
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.572] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[    32.592] (WW) Hotplugging is on, devices using drivers &#039;kbd&#039;, &#039;mouse&#039; or &#039;vmmouse&#039; will be disabled.
[    32.592] (WW) Disabling Keyboard0
[    32.592] (WW) Disabling Mouse0
[    34.150] (WW) Unresolved symbol: fbGetGCPrivateKey
[    34.223] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[    34.223] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[    34.223] (WW) NVIDIA:     to load, but may behave strangely.
[    34.223] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[    34.223] (WW) NVIDIA:     X server.
[    36.666] (WW) NVIDIA(0): Not registering RandR
[    36.736] (WW) NVIDIA(1): Not registering RandR
[    36.860] (WW) NVIDIA(2): Not registering RandR
groucho@devuan:~$ </code></pre></div><p>Of all of them, the last ones from [34.223] on, regarding <span class="bbc">Composite</span>, <span class="bbc">Xinerama</span> and <span class="bbc">RandR</span> are accounted for and their origin known.</p><p>The first one I&#039;d like to tackle is this one:</p><div class="codebox"><pre><code>[    32.572] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.</code></pre></div><p>My xorg.conf file does not have a &quot;File&quot; Section where the FontPath entries would be.<br />eg:</p><div class="codebox"><pre><code>Section &quot;Files&quot;
FontPath /usr/share/fonts/X11/misc,
FontPath /usr/share/fonts/X11/100dpi/:unscaled,
FontPath /usr/share/fonts/X11/75dpi/:unscaled,
FontPath /usr/share/fonts/X11/Type1,
FontPath /usr/share/fonts/X11/100dpi,
FontPath /usr/share/fonts/X11/75dpi,
EndSection</code></pre></div><p>I could add it but I&#039;d rather keep the file as slim as possible and use it only for the stuff the server cannot handle on its own.<br />eg: my three monitor/two card setup.</p><p>So the question at hand is this:</p><p>Where does the X server get the FontPath to read from and then print that <span class="bbc">/usr/share/fonts/X11/cyrillic</span> does not exist?<br />If I can tell the X server <span class="bbu">not</span> to look for it, the problem is solved.</p><p>It is not installed and installing it to fix the log entry does not make sense as I have no need for cyrilic fonts.<br />And I&#039;d rather find out how it works.&#160; :^ )</p><p>I have looked all over but have not been able to find info on that.</p><p>Thanks in advance</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 24 Sep 2018 12:03:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12006#p12006</guid>
		</item>
	</channel>
</rss>
