NVIDIA: Difference between revisions
imported>User m swap sections |
imported>User No edit summary |
||
Line 79: | Line 79: | ||
* Wrong DPI calculation (in this case provide dpi manually <syntaxHighlight lang="nix">services.xserver.dpi = 96;</syntaxHighlight>) | * Wrong DPI calculation (in this case provide dpi manually <syntaxHighlight lang="nix">services.xserver.dpi = 96;</syntaxHighlight>) | ||
* Black screen after system upgrade | * Black screen after system upgrade | ||
* No video playback acceleration available (vaapi) | |||
An example of a final configuration is below | An example of a final configuration is below | ||
Line 95: | Line 96: | ||
=== Bumblebee === | === Bumblebee === | ||
Deprecated solution. | Deprecated solution. You should use [[Nvidia#offload_mode offload mode]] instead. | ||
Use option <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> | Use option <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> |