<?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=3297&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3297</link>
		<description><![CDATA[The most recent posts in [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error.]]></description>
		<lastBuildDate>Sun, 02 Feb 2020 11:09:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19859#p19859</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Try again with no X.Org configuration files at all (except those supplied by packages and stored under /usr/share/X11/xorg.conf.d/).</p></div></blockquote></div><p>It worked! Thanks again.</p>]]></description>
			<author><![CDATA[dummy@example.com (uther)]]></author>
			<pubDate>Sun, 02 Feb 2020 11:09:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19859#p19859</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19853#p19853</link>
			<description><![CDATA[<div class="quotebox"><cite>uther wrote:</cite><blockquote><div><p><span class="bbc">X -configure</span></p></div></blockquote></div><p>Don&#039;t use that, it is obsolete.</p><p>Try again with no X.Org configuration files at all (except those supplied by packages and stored under /usr/share/X11/xorg.conf.d/).</p><p>And you have installed the non-free firmware required by your video cards, right?</p><p>EDIT: and make sure there isn&#039;t a <span class="bbc">nomodeset</span> kernel command line parameter applied, AMD cards won&#039;t work without kernel modesetting.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 02 Feb 2020 00:17:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19853#p19853</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19852#p19852</link>
			<description><![CDATA[<p>Thanks Head_on_a_Stick. I&#039;ve performed another clean install &amp; upgrade. Unfortunately there was no such file before and after <span class="bbc">apt full-uprade</span>.<br /><span class="bbc">X -configure</span> gives me pretty empty <span class="bbc">/root/xorg.conf.new</span>:</p><div class="codebox"><pre class="vscroll"><code>Section &quot;ServerLayout&quot;
	Identifier     &quot;X.org Configured&quot;
	Screen      0  &quot;Screen0&quot; 0 0
	Screen      1  &quot;Screen1&quot; RightOf &quot;Screen0&quot;
	Screen      2  &quot;Screen2&quot; RightOf &quot;Screen1&quot;
	Screen      3  &quot;Screen3&quot; RightOf &quot;Screen2&quot;
	InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
	InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
EndSection

Section &quot;Files&quot;
	ModulePath   &quot;/usr/lib/xorg/modules&quot;
	FontPath     &quot;/usr/share/fonts/X11/misc&quot;
	FontPath     &quot;/usr/share/fonts/X11/cyrillic&quot;
	FontPath     &quot;/usr/share/fonts/X11/100dpi/:unscaled&quot;
	FontPath     &quot;/usr/share/fonts/X11/75dpi/:unscaled&quot;
	FontPath     &quot;/usr/share/fonts/X11/Type1&quot;
	FontPath     &quot;/usr/share/fonts/X11/100dpi&quot;
	FontPath     &quot;/usr/share/fonts/X11/75dpi&quot;
	FontPath     &quot;built-ins&quot;
EndSection

Section &quot;Module&quot;
	Load  &quot;glx&quot;
EndSection

Section &quot;InputDevice&quot;
	Identifier  &quot;Keyboard0&quot;
	Driver      &quot;kbd&quot;
EndSection

Section &quot;InputDevice&quot;
	Identifier  &quot;Mouse0&quot;
	Driver      &quot;mouse&quot;
	Option	    &quot;Protocol&quot; &quot;auto&quot;
	Option	    &quot;Device&quot; &quot;/dev/input/mice&quot;
	Option	    &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier   &quot;Monitor0&quot;
	VendorName   &quot;Monitor Vendor&quot;
	ModelName    &quot;Monitor Model&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier   &quot;Monitor1&quot;
	VendorName   &quot;Monitor Vendor&quot;
	ModelName    &quot;Monitor Model&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier   &quot;Monitor2&quot;
	VendorName   &quot;Monitor Vendor&quot;
	ModelName    &quot;Monitor Model&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier   &quot;Monitor3&quot;
	VendorName   &quot;Monitor Vendor&quot;
	ModelName    &quot;Monitor Model&quot;
EndSection

Section &quot;Device&quot;
        ### Available Driver options are:-
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,
        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,
        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;
        ### [arg]: arg optional
        #Option     &quot;Accel&quot;              	# [&lt;bool&gt;]
        #Option     &quot;SWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;EnablePageFlip&quot;     	# [&lt;bool&gt;]
        #Option     &quot;SubPixelOrder&quot;      	# [&lt;str&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
        #Option     &quot;DRI3&quot;               	# [&lt;bool&gt;]
        #Option     &quot;DRI&quot;                	# &lt;i&gt;
        #Option     &quot;ShadowPrimary&quot;      	# [&lt;bool&gt;]
        #Option     &quot;TearFree&quot;           	# [&lt;bool&gt;]
        #Option     &quot;DeleteUnusedDP12Displays&quot; 	# [&lt;bool&gt;]
        #Option     &quot;VariableRefresh&quot;    	# [&lt;bool&gt;]
	Identifier  &quot;Card0&quot;
	Driver      &quot;amdgpu&quot;
	BusID       &quot;PCI:1:0:0&quot;
EndSection

Section &quot;Device&quot;
        ### Available Driver options are:-
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,
        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,
        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;
        ### [arg]: arg optional
        #Option     &quot;Accel&quot;              	# [&lt;bool&gt;]
        #Option     &quot;SWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;EnablePageFlip&quot;     	# [&lt;bool&gt;]
        #Option     &quot;SubPixelOrder&quot;      	# [&lt;str&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
        #Option     &quot;DRI3&quot;               	# [&lt;bool&gt;]
        #Option     &quot;DRI&quot;                	# &lt;i&gt;
        #Option     &quot;ShadowPrimary&quot;      	# [&lt;bool&gt;]
        #Option     &quot;TearFree&quot;           	# [&lt;bool&gt;]
        #Option     &quot;DeleteUnusedDP12Displays&quot; 	# [&lt;bool&gt;]
        #Option     &quot;VariableRefresh&quot;    	# [&lt;bool&gt;]
	Identifier  &quot;Card1&quot;
	Driver      &quot;amdgpu&quot;
	BusID       &quot;PCI:2:0:0&quot;
EndSection

Section &quot;Device&quot;
        ### Available Driver options are:-
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,
        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,
        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;
        ### [arg]: arg optional
        #Option     &quot;Accel&quot;              	# [&lt;bool&gt;]
        #Option     &quot;SWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;EnablePageFlip&quot;     	# [&lt;bool&gt;]
        #Option     &quot;SubPixelOrder&quot;      	# [&lt;str&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
        #Option     &quot;DRI3&quot;               	# [&lt;bool&gt;]
        #Option     &quot;DRI&quot;                	# &lt;i&gt;
        #Option     &quot;ShadowPrimary&quot;      	# [&lt;bool&gt;]
        #Option     &quot;TearFree&quot;           	# [&lt;bool&gt;]
        #Option     &quot;DeleteUnusedDP12Displays&quot; 	# [&lt;bool&gt;]
        #Option     &quot;VariableRefresh&quot;    	# [&lt;bool&gt;]
	Identifier  &quot;Card2&quot;
	Driver      &quot;amdgpu&quot;
	BusID       &quot;PCI:3:0:0&quot;
EndSection

Section &quot;Device&quot;
        ### Available Driver options are:-
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,
        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,
        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;
        ### [arg]: arg optional
        #Option     &quot;Accel&quot;              	# [&lt;bool&gt;]
        #Option     &quot;SWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;EnablePageFlip&quot;     	# [&lt;bool&gt;]
        #Option     &quot;SubPixelOrder&quot;      	# [&lt;str&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
        #Option     &quot;DRI3&quot;               	# [&lt;bool&gt;]
        #Option     &quot;DRI&quot;                	# &lt;i&gt;
        #Option     &quot;ShadowPrimary&quot;      	# [&lt;bool&gt;]
        #Option     &quot;TearFree&quot;           	# [&lt;bool&gt;]
        #Option     &quot;DeleteUnusedDP12Displays&quot; 	# [&lt;bool&gt;]
        #Option     &quot;VariableRefresh&quot;    	# [&lt;bool&gt;]
	Identifier  &quot;Card3&quot;
	Driver      &quot;amdgpu&quot;
	BusID       &quot;PCI:3:0:1&quot;
EndSection

Section &quot;Screen&quot;
	Identifier &quot;Screen0&quot;
	Device     &quot;Card0&quot;
	Monitor    &quot;Monitor0&quot;
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section &quot;Screen&quot;
	Identifier &quot;Screen1&quot;
	Device     &quot;Card1&quot;
	Monitor    &quot;Monitor1&quot;
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section &quot;Screen&quot;
	Identifier &quot;Screen2&quot;
	Device     &quot;Card2&quot;
	Monitor    &quot;Monitor2&quot;
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section &quot;Screen&quot;
	Identifier &quot;Screen3&quot;
	Device     &quot;Card3&quot;
	Monitor    &quot;Monitor3&quot;
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection &quot;Display&quot;
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection</code></pre></div><p>When I try to run it with <span class="bbc">X -config /root/xorg.conf.new</span> I&#039;m getting:</p><div class="codebox"><pre class="vscroll"><code>[   544.109] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[   544.112] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[   544.113] Current Operating System: Linux user 4.19.0-0.bpo.6-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.67-2+deb10u2~bpo9+1 (2019-11-12) x86_64
[   544.113] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.0-0.bpo.6-rt-amd64 root=/dev/mapper/user--vg-root ro quiet
[   544.114] Build Date: 05 March 2019  08:11:12PM
[   544.115] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[   544.115] Current version of pixman: 0.36.0
[   544.116] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   544.116] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   544.119] (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Sat Feb  1 23:54:08 2020
[   544.119] (++) Using config file: &quot;/root/xorg.conf.new&quot;
[   544.120] (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;
[   544.120] (==) ServerLayout &quot;X.org Configured&quot;
[   544.120] (**) |--&gt;Screen &quot;Screen0&quot; (0)
[   544.120] (**) |   |--&gt;Monitor &quot;Monitor0&quot;
[   544.120] (**) |   |--&gt;Device &quot;Card0&quot;
[   544.120] (**) |--&gt;Screen &quot;Screen1&quot; (1)
[   544.120] (**) |   |--&gt;Monitor &quot;Monitor1&quot;
[   544.120] (**) |   |--&gt;Device &quot;Card1&quot;
[   544.120] (**) |--&gt;Screen &quot;Screen2&quot; (2)
[   544.120] (**) |   |--&gt;Monitor &quot;Monitor2&quot;
[   544.121] (**) |   |--&gt;Device &quot;Card2&quot;
[   544.121] (**) |--&gt;Screen &quot;Screen3&quot; (3)
[   544.121] (**) |   |--&gt;Monitor &quot;Monitor3&quot;
[   544.121] (**) |   |--&gt;Device &quot;Card3&quot;
[   544.121] (**) |--&gt;Input Device &quot;Mouse0&quot;
[   544.121] (**) |--&gt;Input Device &quot;Keyboard0&quot;
[   544.121] (==) Automatically adding devices
[   544.121] (==) Automatically enabling devices
[   544.121] (==) Automatically adding GPU devices
[   544.121] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   544.121] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[   544.121] 	Entry deleted from font path.
[   544.121] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[   544.121] 	Entry deleted from font path.
[   544.121] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/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,
	built-ins,
	/usr/share/fonts/X11/misc,
	/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,
	built-ins
[   544.121] (**) ModulePath set to &quot;/usr/lib/xorg/modules&quot;
[   544.121] (WW) Hotplugging is on, devices using drivers &#039;kbd&#039;, &#039;mouse&#039; or &#039;vmmouse&#039; will be disabled.
[   544.121] (WW) Disabling Mouse0
[   544.121] (WW) Disabling Keyboard0
[   544.121] (II) Loader magic: 0x5574c7c6be20
[   544.121] (II) Module ABI versions:
[   544.121] 	X.Org ANSI C Emulation: 0.4
[   544.121] 	X.Org Video Driver: 24.0
[   544.121] 	X.Org XInput driver : 24.1
[   544.121] 	X.Org Server Extension : 10.0
[   544.122] (--) using VT number 7

[   544.122] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   544.133] (--) PCI:*(3@0:0:0) 1002:66af:1002:081e rev 193, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1d00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   544.133] (II) &quot;glx&quot; will be loaded. This was enabled by default and also specified in the config file.
[   544.133] (II) LoadModule: &quot;glx&quot;
[   544.133] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   544.134] (II) Module glx: vendor=&quot;X.Org Foundation&quot;
[   544.134] 	compiled for 1.20.4, module version = 1.0.0
[   544.134] 	ABI class: X.Org Server Extension, version 10.0
[   544.134] (II) LoadModule: &quot;amdgpu&quot;
[   544.134] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   544.134] (II) Module amdgpu: vendor=&quot;X.Org Foundation&quot;
[   544.134] 	compiled for 1.20.3, module version = 18.1.99
[   544.134] 	Module class: X.Org Video Driver
[   544.134] 	ABI class: X.Org Video Driver, version 24.0
[   544.134] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   544.138] (II) AMDGPU(0): [KMS] drm report modesetting isn&#039;t supported.
[   544.138] (II) AMDGPU(1): [KMS] drm report modesetting isn&#039;t supported.
[   544.139] (II) AMDGPU(2): [KMS] drm report modesetting isn&#039;t supported.
[   544.139] (II) AMDGPU(3): [KMS] drm report modesetting isn&#039;t supported.
[   544.139] (EE) Screen 0 deleted because of no matching config section.
[   544.139] (II) UnloadModule: &quot;amdgpu&quot;
[   544.139] (EE) Screen 0 deleted because of no matching config section.
[   544.139] (II) UnloadModule: &quot;amdgpu&quot;
[   544.139] (EE) Screen 0 deleted because of no matching config section.
[   544.139] (II) UnloadModule: &quot;amdgpu&quot;
[   544.139] (EE) Screen 0 deleted because of no matching config section.
[   544.139] (II) UnloadModule: &quot;amdgpu&quot;
[   544.139] (EE) Device(s) detected, but none match those in the config file.
[   544.139] (EE) 
Fatal server error:
[   544.139] (EE) no screens found(EE) 
[   544.139] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   544.139] (EE) Please also check the log file at &quot;/var/log/Xorg.0.log&quot; for additional information.
[   544.139] (EE) 
[   544.154] (EE) Server terminated with error (1). Closing log file.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (uther)]]></author>
			<pubDate>Sat, 01 Feb 2020 23:23:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19852#p19852</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19846#p19846</link>
			<description><![CDATA[<div class="quotebox"><cite>uther wrote:</cite><blockquote><div><div class="codebox"><pre><code>[  1787.836] (==) Using config file: &quot;/etc/X11/xorg.conf&quot;</code></pre></div></div></blockquote></div><p>^ Remove that file and let X auto-configure.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 01 Feb 2020 19:05:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19846#p19846</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] ASCII -> Beowulf xfce migration on AMD gpu machine xorg error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19843#p19843</link>
			<description><![CDATA[<p>Migration from ASCII -&gt; Beowulf performed on fresh install throws xorg error after reboot. This happens only on systems with AMD graphics cards.<br />Tried several different approaches including updating kernel to 4.19.0-6, 5.3 and 5.4 backports before <span class="bbc">apt full-upgrade</span> - same effect.</p><p>In the log I can see two errors. One is related to systemd, and the rest to AMD GPU. I&#039;ve tried to solve this by installing elogind, and missing amdgpu related packages, and it succeded on a laptop with the following:</p><div class="codebox"><pre><code>apt update
apt full-upgrade
apt --fix-broken install 
apt install firmware-amd-graphics
apt install elogind
apt install reinstall xserver-xorg-video-ati xserver-xorg-core
dpkg reconfigure xserver-xorg</code></pre></div><p>But this doesn&#039;t work on second machine with different AMD GPU:</p><div class="codebox"><pre class="vscroll"><code>[  1787.824] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[  1787.826] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[  1787.827] Current Operating System: Linux user 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64
[  1787.827] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/user--vg-root ro quiet
[  1787.829] Build Date: 05 March 2019  08:11:12PM
[  1787.830] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[  1787.830] Current version of pixman: 0.36.0
[  1787.832] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1787.832] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1787.835] (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Thu Jan 30 20:33:13 2020
[  1787.836] (==) Using config file: &quot;/etc/X11/xorg.conf&quot;
[  1787.837] (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;
[  1787.837] (==) ServerLayout &quot;X.org Configured&quot;
[  1787.837] (**) |--&gt;Screen &quot;Screen0&quot; (0)
[  1787.837] (**) |   |--&gt;Monitor &quot;Monitor0&quot;
[  1787.838] (**) |   |--&gt;Device &quot;Card0&quot;
[  1787.838] (**) |--&gt;Screen &quot;Screen1&quot; (1)
[  1787.838] (**) |   |--&gt;Monitor &quot;Monitor1&quot;
[  1787.838] (**) |   |--&gt;Device &quot;Card1&quot;
[  1787.838] (**) |--&gt;Screen &quot;Screen2&quot; (2)
[  1787.838] (**) |   |--&gt;Monitor &quot;Monitor2&quot;
[  1787.838] (**) |   |--&gt;Device &quot;Card2&quot;
[  1787.838] (**) |--&gt;Screen &quot;Screen3&quot; (3)
[  1787.838] (**) |   |--&gt;Monitor &quot;Monitor3&quot;
[  1787.838] (**) |   |--&gt;Device &quot;Card3&quot;
[  1787.838] (**) |--&gt;Input Device &quot;Mouse0&quot;
[  1787.838] (**) |--&gt;Input Device &quot;Keyboard0&quot;
[  1787.838] (==) Automatically adding devices
[  1787.838] (==) Automatically enabling devices
[  1787.838] (==) Automatically adding GPU devices
[  1787.838] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1787.838] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[  1787.838] 	Entry deleted from font path.
[  1787.838] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[  1787.838] 	Entry deleted from font path.
[  1787.838] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/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,
	built-ins,
	/usr/share/fonts/X11/misc,
	/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,
	built-ins
[  1787.838] (**) ModulePath set to &quot;/usr/lib/xorg/modules&quot;
[  1787.838] (WW) Hotplugging is on, devices using drivers &#039;kbd&#039;, &#039;mouse&#039; or &#039;vmmouse&#039; will be disabled.
[  1787.838] (WW) Disabling Mouse0
[  1787.838] (WW) Disabling Keyboard0
[  1787.838] (II) Loader magic: 0x558bb041de20
[  1787.838] (II) Module ABI versions:
[  1787.838] 	X.Org ANSI C Emulation: 0.4
[  1787.838] 	X.Org Video Driver: 24.0
[  1787.838] 	X.Org XInput driver : 24.1
[  1787.838] 	X.Org Server Extension : 10.0
[  1787.839] (++) using VT number 1

[  1787.839] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[  1787.847] (--) PCI:*(3@0:0:0) 1002:66af:1002:081e rev 193, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1d00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[  1787.847] (II) &quot;glx&quot; will be loaded. This was enabled by default and also specified in the config file.
[  1787.847] (II) LoadModule: &quot;glx&quot;
[  1787.847] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1787.848] (II) Module glx: vendor=&quot;X.Org Foundation&quot;
[  1787.848] 	compiled for 1.20.4, module version = 1.0.0
[  1787.848] 	ABI class: X.Org Server Extension, version 10.0
[  1787.848] (II) LoadModule: &quot;amdgpu&quot;
[  1787.848] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  1787.848] (II) Module amdgpu: vendor=&quot;X.Org Foundation&quot;
[  1787.848] 	compiled for 1.20.3, module version = 18.1.99
[  1787.848] 	Module class: X.Org Video Driver
[  1787.848] 	ABI class: X.Org Video Driver, version 24.0
[  1787.848] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  1787.848] (II) AMDGPU(0): [KMS] drm report modesetting isn&#039;t supported.
[  1787.848] (II) AMDGPU(1): [KMS] drm report modesetting isn&#039;t supported.
[  1787.848] (II) AMDGPU(2): [KMS] drm report modesetting isn&#039;t supported.
[  1787.848] (II) AMDGPU(3): [KMS] drm report modesetting isn&#039;t supported.
[  1787.848] (EE) Screen 0 deleted because of no matching config section.
[  1787.848] (II) UnloadModule: &quot;amdgpu&quot;
[  1787.848] (EE) Screen 0 deleted because of no matching config section.
[  1787.848] (II) UnloadModule: &quot;amdgpu&quot;
[  1787.848] (EE) Screen 0 deleted because of no matching config section.
[  1787.848] (II) UnloadModule: &quot;amdgpu&quot;
[  1787.848] (EE) Screen 0 deleted because of no matching config section.
[  1787.848] (II) UnloadModule: &quot;amdgpu&quot;
[  1787.848] (EE) Device(s) detected, but none match those in the config file.
[  1787.848] (EE) 
Fatal server error:
[  1787.848] (EE) no screens found(EE) 
[  1787.848] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1787.848] (EE) Please also check the log file at &quot;/var/log/Xorg.0.log&quot; for additional information.
[  1787.848] (EE) 
[  1787.856] (EE) Server terminated with error (1). Closing log file.</code></pre></div><p>Please forgive me my brute-force approach. Never had to troubleshoot xorg before <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (uther)]]></author>
			<pubDate>Sat, 01 Feb 2020 18:10:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19843#p19843</guid>
		</item>
	</channel>
</rss>
