Difference between revisions of "Configure NVIDIA (non-free) settings and load them on Startup"
Configure NVIDIA (non-free) settings and load them on Startup (view source)
Revision as of 20:43, 6 November 2013
, 11 years agono edit summary
imported>McMarius11 |
imported>Verityproductions |
||
Line 1: | Line 1: | ||
== | = Introduction= | ||
You can check what drivers you have installed | |||
{note| This tutorial is meant for users who are using the NVIDIA Proprietary (non-free) drivers.}} | |||
You can check what drivers you have installed by entering the following command into your terminal: | |||
inxi -G | inxi -G | ||
If you have the Nouveau driver you can install the proprietary NVIDIA driver. | |||
To | |||
= Install NVIDIA Drivers = | |||
If you have the Nouveau driver you can install the proprietary NVIDIA driver by using the [[Configure_Graphics_Cards| Manjaro Hardware Detection (MHWD)]] utility. To do so, enter the following command into your terminal: | |||
sudo mhwd -a pci nonfree 0300 | sudo mhwd -a pci nonfree 0300 | ||
= | Once Complete, reboot your system to complete the process. You can then confirm that the driver has been installed and is working by entering the following command into your terminal: | ||
mhwd -li | |||
=Configure The Resolution/Refresh Rate= | |||
{{warning|The method provided does not currently work for the Cinnamon Edition. As soon as a solution is found, then this article will be updated.}} | |||
1. Open your terminal and enter the following command: | |||
sudo nvidia-settings' | |||
2. Change resolution and refresh rate in 'X Server Display Configuration' tab. | 2. Change resolution and refresh rate in 'X Server Display Configuration' tab. | ||
3. Hit the 'Save to X Configuration File' button and save to /etc/X11/mhwd.d/nvidia.conf | 3. Hit the 'Save to X Configuration File' button and save to '''/etc/X11/mhwd.d/nvidia.conf''' | ||
4. Now enter the following command into the terminal to complete the process: | |||
sudo mhwd-gpu --setgl nvidia --setxorg /etc/X11/mhwd.d/nvidia.conf | |||
==To configure X Screen settings (OpenGL Settings, Antialiasing, X Server XVideo):== | ==To configure X Screen settings (OpenGL Settings, Antialiasing, X Server XVideo):== | ||
1. Open terminal and run 'nvidia-settings' | 1. Open terminal and run 'nvidia-settings' | ||
Line 56: | Line 76: | ||
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] | ||
[[Category:Contents Page]] |