Difference between revisions of "Configure NVIDIA (non-free) settings and load them on Startup"
Views
Actions
Namespaces
Variants
Tools
Configure NVIDIA (non-free) settings and load them on Startup (view source)
Revision as of 20:06, 7 February 2019
, 5 years ago→Corrected the xinitrc edit (removed exec from nvidia command
imported>Petsam m (→Bumblebee and Steam: added warning) |
imported>Petsam |
||
Line 54: | Line 54: | ||
'''4.''' Save the .nvidia-settings-rc to the default location specified ('''/home/[your account name]''') | '''4.''' Save the .nvidia-settings-rc to the default location specified ('''/home/[your account name]''') | ||
'''5.''' Edit the .xinitrc file. | '''5.''' Edit the .xinitrc file with your preferred text editor. For example, run this in your terminal: | ||
sudo gedit ~/.xinitrc | sudo gedit ~/.xinitrc | ||
'''6.''' Once opened, add the following line into the configuration file: | '''6.''' Once opened, add the following line into the configuration file, before the last line that starts with 'exec' : | ||
nvidia-settings --load-config-only | |||
exec $(get_session) | |||
'''7.''' Save and exit. | '''7.''' Save and exit. | ||
= Troubleshooting: X-Server Failed to Start and Install = | = Troubleshooting: X-Server Failed to Start and Install = |