ubuntu:gpu:nouveau:blacklist_the_nouveau_driver
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:nouveau:blacklist_the_nouveau_driver [2025/05/21 18:30] – [Blacklist the nouveau driver] peter | ubuntu:gpu:nouveau:blacklist_the_nouveau_driver [2025/05/21 18:46] (current) – peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
To prevent the host OS from loading the built-in nouveau driver for NVIDIA GPUs. | To prevent the host OS from loading the built-in nouveau driver for NVIDIA GPUs. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check if the Nouveau driver is loaded ===== | ||
+ | |||
+ | <code bash> | ||
+ | lsmod | grep nouveau | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | nouveau | ||
+ | mxm_wmi | ||
+ | video 49152 1 nouveau | ||
+ | i2c_algo_bit | ||
+ | ttm | ||
+ | drm_kms_helper | ||
+ | drm | ||
+ | wmi 32768 5 wmi_bmof, | ||
+ | </ | ||
---- | ---- | ||
Line 8: | Line 29: | ||
<code bash> | <code bash> | ||
- | sudo bash -c "echo blacklist nouveau > / | + | sudo bash -c "echo blacklist nouveau > / |
- | sudo bash -c "echo options nouveau modeset=0 >> / | + | sudo bash -c "echo options nouveau modeset=0 >> / |
</ | </ | ||
+ | |||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
- | <file bash / | + | * The **blacklist nouveau** line suggests that the module loading system should not load the Nouveau driver automatically. |
- | blacklist | + | * The **options |
- | </ | + | |
</ | </ | ||
Line 23: | 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 / | + | cat / |
</ | </ | ||
ubuntu/gpu/nouveau/blacklist_the_nouveau_driver.1747852204.txt.gz · Last modified: 2025/05/21 18:30 by peter