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 15:46] – peter | ubuntu:gpu:nouveau:blacklist_the_nouveau_driver [2025/05/21 18:46] (current) – peter | ||
---|---|---|---|
Line 4: | Line 4: | ||
---- | ---- | ||
+ | |||
+ | ===== 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 10: | 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 25: | 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 / |
</ | </ | ||
Line 49: | Line 68: | ||
===== Reboot the system ===== | ===== Reboot the system ===== | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | |||
+ | * Be sure that you have the SSH enabled on your system to be able login remotely or use **CTRL+ALT+F2** to switch TTY console and continue with the installation of an alternative GPU driver. | ||
+ | |||
+ | </ | ||
+ | |||
<code bash> | <code bash> | ||
sudo reboot | sudo reboot | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ |
ubuntu/gpu/nouveau/blacklist_the_nouveau_driver.1747842390.txt.gz · Last modified: 2025/05/21 15:46 by peter