<?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: A Beginner's Guide to Installing Gentoo: Part One</title>
	<atom:link href="http://billymg.com/2022/03/a-beginners-guide-to-installing-gentoo-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://billymg.com/2022/03/a-beginners-guide-to-installing-gentoo-part-one/</link>
	<description></description>
	<pubDate>Fri, 24 Apr 2026 14:24:11 +0000</pubDate>
	<generator>http://polimedia.us</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A Beginner's Guide to Using PGP &#171; billymg</title>
		<link>http://billymg.com/2022/03/a-beginners-guide-to-installing-gentoo-part-one/comment-page-1/#comment-554</link>
		<dc:creator>A Beginner's Guide to Using PGP &#171; billymg</dc:creator>
		<pubDate>Mon, 06 Mar 2023 23:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=88#comment-554</guid>
		<description>[...] A Beginner's Guide to Installing Gentoo: Part One  [...]</description>
		<content:encoded><![CDATA[<p>[...] A Beginner's Guide to Installing Gentoo: Part One  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billymg</title>
		<link>http://billymg.com/2022/03/a-beginners-guide-to-installing-gentoo-part-one/comment-page-1/#comment-552</link>
		<dc:creator>billymg</dc:creator>
		<pubDate>Tue, 10 May 2022 09:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=88#comment-552</guid>
		<description>&lt;strong&gt;@crtdaydreams&lt;/strong&gt;

Good note about the USE flags, I really should include a base set of those alongside the crapolade ban list. For &lt;code&gt;x11-base/xorg-server&lt;/code&gt; enable the USE flag &lt;code&gt;suid&lt;/code&gt; to get around the &lt;code&gt;elogind&lt;/code&gt; requirement (this was going to be in "part two" since part one doesn't get as far as the graphical environment).

Here is what my 'crapolade' file looks like on what I consider to be a complete toilet box, to give some idea of the items I reluctantly enabled to get different parts of the &lt;a href="http://logs.bitdash.io/asciilifeform/2022-05-10#1100892" target="_blank" rel="nofollow"&gt;nintendo&lt;/a&gt; working:


&lt;pre&gt;&lt;code&gt;# systemdisms
sys-apps/systemd
#sys-apps/systemd-tmpfiles
#sys-fs/udev
#virtual/tmpfiles
sys-auth/consolekit
sys-auth/polkit
#sys-apps/dbus

media-video/libav
gnome-base/gconf
#&gt;=app-crypt/gnupg-2.0.22
#app-accessibility/at-spi2-atk
#app-accessibility/at-spi2-core
gnome-extra/polkit-gnome
#dev-util/gdbus-codegen
gnome-base/dconf
#&gt;=x11-libs/gtk+-3.0.0
#&gt;=sys-devel/gcc-5.0&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><strong>@crtdaydreams</strong></p>
<p>Good note about the USE flags, I really should include a base set of those alongside the crapolade ban list. For <code>x11-base/xorg-server</code> enable the USE flag <code>suid</code> to get around the <code>elogind</code> requirement (this was going to be in "part two" since part one doesn't get as far as the graphical environment).</p>
<p>Here is what my 'crapolade' file looks like on what I consider to be a complete toilet box, to give some idea of the items I reluctantly enabled to get different parts of the <a href="http://logs.bitdash.io/asciilifeform/2022-05-10#1100892" target="_blank" rel="nofollow">nintendo</a> working:</p>
<pre><code># systemdisms
sys-apps/systemd
#sys-apps/systemd-tmpfiles
#sys-fs/udev
#virtual/tmpfiles
sys-auth/consolekit
sys-auth/polkit
#sys-apps/dbus

media-video/libav
gnome-base/gconf
#>=app-crypt/gnupg-2.0.22
#app-accessibility/at-spi2-atk
#app-accessibility/at-spi2-core
gnome-extra/polkit-gnome
#dev-util/gdbus-codegen
gnome-base/dconf
#>=x11-libs/gtk+-3.0.0
#>=sys-devel/gcc-5.0</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: crtdaydreams</title>
		<link>http://billymg.com/2022/03/a-beginners-guide-to-installing-gentoo-part-one/comment-page-1/#comment-550</link>
		<dc:creator>crtdaydreams</dc:creator>
		<pubDate>Tue, 10 May 2022 01:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=88#comment-550</guid>
		<description>1. When configuring your kernel, if you're using a wireless card, read &lt;a href="https://wiki.gentoo.org/wiki/Wifi" title="Gentoo Wiki: Wifi" rel="nofollow"&gt;this&lt;/a&gt; first and be sure to enable the correct kernel modules for your card.
2. If you're installing Nvidia proprietary drivers through emerge, you will have to enable most systemdisms and a few other packages in /etc/portage/packages.mask/crapolade, to counteract this and prevent these from bloating up your build, disable them with USE flags in /etc/portage/make.conf. For a few packages when installing xserver, you may have to re-enable pam, elogind, etc. in /etc/portage/packages.use/$package_name. Emerge is kind enough to let you know. Here's a &lt;a href="https://www.gentoo.org/support/use-flags/" title="List of USE Flags" rel="nofollow"&gt;list&lt;/a&gt;
3. If you're using an NVMe drive or SSD, read up on &lt;a href="https://wiki.archlinux.org/title/Solid_state_drive" title="Arch Wiki: Solid State Drive" rel="nofollow"&gt;taking care of it.&lt;/a&gt; There are numerous things you can do to lower the lifespan of your device, like excessive TRIM or an incorrect configuration in /etc/fstab. Show your hardware a little bit of love.</description>
		<content:encoded><![CDATA[<p>1. When configuring your kernel, if you're using a wireless card, read <a href="https://wiki.gentoo.org/wiki/Wifi" title="Gentoo Wiki: Wifi" rel="nofollow">this</a> first and be sure to enable the correct kernel modules for your card.<br />
2. If you're installing Nvidia proprietary drivers through emerge, you will have to enable most systemdisms and a few other packages in /etc/portage/packages.mask/crapolade, to counteract this and prevent these from bloating up your build, disable them with USE flags in /etc/portage/make.conf. For a few packages when installing xserver, you may have to re-enable pam, elogind, etc. in /etc/portage/packages.use/$package_name. Emerge is kind enough to let you know. Here's a <a href="https://www.gentoo.org/support/use-flags/" title="List of USE Flags" rel="nofollow">list</a><br />
3. If you're using an NVMe drive or SSD, read up on <a href="https://wiki.archlinux.org/title/Solid_state_drive" title="Arch Wiki: Solid State Drive" rel="nofollow">taking care of it.</a> There are numerous things you can do to lower the lifespan of your device, like excessive TRIM or an incorrect configuration in /etc/fstab. Show your hardware a little bit of love.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
