Editing How to install Nvidia drivers

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 10: Line 10:
 
on Telegram on 24.01.2020 at 21:18
 
on Telegram on 24.01.2020 at 21:18
  
<code>sudo pkg install nvidia-driver-440.31</code> <br/>
+
<code>sudo pkg install nvidia-driver-440.31</code> will install the latest nvidia driver from pkg
 
+
will install the latest nvidia driver from pkg
+
  
 
'''But how to apply it'''
 
'''But how to apply it'''
Line 18: Line 16:
 
on Telegram on 24.01.2020 at 21:24 -51
 
on Telegram on 24.01.2020 at 21:24 -51
  
<code>kldload_nvidia="nvidia-modeset nvidia</code> <br/>
+
<code>kldload_nvidia="nvidia-modeset nvidia</code>  
 +
set in
 +
<code> /etc/rc.conf</code> file;
  
set in <br/>
+
Also set the line  
 
+
<code>Driver "nvidia</code> in <code> /etc/X11/xorg.conf</code>
<code> /etc/rc.conf</code> <br/>file;
+
 
+
Also set the line <br/>
+
 
+
<code>Driver "nvidia</code> <br/> in<br/> <code> /etc/X11/xorg.conf</code>
+
 
+
You need to install the driver with <br/>
+
 
+
<code>pkg install nvidia-driverXXXXX</code>. <br/>
+
 
+
Then once it's installed you want to make sure that you load the driver at boot by making sure that the
+
 
+
line <br/>
+
 
+
<code>kldload_nvidia="nvidia-modeset nvidia</code><br/>
+
 
+
is present in your<br/>
+
  
 +
You need to install the driver with
 +
<code>pkg install nvidia-driverXXXXX</code>.
 +
Then once it's installed you want to make sure that you load the driver at boot by making sure that the line
 +
<code>kldload_nvidia="nvidia-modeset nvidia</code>
 +
is present in your
 
<code>/etc/rc.conf</code> file.  
 
<code>/etc/rc.conf</code> file.  
  
You may need to add this line to <br/>
+
You may need to add this line to  
 
+
<code>/etc/rc.conf</code>.
<code>/etc/rc.conf</code>.<br/>
+
You also need to make sure that your  
 
+
<code>/etc/X11/xorg.conf</code> file has the Driver identified as "nvidia", which may require you to replace 'nv' with 'nvidia'.
You also need to make sure that your <br/>
+
</br> kldload_nvidia="nvidia-modeset nvidia" —> /etc/rc.conf
 
+
<code>/etc/X11/xorg.conf</code> <br/>
+
 
+
file has the Driver identified as "nvidia", which may require you to replace 'nv' with 'nvidia'.<br/>  
+
 
+
kldload_nvidia="nvidia-modeset nvidia" —> ''/etc/rc.conf''
+
  
 
Driver "nvidia" —> /etc/X11/xorg.conf
 
Driver "nvidia" —> /etc/X11/xorg.conf
  
<code>kldload | grep nvidia </code> <br/>
+
<code>kldload | grep nvidia </code>  
 
+
That'll tell you if the drivers are loaded at least</br>
That'll tell you if the drivers are loaded at least<br/>
+
 
+
But as long as you've got the
+
 
+
<code>kldload_nvidia="nvidia-modeset nvidia</code>  
+
  
line in your ''/etc/rc.conf'' then they'll load automatically after a reboot.
+
But as long as you've got the <code>kldload_nvidia="nvidia-modeset nvidia</code> line in your /etc/rc.conf then they'll load automatically after a reboot.
  
 
'''Attantion'''
 
'''Attantion'''
The entire folder of /etc/X11 on GhostBSD is empty. It might be, that this suggestion is not help. Or it has to get installed from the ports. See [[How to install Nvidia drivers#Additional Information|Additional Information]].
+
The entire folder of /etc/X11 on GhostBSD is empty. It might be, that this suggestion is not help. Or it has to get installed from the ports. See [[How to install Nvidia drivers#Additional Information|Additional Information]].
  
 
===Lilly Elijah Victoria Evans===  
 
===Lilly Elijah Victoria Evans===  

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: