Difference between revisions of "Configure NVIDIA (non-free) settings and load them on Startup"

imported>Viking60
imported>Handy
Line 28: Line 28:
3. Click on 'nvidia-settings configuration' tab and click on the 'Save Current Configuration' button.
3. Click on 'nvidia-settings configuration' tab and click on the 'Save Current Configuration' button.


4. Save the .nvidia-settings-rc to the default location specified ( /etc/user_name )
4. Save the .nvidia-settings-rc to the default location specified ( /home/user_name )


5. Open terminal and type 'sudo gedit ~/.xinitrc' (or 'sudo gedit /etc/user_name/.xinitrc') -> replace gedit with text editor of choice.
5. Open terminal and type 'sudo gedit ~/.xinitrc' (or 'sudo gedit /home/user_name/.xinitrc') -> replace gedit with text editor of choice.


6. Once opened, add 'exec nvidia-settings --load-config-only' on a new line (do not add the ' ' ).
6. Once opened, add 'exec nvidia-settings --load-config-only' on a new line (do not add the ' ' ).


7. Save and exit.
7. Save and exit.


==Summary:==
==Summary:==
Anonymous user