Nvidia driver installation
Install using ports
Download the GhostBSD 10.3 kernel source code for i386 or x86_64.Download the GhostBSD 11.0 kernel source code for i386 or x86_64.
Unpack it in the directory /usr/src.
Update you ports tree:
portsnap fetch update
cd /usr/ports/x11/nvidia-drivers-304
make install clean
cd /usr/ports/x11/nvidia-xconfig
make install clean
nvidia-xconfig
Install using package manager
First you should search for available drivers packages:pkg search nvidia
nvidia-driver-367.44_3 NVidia graphics card binary drivers for hardware OpenGL rendering nvidia-driver-304-304.131_4 NVidia graphics card binary drivers for hardware OpenGL rendering nvidia-driver-340-340.96_4 NVidia graphics card binary drivers for hardware OpenGL rendering nvidia-settings-375.26_3 Display Control Panel for X NVidia driver nvidia-texture-tools-2.0.8.1_7 Texture Tools with support for DirectX 10 texture formats nvidia-xconfig-375.26 Tool to manipulate X configuration files for the NVidia driverNow choose driver and install it:
pkg install nvidia-driver-340-340.96_4
pkg install nvidia-driver
Also we need to install two additional packages:
pkg install nvidia-settings
pkg install nvidia-xconfig
Setting up GhostBSD/FreeBSD to use nvidia
If you use and AGP nvidia card run the next command.echo 'hint.agp.0.disabled="1"' >> /boot/device.hints
Note:
|
Make X configuration file with nvidia-xconfig utility:
nvidia-xconfig
reboot
No comments:
Post a Comment