<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Remember: don&#8217;t kldload i915 too soon	</title>
	<atom:link href="https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Tue, 28 Nov 2017 16:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: flythedragon		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487037</link>

		<dc:creator><![CDATA[flythedragon]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 16:04:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487037</guid>

					<description><![CDATA[Yeah.. encountered that issue, when I upgraded my DFBSD 4.8 to 5.]]></description>
			<content:encoded><![CDATA[<p>Yeah.. encountered that issue, when I upgraded my DFBSD 4.8 to 5.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487034</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 16:01:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487034</guid>

					<description><![CDATA[Thomas - you are right.  It&#039;s a kernel load no matter what; so it&#039;s timing that matters.]]></description>
			<content:encoded><![CDATA[<p>Thomas &#8211; you are right.  It&#8217;s a kernel load no matter what; so it&#8217;s timing that matters.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas Nikolajsen		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487033</link>

		<dc:creator><![CDATA[Thomas Nikolajsen]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 15:53:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487033</guid>

					<description><![CDATA[Ok, seem like header should be: &quot;Do kldload i915&quot; or &quot;Don&#039;t load i915 from loader&quot;]]></description>
			<content:encoded><![CDATA[<p>Ok, seem like header should be: &#8220;Do kldload i915&#8221; or &#8220;Don&#8217;t load i915 from loader&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487032</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 14:57:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487032</guid>

					<description><![CDATA[Putting drm_load=&quot;YES&quot; in rc.conf works too.  That doesn&#039;t really change anything.]]></description>
			<content:encoded><![CDATA[<p>Putting drm_load=&#8221;YES&#8221; in rc.conf works too.  That doesn&#8217;t really change anything.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas Nikolajsen		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487031</link>

		<dc:creator><![CDATA[Thomas Nikolajsen]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 14:56:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487031</guid>

					<description><![CDATA[Are you sure you headline is correct?
It seems reversed:
kldload(8) is for loading kernel modules after kernel is booted.
load is for loading modules from loader(8), i.e. before kernel is booted.
/etc/rc.conf is configuration options for after kernel boot.
/boot/loader.conf is configuration options for loader(8).
How about man pages: is working order documented there?
I didn&#039;t find mention of /boot/loader.conf vs /etc/rc.conf in i915(8) (which links to i915kms(8)).]]></description>
			<content:encoded><![CDATA[<p>Are you sure you headline is correct?<br />
It seems reversed:<br />
kldload(8) is for loading kernel modules after kernel is booted.<br />
load is for loading modules from loader(8), i.e. before kernel is booted.<br />
/etc/rc.conf is configuration options for after kernel boot.<br />
/boot/loader.conf is configuration options for loader(8).<br />
How about man pages: is working order documented there?<br />
I didn&#8217;t find mention of /boot/loader.conf vs /etc/rc.conf in i915(8) (which links to i915kms(8)).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487030</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 13:50:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487030</guid>

					<description><![CDATA[mikegpu - if you put it in rc.conf, the virtual console will still work.  It just loads a few seconds later.

I haven&#039;t tried moving the load of drm.ko into rc.conf to see if that combo works any better yet.]]></description>
			<content:encoded><![CDATA[<p>mikegpu &#8211; if you put it in rc.conf, the virtual console will still work.  It just loads a few seconds later.</p>
<p>I haven&#8217;t tried moving the load of drm.ko into rc.conf to see if that combo works any better yet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mikegpu		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487029</link>

		<dc:creator><![CDATA[mikegpu]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 11:22:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487029</guid>

					<description><![CDATA[&#062; though if you never plan to run X, you can put it in loader.conf and everything will just work

Is that for the virtual console and does it mean if I put it in rc.conf, the console will be non-functional but Xorg will work?]]></description>
			<content:encoded><![CDATA[<p>&gt; though if you never plan to run X, you can put it in loader.conf and everything will just work</p>
<p>Is that for the virtual console and does it mean if I put it in rc.conf, the console will be non-functional but Xorg will work?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mikegpu		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487028</link>

		<dc:creator><![CDATA[mikegpu]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 11:21:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487028</guid>

					<description><![CDATA[&#062; Been there, done that, put in an Nvidia card on a desktop. Yes, I know that’s not an option on a laptop.

Or you can get a laptop with nvidia and a sufficient battery.

Intel&#039;s drivers have been getting worse for a while. Hope they concentrate on stability soon.]]></description>
			<content:encoded><![CDATA[<p>&gt; Been there, done that, put in an Nvidia card on a desktop. Yes, I know that’s not an option on a laptop.</p>
<p>Or you can get a laptop with nvidia and a sufficient battery.</p>
<p>Intel&#8217;s drivers have been getting worse for a while. Hope they concentrate on stability soon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mer		</title>
		<link>https://www.dragonflydigest.com/2017/11/23/remember-dont-kldload-i915/comment-page-1/#comment-487026</link>

		<dc:creator><![CDATA[mer]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 08:05:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20503#comment-487026</guid>

					<description><![CDATA[Been there, done that, put in an Nvidia card on a desktop.  Yes, I know that&#039;s not an option on a laptop.]]></description>
			<content:encoded><![CDATA[<p>Been there, done that, put in an Nvidia card on a desktop.  Yes, I know that&#8217;s not an option on a laptop.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
