<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hey #NixOS maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine.]]></title><description><![CDATA[<p>Hey <a href="https://social.treehouse.systems/tags/NixOS" rel="tag">#<span>NixOS</span></a> maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine. I have to do</p><pre><code> boot.initrd.systemd.services.plymouth-start = {<br />  after = [ "systemd-modules-load.service" ];<br />  requires = [ "systemd-modules-load.service" ];<br />};<br /></code></pre><p>So that it starts <em>after</em> the nvidia driver.</p><p>(Specifically, with systemd initrd)</p><p>...Who do I report this to on nixpkgs? nVidia? Plymouth?</p><p>(Context: Plymouth manages to start up in about 0.6 seconds, and then gets booted out at 2.somthing seconds when the nVidia driver starts up)</p>]]></description><link>https://board.circlewithadot.net/topic/068a450e-3751-4632-900a-c46b85146686/hey-nixos-maintainers-i-found-a-fix-for-nvidia-drivers-not-letting-plymouth-work-on-my-machine.</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 21:41:11 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/068a450e-3751-4632-900a-c46b85146686.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Apr 2026 08:38:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hey #NixOS maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine. on Mon, 27 Apr 2026 14:23:27 GMT]]></title><description><![CDATA[<p><span><a href="/user/krutonium%40social.treehouse.systems">@<span>krutonium</span></a></span> Plymouth still starts up for me but it's only after the LUKS password prompt/nvidia driver, and honestly, it all boots up so fast that I only see the splash screen for maybe a second and a half before I'm looking at my login manager anyways.</p>]]></description><link>https://board.circlewithadot.net/post/https://social.zerojay.com/users/jay/statuses/116477120203208091</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://social.zerojay.com/users/jay/statuses/116477120203208091</guid><dc:creator><![CDATA[jay@social.zerojay.com]]></dc:creator><pubDate>Mon, 27 Apr 2026 14:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to Hey #NixOS maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine. on Sun, 26 Apr 2026 22:38:59 GMT]]></title><description><![CDATA[<p><span><a href="/user/jay%40social.zerojay.com" rel="nofollow noopener">@<span>jay</span></a></span> Yep! The difference between us is LUKS which prevents Plymouth from starting up afaik.</p><p>All present in my initrd.</p><p>nVidia's drivers just have a ~2 second startup time.</p>]]></description><link>https://board.circlewithadot.net/post/https://social.treehouse.systems/users/krutonium/statuses/116473406369111436</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://social.treehouse.systems/users/krutonium/statuses/116473406369111436</guid><dc:creator><![CDATA[krutonium@social.treehouse.systems]]></dc:creator><pubDate>Sun, 26 Apr 2026 22:38:59 GMT</pubDate></item><item><title><![CDATA[Reply to Hey #NixOS maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine. on Sun, 26 Apr 2026 10:49:33 GMT]]></title><description><![CDATA[<p><span><a href="/user/krutonium%40social.treehouse.systems">@<span>krutonium</span></a></span> Do you have the nvidia drivers included in the initrd? If you do, the drivers load before Plymouth starts up.</p><p> boot = {<br />      initrd = {<br />        kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_drm" "nvidia_uvm" ];<br />      };<br />    };</p><p>So when I boot up, I get the standard text console followed by the Nvidia driver loading and the text console looking "better" due to the resolution change, then I get the LUKS passphrase unlock for my drives followed by Plymouth starting up afterwards.</p>]]></description><link>https://board.circlewithadot.net/post/https://social.zerojay.com/users/jay/statuses/116470616808644497</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://social.zerojay.com/users/jay/statuses/116470616808644497</guid><dc:creator><![CDATA[jay@social.zerojay.com]]></dc:creator><pubDate>Sun, 26 Apr 2026 10:49:33 GMT</pubDate></item><item><title><![CDATA[Reply to Hey #NixOS maintainers - I found a fix for nVidia Drivers not letting Plymouth work on my machine. on Sun, 26 Apr 2026 09:16:48 GMT]]></title><description><![CDATA[<p><span><a href="/user/krutonium%40social.treehouse.systems">@<span>krutonium</span></a></span> might be best to make a nixos discourse forum post?</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/novet/statuses/116470252056502189</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/novet/statuses/116470252056502189</guid><dc:creator><![CDATA[novet@infosec.exchange]]></dc:creator><pubDate>Sun, 26 Apr 2026 09:16:48 GMT</pubDate></item></channel></rss>