NVIDIA: Difference between revisions
imported>User No edit summary |
imported>User m sync mode |
||
Line 31: | Line 31: | ||
Official solution by nvidia. | Official solution by nvidia. | ||
==== | ==== sync mode ==== | ||
In this mode nvidia card is turned on constantly, having impact on laptop battery and health. | Old solution by nvidia. In this mode nvidia card is turned on constantly, having impact on laptop battery and health. | ||
Possible issues: | |||
* | * Hangs of applications after resume from suspend | ||
* Wrong DPI calculation (in this case provide dpi manually <syntaxHighlight lang="nix">services.xserver.dpi = 96;</syntaxHighlight>) | |||
* Black screen after system upgrade | |||
* | |||
* | |||
Firstly you need to enable the proprietary nvidia driver | Firstly you need to enable the proprietary nvidia driver | ||
Line 80: | Line 76: | ||
<nowiki>PCI:9:31:0</nowiki> | <nowiki>PCI:9:31:0</nowiki> | ||
An example of a final configuration is below | An example of a final configuration is below |