User Tools

Site Tools


ubuntu:gpu:nouveau:blacklist_the_nouveau_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:nouveau:blacklist_the_nouveau_driver [2025/05/21 18:33] peterubuntu:gpu:nouveau:blacklist_the_nouveau_driver [2025/05/21 18:46] (current) peter
Line 29: Line 29:
  
 <code bash> <code bash>
-sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf" +sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf" 
-sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"+sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nouveau.conf"
 </code> </code>
 +
  
 <WRAP info> <WRAP info>
-**NOTE:**  An alternative way to do this is to create the file manually **/etc/modprobe.d/blacklist-nvidia-nouveau.conf**:+**NOTE:**  The **/etc/modprobe.d/blacklist-nouveau.conf** could also be created manually, if required.
  
-<file bash /etc/modprobe.d/blacklist-nvidia-nouveau.conf> +  * The **blacklist nouveau** line suggests that the module loading system should not load the Nouveau driver automatically
-blacklist nouveau +  * The **options nouveau modeset=0** line aims to prevent Nouveau from initializing display modes early in the boot process.
-</file>+
  
 </WRAP> </WRAP>
Line 44: Line 44:
 ---- ----
  
-===== Confirm the content of the newly created modeprobe file blacklist-nvidia-nouveau.conf =====+===== Confirm the content of the newly created modeprobe file blacklist-nouveau.conf =====
  
 <code bash> <code bash>
-cat /etc/modprobe.d/blacklist-nvidia-nouveau.conf+cat /etc/modprobe.d/blacklist-nouveau.conf
 </code> </code>
  
ubuntu/gpu/nouveau/blacklist_the_nouveau_driver.1747852397.txt.gz · Last modified: 2025/05/21 18:33 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki