Disable-nouveau.conf

From Freephile Wiki
Revision as of 16:23, 26 June 2025 by Admin (talk | contribs) (Created page with "<code>cat /etc/modprobe.d/disable-nouveau.conf</code> (The 'blacklist' and 'options' command lines are commented thus preventing the file from having any effect.)<syntaxhighlight lang="bash"> ## disable the nouveau driver ## and prevent it from doing modeset # blacklist nouveau # options nouveau modeset=0 </syntaxhighlight> Category:System Administration Category:Linux Category:Graphics")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

cat /etc/modprobe.d/disable-nouveau.conf

(The 'blacklist' and 'options' command lines are commented thus preventing the file from having any effect.)

## disable the nouveau driver
## and prevent it from doing modeset
#   blacklist nouveau
#   options nouveau modeset=0