<div dir="ltr">Thank you very much for the specific instruction. That is very helpful. <div><br></div><div>The lshw command no longer says nouveau but it doesn't say nvidia either so where am? Actually no longer says "driver=" The playback is still jerky so not like 0.21 yet. I would feel better if it said driver=nvidia :-)<div><br></div><div><div>allen@MythNew:~$ sudo lshw -C video</div><div> *-display UNCLAIMED</div><div> description: VGA compatible controller</div><div> product: NV44 [GeForce 6200 LE]</div><div> vendor: NVIDIA Corporation</div><div> physical id: 0</div><div> bus info: pci@0000:01:00.0</div><div> version: a1</div><div> width: 64 bits</div><div> clock: 33MHz</div><div> capabilities: pm msi pciexpress vga_controller bus_master cap_list</div><div> configuration: latency=0</div><div> resources: memory:fd000000-fdffffff memory:c0000000-dfffffff memory:fc000000-fcffffff memory:c0000-dffff</div></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 24, 2018 at 9:58 PM, Jan Ceuleers <span dir="ltr"><<a href="mailto:jan.ceuleers@gmail.com" target="_blank">jan.ceuleers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 25/08/18 00:31, Allen Edwards wrote:<br>
> Looks like the blacklist isn't working.<br>
<br>
</span>As others have said make sure that the initramfs has been updated with<br>
this blacklist directive as well.<br>
<br>
On Debian-esque distributions such as Ubuntu the following incantation<br>
will do that:<br>
<br>
sudo update-initramfs -u -k all<br>
<br>
Then reboot.<br>
<br>
The point is that modules can get loaded early during the boot process,<br>
before the root filesystem has been loaded. Those modules are packaged<br>
up into a compressed file called the initramfs (initial RAM filesystem)<br>
which gets loaded into memory just after the kernel does. It contains<br>
early initialisation code to bring the system to the point where it can<br>
mount the root fs and then pivots to it. The update-initramfs script<br>
propagates your runtime configuration into the initramfs.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>