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 22:22, 6 November 2013
, 11 years agono edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 42: | Line 42: | ||
= | =Configure X Screen settings (OpenGL Settings, Antialiasing, X Server XVideo)= | ||
1. Open terminal and | 1. Open your terminal and enter the following command: | ||
nvidia-settings | |||
2. Change settings in X Server XVideo Settings, OpenGL and Antialiasing, in the 'X Screen' tab. | 2. Change settings in X Server XVideo Settings, OpenGL and Antialiasing, in the 'X Screen' tab. | ||
Line 51: | Line 54: | ||
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 ( /home/ | 4. Save the .nvidia-settings-rc to the default location specified ('''/home/[your account name]''') | ||
5. Edit the .xinitrc file. To do so, enter the following into your terminal: | |||
sudo gedit ~/.xinitrc | |||
6. Once opened, add the following line into the configuration file: | |||
exec nvidia-settings --load-config-only | |||
7. Save and exit. | 7. Save and exit. | ||
=Summary= | |||
There you go. This should (hopefully) solve those having issues with the NVIDIA non-free drivers for loading specific resolutions/refresh rates and X Screen settings on startup. | There you go. This should (hopefully) solve those having issues with the NVIDIA non-free drivers for loading specific resolutions/refresh rates and X Screen settings on startup. | ||
X Server | = Troubleshooting: X-Server Failed to Start and Install = | ||
Where there has been an error during the installation process, upon rebooting you may see the following error message: '''modprobe: ERROR: could not insert nvidia : No such a device''' | |||
If this happens: | |||
1. Remove the NVIDIA driver by entering the following command into your terminal: | |||
sudo mhwd -r pci video-nvidia | |||
2. Reboot your computer | |||
3. Enter the following into your terminal: | |||
sudo gedit /etc/mkinitcpio.conf | |||
4. delete the word '''nouveau''' from the following line: | |||
MODULES=" nouveau" | |||
It should now look like this (i.e. keep the speech marks ("")): | |||
MODULES="" | |||
5. Save and close the file. | |||
6. It is now necessary to reconfigure your existing kernel to take into account this change. The syntax of the necessary command to enter into your terminal is: | |||
sudo mkinitcpio -p [linux kernel version] | |||
For example, if you are currently using Kernel 3.10, you would enter the following: | |||
sudo mkinitcpio -p linux310 | |||
For kernel 3.11, you would enter the following: | |||
sudo mkinitcpio -p linux311 | |||
And so on. | |||
7. Now re-install the NVIDIA driver by entering the following command into your terminal: | |||
sudo mhwd -a pci nonfree 0300 | |||
8. Reboot your system. Now it should work ;) | |||
=Feedback and Support= | |||
If you have any problems, improvements or see any errors in this tutorial, please post in this Manjaro forum thread: [http://forum.manjaro.org/index.php?topic=4489.0] | If you have any problems, improvements or see any errors in this tutorial, please post in this Manjaro forum thread: [http://forum.manjaro.org/index.php?topic=4489.0] |