<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=1809&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=1809</link>
		<description><![CDATA[The most recent posts in [SOLVED] startx fails since upgrade to 4.9 kernel.]]></description>
		<lastBuildDate>Thu, 11 Jan 2018 17:16:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7108#p7108</link>
			<description><![CDATA[<p>SUCCESS !!!! </p><p>Well, I have a nice gui on the very latest kernel using the instructions at Devuan stable and Skylake (and Kaby Lake?) integrated GPU <a href="https://dev1galaxy.org/viewtopic.php?id=542" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=542</a></p><p>Alas, the wifi instructions there didn&#039;t work... time for a bit more research... (any ideas ?)</p><p>(I was almost ready to give up and start again with a.n.other distribution)</p><p>Thanks again everyone...</p>]]></description>
			<author><![CDATA[dummy@example.com (stevewalsh)]]></author>
			<pubDate>Thu, 11 Jan 2018 17:16:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7108#p7108</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7106#p7106</link>
			<description><![CDATA[<div class="quotebox"><cite>stevewalsh wrote:</cite><blockquote><div><p>4 - I don&#039;t have nomodeset or vga= as kernel parameters</p></div></blockquote></div><p>Nothing in /etc/modprobe.d along the lines of &quot;modeset=0&quot; or nomodeset=1&quot;? Does &quot;modinfo i915&quot; show anything suspicious/interesting?</p><p>Good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Thu, 11 Jan 2018 17:00:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7106#p7106</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7104#p7104</link>
			<description><![CDATA[<p>This post is a bit old but if you have a troublesome &#039;skylake&#039; chip, this may have something relevant:</p><p><strong><em><a href="https://dev1galaxy.org/viewtopic.php?id=542" rel="nofollow">Devuan stable and Skylake (and Kaby Lake?) integrated GPU</a></em></strong></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 11 Jan 2018 16:45:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7104#p7104</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7103#p7103</link>
			<description><![CDATA[<div class="codebox"><pre><code>00:00.0 Host bridge: Intel Corporation Device 1918 (rev 07)</code></pre></div><p>Apparently this is a &#039;skylake&#039; chip.&#160; Stable support was added in the 4.2 kernel.&#160; However from a few duckduckgo searches, it&#039;s been problematic.</p><p>Blacklisting of kernel mode setting drivers is less likely to work these days.</p><p>To boot with kernel mode setting disabled append nomodeset to the kernel command line (i915.modeset=0 also works).&#160; This can be made permanent via bootloader config.</p><p>The 3.16 kernel didn&#039;t support your hardware, so was likely loading the vesa driver.&#160; Disabling KMS on the 4.9 kernel and NOT explicitly loading the intel driver via any xorg&#160; configuration files, <em>should</em> yield the same result on the 4.9 kernel (the vesa driver being used).&#160; But surely just using vesa is not you end objective...?</p><p>You could just build a stable or mainline kernel, boot, startx leaving auto configured (no xorg config), cross your fingers and see what happens.</p><p>But mesa/drm and especially xorg (in particular xf86-video-intel) may all benefit from an upgrade.&#160; Simply put - the jessie release is probably too old for your hardware.&#160; It might be best for you to install the testing distribution.&#160; If the 4.9 kernel yields the same results there, building a newer kernel for that toolchain will be more worthwhile than building one for what you have now.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 11 Jan 2018 16:32:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7103#p7103</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7098#p7098</link>
			<description><![CDATA[<p>ok, apologies for the delay in replying - weekends/work etc... </p><p>So here goes...</p><p>1 - xorg.conf with only monitor section</p><div class="codebox"><pre><code>Section &quot;Monitor&quot;
	Identifier   &quot;default monitor&quot;
	VendorName   &quot;Lenovo&quot;
	ModelName    &quot;Thinkpad LCD&quot;
Modeline &quot;1024x768_60.00&quot;   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
Modeline &quot;0x0&quot;   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
EndSection</code></pre></div><p><em>The Identifier, VendorName and ModelName were changed by me for a further test after seeing messages related to &quot;no default monitor found&quot;</em></p><p>Anyhow, with the defaults, I got the same result - no screens configured<br />Log here : <a href="https://pastebin.com/1hY5k1bk" rel="nofollow">https://pastebin.com/1hY5k1bk</a></p><p>2 - xorg.conf with chipset declaration</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;
	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;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;NoAccel&quot;            	# [&lt;bool&gt;]
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
        #Option     &quot;Backlight&quot;          	# &lt;str&gt;
        #Option     &quot;DRI&quot;                	# &lt;str&gt;
        #Option     &quot;ColorKey&quot;           	# &lt;i&gt;
        #Option     &quot;VideoKey&quot;           	# &lt;i&gt;
        #Option     &quot;Tiling&quot;             	# [&lt;bool&gt;]
        #Option     &quot;LinearFramebuffer&quot;  	# [&lt;bool&gt;]
        #Option     &quot;SwapbuffersWait&quot;    	# [&lt;bool&gt;]
        #Option     &quot;TripleBuffer&quot;       	# [&lt;bool&gt;]
        #Option     &quot;XvPreferOverlay&quot;    	# [&lt;bool&gt;]
        #Option     &quot;HotPlug&quot;            	# [&lt;bool&gt;]
        #Option     &quot;ReprobeOutputs&quot;     	# [&lt;bool&gt;]
        #Option     &quot;XvMC&quot;               	# [&lt;bool&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;TearFree&quot;           	# [&lt;bool&gt;]
        #Option     &quot;PerCrtcPixmaps&quot;     	# [&lt;bool&gt;]
        #Option     &quot;FallbackDebug&quot;      	# [&lt;bool&gt;]
        #Option     &quot;DebugFlushBatches&quot;  	# [&lt;bool&gt;]
        #Option     &quot;DebugFlushCaches&quot;   	# [&lt;bool&gt;]
        #Option     &quot;DebugWait&quot;          	# [&lt;bool&gt;]
        #Option     &quot;BufferCache&quot;        	# [&lt;bool&gt;]
	Identifier  &quot;Card0&quot;
	Driver      &quot;intel&quot;
	BusID       &quot;PCI:0:2:0&quot;
	Chipset     &quot;i915&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;SWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;HWcursor&quot;           	# [&lt;bool&gt;]
        #Option     &quot;NoAccel&quot;            	# [&lt;bool&gt;]
        #Option     &quot;ShadowFB&quot;           	# [&lt;bool&gt;]
        #Option     &quot;VideoKey&quot;           	# &lt;i&gt;
        #Option     &quot;WrappedFB&quot;          	# [&lt;bool&gt;]
        #Option     &quot;GLXVBlank&quot;          	# [&lt;bool&gt;]
        #Option     &quot;ZaphodHeads&quot;        	# &lt;str&gt;
        #Option     &quot;PageFlip&quot;           	# [&lt;bool&gt;]
        #Option     &quot;SwapLimit&quot;          	# &lt;i&gt;
        #Option     &quot;AsyncUTSDFS&quot;        	# [&lt;bool&gt;]
        #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
	Identifier  &quot;Card1&quot;
	Driver      &quot;nouveau&quot;
	BusID       &quot;PCI:1:0:0&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</code></pre></div><p>Again, no joy with startx</p><p>log here : <a href="https://pastebin.com/nK1vtTnJ" rel="nofollow">https://pastebin.com/nK1vtTnJ</a></p><p>3 - I tried the linux-image-4.9.0-0.bpo.2-amd64 kernel but still no difference :-(</p><p>4 - I don&#039;t have nomodeset or vga= as kernel parameters</p><p>5 - doing the egrep command I get no output on 3.6 or 4.9 kernels</p><div class="codebox"><pre><code>root@devuan:/home/user# egrep -R i915 /etc/modprobe.d
root@devuan:/home/user# </code></pre></div><p>So what now ? <br />Do I give up and start again? (I&#039;ll be honest, it&#039;s beginning to feel like this - I need to start using this laptop and I&#039;ve never had such problems with linux before - Ubuntu/Centos/Fedora...&#160; albeit, none of those were on this latest laptop)</p><p>Thanks again, Steve</p>]]></description>
			<author><![CDATA[dummy@example.com (stevewalsh)]]></author>
			<pubDate>Thu, 11 Jan 2018 14:24:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7098#p7098</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7022#p7022</link>
			<description><![CDATA[<p>Hi Steve,</p><p>Looks like you&#039;re still working this problem. I don&#039;t have a fix, but here are some links that might help:</p><p>First, <a href="https://wiki.archlinux.org/index.php/" rel="nofollow">Intel_graphics</a> says</p><div class="quotebox"><blockquote><div><p>Make sure you do not have nomodeset or vga= as a kernel parameter, since Intel requires kernel mode-setting.<br />Also, check that you have not disabled Intel by using any modprobe blacklisting within /etc/modprobe.d/ or /usr/lib/modprobe.d/</p></div></blockquote></div><p>FWIW, my Devuan Jessie has</p><div class="codebox"><pre><code>[7]  bryan: egrep -R i915 /etc/modprobe.d
/etc/modprobe.d/i915-kms.conf:options i915 modeset=1:</code></pre></div><p> even though I&#039;m actually using a somewhat elderly Radeon 3000. &quot;dpkg -S&quot; can&#039;t find any package it belongs to, so I&#039;m not sure exactly where that comes from.</p><p>Second, <a href="https://wiki.archlinux.org/index.php/kernel_mode_setting" rel="nofollow">Kernel mode setting</a> says</p><div class="quotebox"><blockquote><div><p>you should always disable:<br />&#160; &#160; Any vga= options in your bootloader as these will conflict with the native resolution enabled by KMS.<br />&#160; &#160; Any video= lines that enable a framebuffer that conflicts with the driver.<br />&#160; &#160; Any other framebuffer drivers (such as uvesafb).</p></div></blockquote></div><p>Finally, <a href="https://wiki.archlinux.org/index.php/kernel_mode_setting#Forcing_modes_and_EDID" rel="nofollow">enforcing the mode</a> talks about EDID issues, just in case the i915 has issues there.</p><p>Hope this is helpful.</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Sat, 06 Jan 2018 20:29:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7022#p7022</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7020#p7020</link>
			<description><![CDATA[<p>Looking at kernels on Jessie, you have available linux-image-4.9.0-0.bpo.4-amd64 and linux-image-4.9.0-0.bpo.2-amd64.<br />These version numbers are the package numbers which are a bit different from the kernel versions.<br />The bpo.4 package is kernel 4.9.65-3+deb9u1~.<br />It is kernel 4.9.65 which people are complaining about causing graphics difficulties.<br />The bpo.2 package is kernel 4.9.18-1~bpo8+1.<br />Some people have reported that going back to an earlier 4.9 kernel got round their graphics problems.<br />If it is easy for you to try this earlier version, it may show whether the kernel is the problem.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sat, 06 Jan 2018 16:06:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7020#p7020</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7010#p7010</link>
			<description><![CDATA[<p>The more I read in on this, the more wrong I think I am, and the problem is in fact that the <span class="bbc">intel</span> module gets unloaded, which seems to be because it can&#039;t detect the chipset. The underlying reason for that is one of many possibilities, but maybe an explicit chipset declaration in <span class="bbc">xorg.conf</span> would make a difference. I.e., a <span class="bbc">device</span> section including a chipset declaration.</p><p>For example, that you create an <span class="bbc">xorg.conf</span> with the working kernel, and then use that with the new kernel, adding a <span class="bbc">chipset &quot;i915&quot;</span> declaration for <span class="bbc">device &quot;intel&quot;</span> .</p><p>However there may well be an &quot;external&quot; (to X) reason why probing fails, and why no screens are detected; even some kind of permission problem between the program (X) and the device (kernel).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 06 Jan 2018 06:09:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7010#p7010</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7007#p7007</link>
			<description><![CDATA[<p>Note:<em> I just learned that the &quot;pinning&quot; of <span class="bbc">ascii</span> seems to require a &quot;pinning&quot; of <span class="bbc">testing</span> as well, so I&#039;ve updated my post above (#6) for that. It doesn&#039;t really make a difference tor the topic here; it&#039;s just if someone tries that tidbit on some other quest.</em></p><p>So, the problem relates to the <span class="bbc">nouveau</span> module, rather. The <span class="bbc">3.6</span> kernel appears to have these modules compiled into the kernel, so comparisons of kernels don&#039;t say much.</p><p>I then see some 3 lines of inquiry, including that of declaring mode lines (and backgrounding @Geoff&#039;s point). The other two are to look into the solutions around &quot;optimus/bumblebee&quot;, and/or using an <span class="bbc">nvidia</span> module instead of <span class="bbc">nouveau</span>.</p><p>There may be more of course, and I don&#039;t know which approach is most likely to succeed (if any).</p><p>Declaring mode lines might be the &quot;least intrusive&quot;, but perhaps also the least likely to succeed. The steps for this would be:</p><ul><li><p>Use <span class="bbc">cvt 1024 768</span> to get a mode line to use</p></li><li><p>Use <span class="bbc">X -configure</span> to generate a <span class="bbc">xorg.conf</span> file, where you</p><ul><li><p>remove everything except the <span class="bbc">Monitor</span> section,</p></li><li><p>add the mode line twice, with the first renamed to be <span class="bbc">&quot;0x0&quot;</span>,</p></li><li><p>before installing it as <span class="bbc">/etc/X11/xorg.conf</span></p></li></ul></li></ul><p>That should be it, I think. Run <span class="bbc">startx</span> and capture the log, unless it works of course. The renamed mode line is as an attempt to pick up on the defaulted one as per the log; though that one is likely to, if it makes anything happier, still result in rendering a 0x0 screen, which isn&#039;t too useful. You also have a couple of test variations where you exclude the one or the other of the mode lines.</p><p>Ah, you need to undo my useless suggestions about i915.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 06 Jan 2018 02:41:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7007#p7007</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7005#p7005</link>
			<description><![CDATA[<p>Whoops! 4.13 is in backports in ascii and I just noticed that you are running Jessie. Sorry.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 05 Jan 2018 19:04:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7005#p7005</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7004#p7004</link>
			<description><![CDATA[<p>If I blacklist the i915 kernel module, 4.9 fails to boot up completely - onscreen it appears to hang during it&#039;s failed attempts to load iwlwifi... However, the /var/log/messages log contains further entries...<br />Full excerpt here : <a href="https://pastebin.com/VeWHXrxp" rel="nofollow">https://pastebin.com/VeWHXrxp</a></p><p>For what it&#039;s worth, the module has dependencies of : </p><div class="codebox"><pre><code>root@devuan:/home/user# modinfo -F depends i915
drm_kms_helper,drm,i2c-core,video,button,i2c-algo-bit</code></pre></div><p>Perhaps this will explain (to someone who knows) why the blacklisting fails... </p><p>Looking at PCI device 01:00.0, the outputs are :<br />3.16</p><div class="codebox"><pre class="vscroll"><code>01:00.0 VGA compatible controller: NVIDIA Corporation Device 13b0 (rev a2) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 222e
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR- INTx-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at d3000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 4000 [size=128]
	Expansion ROM at d4080000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 00000000fee003f8  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 &lt;64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s &lt;512ns, L1 &lt;4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
	Capabilities: [128 v1] Power Budgeting &lt;?&gt;
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 &lt;?&gt;
	Capabilities: [900 v1] #19

01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at d4000000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 &lt;64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s &lt;512ns, L1 &lt;4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: snd_hda_intel</code></pre></div><p>4.9</p><div class="codebox"><pre class="vscroll"><code>01:00.0 VGA compatible controller: NVIDIA Corporation Device 13b0 (rev a2) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 222e
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 133
	Region 0: Memory at d3000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 4000 [size=128]
	Expansion ROM at d4000000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee003b8  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 &lt;64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s &lt;512ns, L1 &lt;4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
	Capabilities: [128 v1] Power Budgeting &lt;?&gt;
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 &lt;?&gt;
	Capabilities: [900 v1] #19
	Kernel driver in use: nouveau</code></pre></div><p>@Geoff, I don&#039;t see kernel 4.13 in the backports </p><div class="codebox"><pre><code>root@devuan:/home/user# apt-cache search linux-image
linux-headers-3.16.0-4-amd64 - Header files for Linux 3.16.0-4-amd64
linux-image-3.16.0-4-amd64 - Linux 3.16 for 64-bit PCs
linux-image-3.16.0-4-amd64-dbg - Debugging symbols for Linux 3.16.0-4-amd64
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
nvidia-kernel-3.16.0-4-amd64 - NVIDIA binary kernel module for Linux 3.16.0-4-amd64
linux-image-4.9.0-0.bpo.4-amd64 - Linux 4.9 for 64-bit PCs
linux-image-4.9.0-0.bpo.4-amd64-dbg - Debug symbols for linux-image-4.9.0-0.bpo.4-amd64
linux-image-4.9.0-0.bpo.4-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
linux-image-4.9.0-0.bpo.4-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-0.bpo.4-rt-amd64
linux-image-4.9.0-2-grsec-amd64 - Linux 4.9 for 64-bit PCs, Grsecurity protection
linux-image-grsec-amd64 - Linux image meta-package, grsec featureset
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
linux-image-4.9.0-0.bpo.2-amd64 - Linux 4.9 for 64-bit PCs (signed)
linux-image-4.9.0-0.bpo.2-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT (signed)</code></pre></div><p>Again, thanks for the continued assistance and advice, at least the support for Devuan is keeping me going otherwise I might&#039;ve thrown in the towel before now :-)<br />Cheers,<br />Steve</p>]]></description>
			<author><![CDATA[dummy@example.com (stevewalsh)]]></author>
			<pubDate>Fri, 05 Jan 2018 18:46:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7004#p7004</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7003#p7003</link>
			<description><![CDATA[<p>There have been a number of graphics problems reported with 4.9. I hit one with Intel graphics, but there were others.</p><p><a href="https://dev1galaxy.org/viewtopic.php?id=1794" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=1794</a></p><p>There were suggestions that it was fixed by installing 4.13 from backports. This installs ok and I have not had any problems yet, but have not given it a good thrashing.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 05 Jan 2018 15:55:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7003#p7003</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7002#p7002</link>
			<description><![CDATA[<p>btw, what you want to use I would guess is the PCI device <span class="bbc">01:00.0</span> rather. Maybe you can check that with <span class="bbc">lspci -vvv -s 01:00</span> for the two kernels.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 05 Jan 2018 12:51:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7002#p7002</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7001#p7001</link>
			<description><![CDATA[<p>Ah, there should be a newline; though I&#039;m not sure that makes a difference by itself. Perhaps you should add the following line as well (with newline):</p><div class="codebox"><pre><code>install i915 /bin/false</code></pre></div><p> and probably rename the file to <span class="bbc">/etc/modprobe.d/blacklist.conf</span><br />The <span class="bbc">install</span> line supposedly fools the kernel to run the <span class="bbc">/bin/false</span> program as way of trying to install the module, with the desired effect of not installing it. Apparently, with &quot;just&quot; a <span class="bbc">blacklist</span> line, the module might be loaded anyhow due to a dependency from another module, whereas the added <span class="bbc">install</span> line should counteract that load path as well.</p><p>... and add it into the initramfs of course.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 05 Jan 2018 12:41:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7001#p7001</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] startx fails since upgrade to 4.9 kernel]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7000#p7000</link>
			<description><![CDATA[<p>Thanks for the advice...</p><p>Here&#039;s the lspci -vvv -s 2 output</p><p>3.16 kernel</p><div class="codebox"><pre class="vscroll"><code>00:02.0 VGA compatible controller: Intel Corporation Device 191d (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 222e
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at d2000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at a0000000 (64-bit, prefetchable) [size=512M]
	Region 4: I/O ports at 5000 [size=64]
	Expansion ROM at &lt;unassigned&gt; [disabled]
	Capabilities: [40] Vendor Specific Information: Len=0c &lt;?&gt;
	Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] #1b
	Capabilities: [200 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [300 v1] #13</code></pre></div><p>4.9 kernel</p><div class="codebox"><pre class="vscroll"><code>00:02.0 VGA compatible controller: Intel Corporation Device 191d (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 222e
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 130
	Region 0: Memory at d2000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at a0000000 (64-bit, prefetchable) [size=512M]
	Region 4: I/O ports at 5000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [40] Vendor Specific Information: Len=0c &lt;?&gt;
	Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] #1b
	Capabilities: [200 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [300 v1] #13
	Kernel driver in use: i915</code></pre></div><p>I created the blacklist file as advised and did the update-initramfs command </p><div class="codebox"><pre><code>root@devuan:/home/user# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.9.0-0.bpo.4-amd64</code></pre></div><p>Alas, when I reboot using the 4.9 kernel, the i915 module is still being used (checked with lscpi -k and -vvv -s 2 commands)</p><p>fyi - there are several other files in the /etc/modprobe.d dir</p><div class="codebox"><pre><code>root@devuan:/home/user# ls -al /etc/modprobe.d
total 20
drwxr-xr-x 1 root root  180 Jan  5 12:20 .
drwxr-xr-x 1 root root 3314 Jan  5 12:16 ..
-rw-r--r-- 1 root root   15 Jan  5 12:11 blacklist
-rw-r--r-- 1 root root  390 Apr  8  2017 fbdev-blacklist.conf
-rw-r--r-- 1 root root  154 Jul  9 01:33 intel-microcode-blacklist.conf
-rw-r--r-- 1 root root   16 Jun 14  2014 libpisock9.conf
-rw-r--r-- 1 root root   51 Jul 13  2015 modesetting.conf</code></pre></div><p>I&#039;ve checked and blacklist contains only the line you suggested - no new line after etc... </p><p>Again, thanks for everyones continued help with this... <br />Steve</p>]]></description>
			<author><![CDATA[dummy@example.com (stevewalsh)]]></author>
			<pubDate>Fri, 05 Jan 2018 12:25:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7000#p7000</guid>
		</item>
	</channel>
</rss>
