NVIDIA: Difference between revisions
imported>Gerg-L No edit summary |
imported>Dustsucker m add: fixing non autoloading kernel module help |
||
| Line 294: | Line 294: | ||
== Troubleshooting == | == Troubleshooting == | ||
===Booting to Terminal=== | |||
If you encounter the Problem of booting to The Terminal you might try adding the nvidia kernel modul manually with: | |||
<syntaxHighlight lang="nix"> | |||
boot.intrd.kernelModules = [ "nvidia" ] | |||
boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ] | |||
</syntaxHighlight> | |||
=== Fix screen tearing === | === Fix screen tearing === | ||
You may often incounter screen tearing or artifacts when using proprietary Nvidia drivers. You can fix that by forcing full composition pipeline. | You may often incounter screen tearing or artifacts when using proprietary Nvidia drivers. You can fix that by forcing full composition pipeline. | ||