<?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=2386&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / X server configuration - Unresolved symbol warning in Xorg.0.log]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2386</link>
		<description><![CDATA[The most recent posts in X server configuration - Unresolved symbol warning in Xorg.0.log.]]></description>
		<lastBuildDate>Tue, 25 Sep 2018 12:21:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[X server configuration - Unresolved symbol warning in Xorg.0.log]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12033#p12033</link>
			<description><![CDATA[<p>Hello:</p><p>I had been looking at my Xorg.0.log file to see about weeding out a problem I have.<br />Before I got down to that specific issue, I checked some (WW) entries that I thought could 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 Composite, Xinerama and RandR were accounted for and their origin known as they are properly documented in the <span class="bbc">xorg.0.log</span>.</p><p>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>... was solved <a href="https://dev1galaxy.org/viewtopic.php?id=2384" rel="nofollow">here</a>.</p><p>These two ...</p><div class="codebox"><pre><code>[    32.592] (WW) Disabling Keyboard0
[    32.592] (WW) Disabling Mouse0</code></pre></div><p>... were solved by editing <span class="bbc">xorg.conf</span>.</p><p>1.&#160; by removing the InputDevice definitions in the &quot;ServerLayout&quot; Section.</p><div class="codebox"><pre><code>Section &quot;ServerLayout&quot;
    Identifier     &quot;layout0&quot;
    Screen      0  &quot;ScreenLeft&quot; LeftOf &quot;ScreenCenter&quot;
    Screen      1  &quot;ScreenCenter&quot; 0 0
    Screen      2  &quot;ScreenRight&quot; RightOf &quot;ScreenCenter&quot;
#  InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
#  InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
    Option         &quot;Xinerama&quot; &quot;1&quot;
EndSection</code></pre></div><p>2. by removing the respective &quot;InputDevice&quot; sections. (completely removed, an &quot;InputDevice&quot; section cannot exist in <span class="bbc">xorg.conf</span> if it is empty.)</p><div class="codebox"><pre><code>#Section &quot;InputDevice&quot;
# generated from default
# Identifier     &quot;Keyboard0&quot;
# Driver         &quot;libinput&quot;
#EndSection

#Section &quot;InputDevice&quot;
# generated from default
#    Identifier     &quot;Mouse0&quot;
#    Driver         &quot;libinput&quot;
#    Option         &quot;Protocol&quot; &quot;auto&quot;
#    Option         &quot;Emulate3Buttons&quot; &quot;no&quot;
#    Option         &quot;ZAxisMapping&quot; &quot;4 5&quot;
#EndSection</code></pre></div><p>This is because the default settings for &quot;AutoAddDevices&quot; and &quot;AutoEnableDevices&quot; in the &quot;ServerFlags&quot; section are &quot;True&quot; so there is no need for any InputDevice definitions in the <span class="bbc">xorg.conf</span> file unless there is a specific reasson to do so. ie: the Xserver having problems detecting some hardware ie: touchpads, pen tablets or other input devices.</p><p>The perils of doing <span class="bbc">copy+paste</span> from web examples of <span class="bbc">xorg.conf</span> are quite evident here.&#160; :^ /<br />They are usually not very well explained and many times out of date. ie: for previous versions of Xserver.</p><p>The remaining (WW) entry in the log file is this one:</p><div class="codebox"><pre><code>[    34.150] (WW) Unresolved symbol: fbGetGCPrivateKey</code></pre></div><p>I&#039;m running a fully up to date Devuan ASCII with two NVidia cards for three monitors and using proprietary drivers.</p><p>I have searched all over the web and have found a great deal on posts/instances in which this same error is cited (as an entry in a<br /><span class="bbc">Xorg.0.log</span> file) but not specifically and I have not been able to find out why it is there and if has some significance.</p><p>After all, it is labelled as a warning ie: (WW).</p><p>It seems to be innocuous as my NVidia cards are working properly (save for an artifacts issue reserved for another post).</p><p>I&#039;d appreciate if someone could give me some insight on this.</p><p>Thanks in advance.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 25 Sep 2018 12:21:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12033#p12033</guid>
		</item>
	</channel>
</rss>
